accx
Syntax
accx value or variable
Function
This value is used
to accelerate and decelerate the motor. The acceleration may not be modified
while moving. The unit of value
is in steps per sec2
.
Range of Value
Controller Returns
Mode
Example
rem Set X-axis linear
acceleration to 500,000 steps per sec2.
accx 500000
A = 1000000
rem Set X-axis linear
acceleration to value stored in A
accx A
|