X25AM Programming Manual

X3PAD Interface
X25AM Programming Manual527201-001
4-20
SET Command
ESCAPE.
If the specified character is entered while X3PAD is in the data-transfer state, it
enters the command state. NONE indicates no such character has been
specified.
Permitted values for character are DLE (normally CTRL-P) and ASCII graphic
(printable) characters.
If an unacceptable value is used, a message is written to the OUT file:
ERROR: ESCAPE CANNOT BE SET TO character.
Default value is DLE.
LFDELAY.
integer NUL characters are written to OUT file after each line feed (LF) to allow
sufficient time for the terminal’s printer to move its carriage or tractors.
Default value is 0. Valid range is 0 through 7.
LFINSERT.
A LF character is inserted after every CR in any selected combination of the
following character streams:
ECHO:
Characters read from terminal are echoed to terminal. (ECHO must be ON.)
SEND:
Characters read from terminal are assembled into packets and transmitted to
the network.
RECEIVE:
Characters received from the network are written to OUT file.
Default value is ECHO.
LINEFOLD.
Causes a terminals output line to be folded if the line exceeds integer
characters during a single WRITE operation. First integer characters are written
in one operation, next integer characters are written in the next operation.
Valid integer range is 1 through 255 characters per line. Selecting the NONE
option causes all lines to be written to OUT file in unfolded format.
Default value is NONE.