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

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

Revision as of 16:10, 13 December 2010

Defines the maximum rotation acceleration of the robot. Used for both AROT and DROT. The value limits only the Cartesian motion interpolations (MOVES, CIRCLE). This parameter does not affect joint interpolated movements (MOVE).

Short form

<ROBOT>.amrot

Syntax

<ROBOT>.amrot=<numeric expression>

Type

Double

Range

0.1to Maxdouble

Units

deg/sec2

Default

4e4

Scope

Configuration, Task, Terminal

Limitations

R/W, Modal Only

Examples

amrot = 6000

See Also