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--6
Programming Examples
Example Using D3--330/340
The following example assumes that the OP--414 is configured for a base address of
R400/R401.
DSTR
K5678
This rung loads “1234” and “5678” into
memory to be displayed.
DOUT
R500
F50
Direct
SOFT
DSTR
K1234
DOUT
R502
F50
IO0
F60
F60
DSTR
R500
This rung displays a BCD long number on
display point 1.
DOUT
R400
F50
C374
F60
First Scan
IO1
These two rungs force a setpoint
using the Force Option on
setpoint 2. A one shot (OUTRST)
is used to execute the force
operation.
DSTR
K8945
DOUT
R430
F50
DSTR
K82
DOUT
R434
F50
F60
F60
C200
DSTR
R502
DOUT
R402
F50
F60
OUTRST
C200
Field point 1 data cell.
Field point 1 data cell, long BCD.
Force data register.
Force command register.
Register Usage