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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.DMax
+
<''axis''>.DMax
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.DecelerationMax = ''<expression>''<br>
+
<''axis''>.DecelerationMax = <''expression''> <br>
?''<axis>''.DecelerationMax
+
?<''axis''>.DecelerationMax
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 20: Line 20:
  
 
|UNITS=
 
|UNITS=
User axis acceleration units, as given by ''<axis>''.AccelerationFactor
+
User axis acceleration units, as given by <''axis''>.AccelerationFactor
  
 
|DEFAULT=
 
|DEFAULT=

Revision as of 15:14, 16 March 2014

Defines the maximum allowed axis deceleration. If you specify a deceleration rate greater than DECELERATIONMAX, the system sets the value to DECELERATIONMAX and notifies you.

Short form

<axis>.DMax

Syntax

<axis>.DecelerationMax = <expression>
?<axis>.DecelerationMax

Availability

All versions

Type

Double

Range

Greater than 0

Units

User axis acceleration units, as given by <axis>.AccelerationFactor

Default

1000

Scope

Configuration, Task or Terminal.

Limitations

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

Examples

Xaxis.Amax = 20e3

See Also