O
pe
ra
to
r
P
an
el
E
xa
m
ple
s
5--5
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 data field is coming from
memory location 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
K8
OUT
V2002
LD
V2200
OUT
V2004
This selects message #8 to be displayed in the third line.
This puts data from V2200 into top line data field.
LD
K140
OUT
V2001
OUT
V2003
Process Step 1
Parts Left: 12340
V2000
V2001
V2002
V2003
V2004
V2005
V2006
V2007
V2010
V2011
V2012
V2013
Top line message selection
Second line message selection
Bottom line message selection
Top line data
Top line data 2
Third line message selection
Second line data
Second line data 2
Third line data
Third line data 2
Bottom line data
Bottom line data 2
This selects message #140 to be displayed in the
second and bottom lines.
Displaying Binary
Numbers
StockCheck.com