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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<expression>''" to "<''expression''>")
m (Text replace - "<GROUP>" to "<''group''>")
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<GROUP>.''DMax
+
''<''group''>.''DMax
  
 
|SYNTAX=
 
|SYNTAX=
''<GROUP>.''DecelerationMax = <''expression''><br>
+
''<''group''>.''DecelerationMax = <''expression''><br>
  
?''<GROUP>.''DecelerationMax
+
?''<''group''>.''DecelerationMax
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 21: Line 21:
  
 
|UNITS=
 
|UNITS=
User group acceleration units, as given by ''<GROUP>.''ACCELERATIONFACTOR
+
User group acceleration units, as given by ''<''group''>.''ACCELERATIONFACTOR
  
 
|DEFAULT=
 
|DEFAULT=

Revision as of 16:29, 20 March 2014

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