Difference between revisions of "MC-Basic:robot.VELOCITYMAXROT"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "R/W" to "Read/Write")
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
R/W, Modal Only
+
Read/Write, Modal Only
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 07:21, 19 March 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

Versions 4.2.x and higher

Type

double

Range

0.1 to Maxdouble

Units

deg/sec

Default

4e3

Scope

Configuration, Task, Terminal

Limitations

Read/Write, Modal Only

Examples

vmrot = 6000

See Also