MC-Basic:element.DECELERATIONMAX
Language: | English • 中文(简体) |
---|
Defines the maximum allowed element deceleration. If you specify a deceleration rate greater than DECELERATIONMAX, the system sets the value to DECELERATIONMAX and notifies you.
Short form
<element>.DMax
Syntax
<element>.DecelerationMax = <expression>
?<element>.DecelerationMax
Availability
All versions
Type
Double
Range
Greater than 0
Units
User axis acceleration units, as given by <element>.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
Axis
A1.Dmax = 20e3
Group
G1.Dmax = 20e3