MC-Basic:element.ACCELERATIONMAX
Language: | English • 中文(简体) |
---|
Defines the maximum allowed element acceleration. If you specify an acceleration higher than ACCELERATIONMAX, the system sets the value to ACCELERATIONMAX and notifies you.
Short form
<element>.AMax
Syntax
<element>.AccelerationMax = <expression>
?<element>.AccelerationMax
Availability
All versions
Type
Double
Range
Greater than 0
Units
User element acceleration units, as given by <element>.ACCELERATIONFACTOR.
Default
1000
Scope
Configuration, Task or Terminal.
Limitations
To set the value within a task, the element must be attached to that task (using the ATTACH command).
Examples
Axis
A1.Amax = 20e3
Group
G1.Amax = 20e3