S
ys
te
m
S
et
up
Yo
ur
P
an
el
C
on
fig
ur
in
g
P
ro
gr
am
m
in
g
E
xa
m
pl
es
5--8
Programming Examples
This example is similar to the previous example, except that it uses a binary number
in the top display. The top line uses data display message #1, which has been
configured as a binary display message. The data for the top data field is number
56432 (from V2200). The third line is text message #8. The second and bottom lines
use message #140 which has been configured as a blank text message.
C101
LD
K1
OUT
V2000
This selects message #1 to be displayed in the top line.
LD
K140
OUT
V2001
OUT
V2003
LD
K8
This selects message #140 to be displayed in the
second and bottom lines.
This puts binary value from V2200 (56432 in this
example) into the top line data field (^^^^^).
Parts Left: 56432
Process Step 1
OUT
V2002
LD
V2200
OUT
V2004
This selects message #8 to be displayed in the
third line.
Displaying Binary
Numbers