
F
UNCTIONAL
D
ESCRIPTIONS
4.14 Program flow instructions
4-43
8310/8610-8
The entry is monitored concerning valid value range. In case of an error, the
Invalid entry
message is output (confirm with any key).
Coding for serial transmission (length = 4 bytes):
byte:
4
(
MSB
)
3
2
1
(
LSB
)
30h
00h
I/O no.
4.14.4 Examples
1. Logical OR
In case of High level at position 2
0
or 2
1
of the 2nd data input, program 2 is to
be processed, otherwise program 3.
Program 1 (control program):
sentence 1:
Pos. A 1
0
initial position
sentence 2
:
IF I/O
200
bit 2
0
= 1?
sentence 3
:
JMP sent
8
yes (
⇒
process program 2)
sentence 4
:
IF I/O
201
no; bit 2
1
= 1?
sentence 5
:
JMP sent
8
yes (
⇒
process program 2)
sentence 6
:
CALL Pr.
3
no; process program 3
sentence 7
:
JMP sent
2
ready; back to the first scan
sentence 8
:
CALL Pr.
2
process program 2
sentence 9
:
JMP sent
2
ready; back to the first scan
sentence 10
:
Cycles
0
end of program
Summary of Contents for GEL 8310
Page 14: ......
Page 122: ......
Page 133: ......
Page 152: ...A 18 STORAGE LOCATIONS FOR MACHINE PARAMETERS 8310 8610 8 Remarks ...
Page 180: ......
Page 210: ......
Page 213: ...FORMS Appendix Y 8310 8610 8 i ...
Page 226: ...UPDATE INFORMATION Appendix Z 8310 8610 8 i ...