MC-Basic:robot.VELOCITYMAXROT

From SoftMC-Wiki
Revision as of 02:56, 27 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

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

See Also