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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "R/W" to "Read/Write")
m (Miborich moved page Axystems:MC-Basic:robot.JERKMAXROT to MC-Basic:robot.JERKMAXROT: Global renaming of Axystems: namespace into (Main):)
 
(2 intermediate revisions by the same user not shown)
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:CIRCLE|CIRCLE]]
+
* [[MC-Basic:CIRCLE|CIRCLE]]
* [[Axystems:MC-Basic:MOVES|MOVES]]
+
* [[MC-Basic:MOVES|MOVES]]
  
  
 
}}
 
}}

Latest revision as of 08:54, 22 May 2014

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

Read/Write, Modal Only

Examples

jmrot = 6000

See Also