Installation guide

Programming Commands 201
WNDGS Motion Parameter
ACTION: Enables or disable a motor drive.
PROGRAM SYNTAX: WNDGS(axis)=number cr
WNDGS=number1, ... ,number8 cr
WNDGS(axis) cr
WNDGS cr
REMARKS: See Programming Command WNDGS.
EXAMPLES: WNDGS(2)=1
Sets the WNDGS state to 1 on axis 2.
WNDGS=0,,1
Sets the WNDGS state on axis 1 to a 0, axis 2 is unchanged and axis 3
WNDGS state is 1.
WNDGS(2)
Returns the winding state for axis 2.
WNDGS
Returns the winding state for all assigned axes.
"XON XOFF" Miscellaneous Command
ACTION: The XON/XOFF command is a serial communication protocol, executed
in software, that allows communications between two devices without the
need for additional hardware control. The protocol is used for controlling
the flow of data between the Control and another device.
COMMAND SYNTAX: Xon (ASCII 17)
Xoff (ASCII 19)
REMARKS: The Xoff character is used to stop the transmission of RS232 or
RS485 characters. When one device sends an Xoff to the other device, it
is telling the other to stop transmitting characters. The transmitting device
should comply with the request.
The Xon character is used to resume transmission of the RS232 or
RS485 characters. When one device sends an Xon character to the other,
it is signifying that it is ready to receive more characters.
The MX2000 controller sends an Xoff character when the host buffer
gets within 80 characters from being full and a minimum of one CR or LF
has been received. The receiver will continue to receive characters until
the buffer is full. The controller will than issues an Xon character when
the host buffer has only 25 characters left in the buffer.