MC-Basic:robot.ACCELERATIONMAXROT

From SoftMC-Wiki
Jump to: navigation, search
Language: English  • 中文(简体)‎

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

Read/Write, Modal Only

Examples

amrot = 6000

See Also