AXY:MC-Basic:group.DECELERATIONMAX

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

Defines the maximum allowed group deceleration. If you specify a deceleration higher than DECELERATIONMAX, the system sets the value to DECELERATIONMAX and notifies you.

Short form

<group>.DMax

Syntax

<group>.DecelerationMax = <expression>

?<group>.DecelerationMax

Availability

All versions

Type

Double

Range

Greater than 0

Units

User group acceleration units, as given by <group>.ACCELERATIONFACTOR

Default

1000

Scope

Configuration, Task or Terminal

Limitations

To set the value within a task, the group must be attached to that task (using the ATTACH command).

Examples

G1.Amax = 20e3

See Also