DL205 Analog Manual, 7th Edition Rev. D
12-16
Chapter 12: F2-02DAS-1, 4-20mA Isolated 2-Channel Analog Current Output
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Write Data to One Channel
If only one channel is being used, or if the updates are to be controlled separately, the following
program can be used.
Write the same Data to Both Channels
If both channel select outputs are off, then both channels will be updated with the same data.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
b
C
D
BIN
SP1
LD
V2000
OUT
V40501
The LD instruction loads the data into the
accumulator. Since SP1 is used, this rung
automatically executes on every scan. X, C, etc.
can also be used as permissive contacts.
The BIN instruction converts the accumulator data
to binary (you must omit this step if you have
already converted the data elsewhere).
The OUT instruction sends the data to the module. Our
example starts with V40501, but the actual value
depends on the location of the module in your
application.
RST
Y40
OUT
Y41
Y40--OFF selects channel 1 for updating.
Y41--ON deselects channel 2 (do not update).
Note: Use LD if using binary, and use LDD if using BCD.
BIN
SP1
LD
V2000
OUT
V40501
The LD instruction loads the data into the
accumulator. Since SP1 is used, this rung
automatically executes on every scan. The
X, C, etc. can also be used as permissive contacts.
The BIN instruction converts the accumulator data
to binary (you must omit this step if you have
already converted the data elsewhere).
The OUT instruction sends the data to the module. Our
example starts with V40501, but the actual value
depends on the location of the module in your
application.
RST
Y40
Y40--OFF selects channel 1 for updating.
Y41--OFF selects channel 2 for updating.
RST
Y41
Note: Use LD if using binary, and use LDD if using BCD.
Summary of Contents for DL205
Page 1: ...DL205 Analog I O Manual Manual Number D2 ANLG M ...
Page 2: ...Notes ...
Page 6: ...Notes ...