Difference between revisions of "MC-Basic:robot.VELOCITYMAXTRANS"
(Created page with '{{MC-Basic |SHORT FORM= <ROBOT>.vmtran |SYNTAX= <ROBOT>.vmtran=<''numeric expression''> |AVAILABILITY= Versions 4.2.x and higher |DESCRIPTION= Defines the maximum translation …') |
(Added robot's tool tip.) |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:robot.VELOCITYMAXTRANS}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 7: | Line 8: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 4.2.x | |
|DESCRIPTION= | |DESCRIPTION= | ||
− | Defines the maximum translation velocity of the robot. Used for both VFTRAN and VTRAN. The value limits the | + | Defines the maximum translation velocity of the robot's tool tip. Used for both [[MC-Basic:robot.VELOCITYFINALTRANS|VFTRAN]] and [[MC-Basic:robot.VELOCITYTRANS|VTRAN]]. The value limits the Cartesian motion interpolations only (MOVES, CIRCLE). This parameter does not affect joint interpolated movements (MOVE). |
|TYPE= | |TYPE= | ||
Line 28: | Line 29: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | + | Read/Write, Modal Only | |
|EXAMPLE= | |EXAMPLE= | ||
Line 34: | Line 35: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:CIRCLE|CIRCLE]] |
− | * [[ | + | * [[MC-Basic:MOVES|MOVES]] |
}} | }} |
Latest revision as of 07:19, 28 December 2022
Language: | English • 中文(简体) |
---|
Defines the maximum translation velocity of the robot's tool tip. Used for both VFTRAN and VTRAN. The value limits the Cartesian motion interpolations only (MOVES, CIRCLE). This parameter does not affect joint interpolated movements (MOVE).
Short form
<ROBOT>.vmtran
Syntax
<ROBOT>.vmtran=<numeric expression>
Availability
Since Version 4.2.x
Type
Double
Range
0.1 to Maxdouble
Units
mm/sec
Default
1000
Scope
Configuration, Task, Terminal
Limitations
Read/Write, Modal Only
Examples
vmtran = 6000