AXY:MC-Basic:group.ACCELERATIONRATE

From SoftMC-Wiki
Revision as of 16:09, 13 December 2010 by Arwiebe (talk | contribs) (1 revision)
Jump to: navigation, search

This property defines the group acceleration maximum scaling factor. Maximum values of acceleration can be scaled independently of velocity, deceleration or jerk.

Changing AccelerationRate factors of a group automatically changes the relevant factor of each axis to the new value.

Short form

<GROUP>.ARate

Syntax

<GROUP>.AccelerationRate = <value>

?<GROUP>.AccelerationRate

Availability

Versions 4.0.1 and higher

Type

Double

Range

0.1 to 100

Units

Percents

Default

100

Scope

Task or Terminal

Limitations

To set the value within a task, the group must be attached to that task  or through the command line. The total accelerationrate value is combination of the system’s value and the element’s.

Examples

Setting:  G1.arate = 70 will cause the system to reduce maximum acceleration value to 70% of its original value. This means the motion acceleration will not exceed: (sys.arate/100)*(g1.arate/100)*g1.amax

?G1.arate

See Also