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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:robot.ACCELERATIONMAXROT to MC-Basic:robot.ACCELERATIONMAXROT: Global renaming of Axystems: namespace into (Main):)
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:robot.ACCELERATIONMAXROT}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 09:58, 27 April 2017

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