X25AM Programming Manual

ITI Applications
X25AM Programming Manual527201-001
2-27
ITI Procedure Statements Summary
SETMODE 7
Set automatic linefeed after receiving a carriage return (CR) line termination character.
SETMODE 7 is accepted but not used when the terminal is in page mode. It becomes
effective when the terminal mode is changed to conversation mode.
SETMODE 8
Set the terminal operating mode. When a subdevice is opened ITI assumes that a
remote terminal is in conversation mode. Any subsequent mode changes must be
performed by the application.
SETMODE 9
Set the interrupt characters for ITI. ITI looks for these characters, includes some of
them in the data buffer that will be transferred to the application, and may send a
control sequence to the terminal. SETMODE 9 is not accepted when the terminal is in
page mode.
function = 6
param1.<15>
0 = No space. Start on the same line.
1 = Single space. Start on the next line (default).
CALL SETMODE (filenum,function,param1)
filenum = file number
function = 7
param1.<15>
0 = Off.
1 = On (default).
CALL SETMODE (filenum,function,param1)
filenum = file number
function = 8
param1 0 = conversation mode (default).
1 = page mode
param2 <0:15> = number of operation retries for the page mode Terminal
Error Counters 1 and 2 (default is 3 retries)
CALL SETMODE (filenum, function, param1, param2)
filenum = file number
function = 9
param1 <0:7> = Character 1 (default = Backspace)