MC-Basic:robot.ACCELERATIONMAXTRANS

From SoftMC-Wiki
Revision as of 08:53, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:robot.ACCELERATIONMAXTRANS to MC-Basic:robot.ACCELERATIONMAXTRANS: Global renaming of Axystems: namespace into (Main):)
Jump to: navigation, search

Defines the maximum translation acceleration of the robot. Used for both ATRAN and DTRAN. The value limits the Cartesina motion interpolations only (MOVES, CIRCLE). This parameter does not affect joint interpolated movements (MOVE).

Short form

<ROBOT>.amtran

Syntax

<ROBOT>.amtran=<numeric expression>

Type

Double

Range

0.1 to Maxdouble

Units

mm/sec2

Default

1e5

Scope

Configuration, Task, Terminal

Limitations

Read/Write, Modal Only

Examples

amtran = 6000

See Also