O
pe
ra
to
r
P
an
el
P
ro
gr
am
m
in
g
E
xa
m
ple
s
5--17
Programming Examples
This example is similar to the previous example, except that it uses a binary number
in the top line display. The top line uses data display message #1, which has been
configured as a Binary display message. The data for the top line data field is a
constant number, 56432 (DC70 Hexadecimal). The third line is text message #8.
The second and bottom lines use text message #140, which has been configured as
a blank text message.
N7:13
L1F
I:2
Selects message #1 for the top display line.
14
MOVE
Source
N7:0
Dest
MOVE
Source
140
N7:1
Dest
1
MOVE
Source
N7:2
Dest
8
Selects message #140 (blank) for the second
display line.
Puts message #8 on the third line.
Good Parts Left: 56432
Process Step 1
F2
Function
M+12 Status
N7:12
Example Address
F1
F3
F5 F4
Top line message selection
Second line message selection
Third line message selection
Bottom line message selection
M+0
M+1
M+2
M+5
M+3
M+4
Top line data
N7:0
N7:1
N7:2
N7:3
N7:4
N7:5
MOVE
Source
140
N7:3
Dest
MOVE
Source
N7:4
Dest
&HDC70
Puts message #140 on the bottom line.
Moves constant 56432 into top line data field.
N7:6
N7:7
N78
N7:9
N7:10
N711
L2
M+13 Control
L1
L3
L2F
L3F
BD
Second line data
Third line data
Bottom line data
M+6
M+7
M+8
M+11
M+9
M+10
Top line data
Not used with A--B (see Note)
Not used with A--B (see Note)
Not used with A--B (see Note)
Displaying Binary
Numbers