Difference between revisions of "Category talk:MC-Basic:axis.ACCELERATIONMAX"
m |
|||
| Line 36: | Line 36: | ||
|SEE ALSO= | |SEE ALSO= | ||
| − | * [[ | + | * [[MC-Basic:ATTACH|ATTACH]] |
* [[Axystems:MC-Basic:axis.ACCELERATION|axis.ACCELERATION]] | * [[Axystems:MC-Basic:axis.ACCELERATION|axis.ACCELERATION]] | ||
* [[Axystems:MC-Basic:axis.ACCELERATIONFACTOR|axis.ACCELERATIONFACTOR]] | * [[Axystems:MC-Basic:axis.ACCELERATIONFACTOR|axis.ACCELERATIONFACTOR]] | ||
Revision as of 08:35, 22 May 2014
Defines the maximum allowed axis acceleration. If you specify an acceleration higher than ACCELERATIONMAX, the system sets the value to ACCELERATIONMAX and notifies you.
Short form
<axis>.AMax
Syntax
<axis>.AccelerationMax = <expression>
?<axis>.AccelerationMax
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