Difference between revisions of "MC-Basic:robot.VELOCITYMAXROT"
Line 35: | Line 35: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:CIRCLE|CIRCLE]] | * [[MC-Basic:CIRCLE|CIRCLE]] | ||
− | * [[ | + | * [[MC-Basic:MOVES|MOVES]] |
}} | }} |
Revision as of 08:39, 22 May 2014
Defines the maximum rotation velocity of the robot. Used for both VFROT and VROT. The value limits only the Cartesian motion interpolations (MOVES, CIRCLE). This parameter does not affect joint interpolated movements (MOVE).
Short form
<ROBOT>.vmrot
Syntax
<ROBOT>.vmrot=<numeric expression>
Availability
Since Version 4.2.x
Type
double
Range
0.1 to Maxdouble
Units
deg/sec
Default
4e3
Scope
Configuration, Task, Terminal
Limitations
Read/Write, Modal Only
Examples
vmrot = 6000