Difference between revisions of "AXY:MC-Basic:group.ACCELERATIONMAX"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<expression>''" to "<''expression''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
''<GROUP>.''AccelerationMax = ''<expression>''<br>
+
''<GROUP>.''AccelerationMax = <''expression''><br>
  
 
?''<GROUP>.''AccelerationMax
 
?''<GROUP>.''AccelerationMax

Revision as of 08:26, 17 March 2014

Defines the maximum allowed group acceleration. If you specify an acceleration higher than ACCELERATIONMAX, the system sets the value to ACCELERATIONMAX and notifies you.

Short form

<GROUP>.AMax

Syntax

<GROUP>.AccelerationMax = <expression>

?<GROUP>.AccelerationMax

Availability

All versions

Type

Double

Range

Greater than 0

Units

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

Default

500

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