X25AM Programming Manual

ITI Applications
X25AM Programming Manual527201-001
2-28
ITI Procedure Statements Summary
SETMODE 10
Set ITI parity checking of data coming from the PAD. SETMODE 10 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 11
Set break ownership file access mode when the break signal is received.
SETMODE 12
Set terminal break access mode.
<8:15> = Character 2 (default = Line Cancel)
param2 <0:7> = Character 3 (default = Carriage Return)
<8:15> = Character 4 (default = End-Of-File)
CALL SETMODE (filenum, function, param1)
filenum = file number
function = 10
param1.<15>
0 = No parity checking (default).
1 = Parity checking according to parity set by
SETMODE 24 or X25AM macro modifier PARITY. If
PARITY or SETMODE 24 = NONE, then no parity
checking is done.
CALL SETMODE (filenum, function, param1, param2)
filenum = file number
function = 11
param1 0 = disable break (default)
cpu,pin
= Enable break
param2.<15>
0 = normal mode, any file access
1 = break mode, only break access
CALL SETMODE (filenum, function, param2)
filenum = file number
function = 12
param2.<15>
0 = normal mode, any file access
1 = break mode, only break access