Installation guide
Programming Commands 189
LINE Motion Parameter
ACTION: Initiates a coordinated linear move involving up to 8 axes.
PROGRAM SYNTAX: LINE=number1, ... , number8 cr
REMARKS: See Programming Command LINE.
EXAMPLES: LINE=1.0,,-2.0
Linear interpolated axis 1 and 3. Axis 1 moves +1.0 units , and axis 3
moves -2.0 units.
LOAD Miscellaneous Command
ACTION: Loads the designated project from non-volatile memory into operating
memory.
COMMAND SYNTAX: LOAD project name cr
REMARKS: The name is limited to eight characters.
EXAMPLES: LOAD CONVEYER
Load project CONVEYER into operating memory.
LOWSPD Trajectory Parameter
ACTION: Sets or returns the Low Speed (starting speed) value of a stepping motor
axis.
PROGRAM SYNTAX: LOWSPD(axis)=number cr
LOWSPD=number1, ... ,number8 cr
LOWSPD(axis) cr
LOWSPD cr
REMARKS: See Programming Command LOWSPD.
EXAMPLES: LOWSPD(2)=1.5
sets axis 2 to 1.5 units/second.
LOWSPD=1.3,, 1.5
sets axis 1 to 1.3 units/second, axis 2 is unchanged, and axis 3 to 1.5
units/second.
LOWSPD(2)
Returns the low speed value for axis 2.
LOWSPD
Returns the low speed value for all assigned axes.










