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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= <ROBOT>.jmrot |SYNTAX= <ROBOT>.jmrot=<''numeric expression''> |AVAILABILITY= |DESCRIPTION= Defines the maximum rotation jerk of the robot. Used for li…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

Defines the maximum rotation jerk of the robot. Used for limiting JROT. The value limits only the Cartesian motion interpolations (MOVES, CIRCLE). This parameter does not affect joint interpolated movements (MOVE).

Short form

<ROBOT>.jmrot

Syntax

<ROBOT>.jmrot=<numeric expression>

Type

double

Range

0.1-maxdouble

Units

deg/sec3

Default

6e5

Scope

Configuration, Task, Terminal

Limitations

R/W, Modal Only

Examples

jmrot = 6000

See Also