Installation guide
Stepper Drive 269
10.6 - Stepper Command Listing
BOOST Stepper Parameter
ACTION:       
Enables or disables the Boost Current feature or returns the boost enable
status for the specified stepper axis. When enabled the 
stepper drive
BOOST output turns on during motion. This causes the 
stepper drive
 to
boost the motor current by 50% during motion.
PROGRAM SYNTAX:
BOOST(axis)=expression
BOOST=expression1, ... , expression8
BOOST(axis, ... , axis)=expression, ... , expression
BOOST(axis) - used in an expression
REMARK: 
The axis specifies the number of the axis (1-8).
If the expression is true (non-zero) then the BOOST feature is enabled
for the specified axis. If the expression is false (zero) then the BOOST
feature is disabled for the specified axis.
EXAMPLE:
BOOST(7)=1
Enables the Boost feature for axis 7
.
BOOST=1,,0
Enables the BOOST feature for axis 1 and disables the BOOST feature
for axis 3.
BOOST(1,3)=1,0
Enables the BOOST feature for axis 1 and disables the BOOST feature
for axis 3.










