Specifications
BASIC commands
PROGRAMMING MANUAL 90
Revision 5.0
3.2.127 FORWARD
/i
fig. 25/i
Type Axis command
Syntax FORWARD
FO
Description The FORWARD command moves an axis continuously forward at the speed
set in the SPEED axis parameter. The acceleration rate is defined by the
ACCEL axis parameter.
FORWARD works on the default basis axis (set with BASE) unless AXIS is
used to specify a temporary base axis.
Note: The forward motion can be stopped by executing the CANCEL or
RAPIDSTOP command, or by reaching the forward limit. If stopped by execu-
tion of the CANCEL or RAPIDSTOP command, the axis decelerates to a stop
at the programmed DECEL rate.
Arguments N/A
IN(12)
NC
AXIS 0
Example Run an axis forwards. When an input signal is detected on input 12, bring the
axis to a stop.
FORWARD
' wait for stop signal
WAIT UNTIL IN(12)=ON
CANCEL
WAIT IDLE