MC-Basic:robot.JERKMAXTRANS

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= <ROBOT>.jmtran |SYNTAX= <ROBOT>.jmtran=<''numeric expression''> |AVAILABILITY= |DESCRIPTION= Defines the maximum translation jerk of the robot. Used f…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Short form

<ROBOT>.jmtran

Syntax

<ROBOT>.jmtran=<numeric expression>

Type

Double

Range

0.1-maxdouble

Units

mm/sec3

Default

1.5e6

Scope

Configuration, Task, Terminal

Limitations

R/W, Modal Only

Examples

jmtran = 6000

See Also