DL205 Analog Manual, 7th Edition Rev. D
6-14
Chapter 6: F2-04RTD 4-Channel RTD Input
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Magnitude Plus Sign (Binary)
Magnitude Plus Sign (BCD)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
b
C
D
SP1
OUT
C1
LD
V2000
OUT
V2010
Load channel 1datafromV-memoryintothe
accumulator.Contact SP1 is always on.
Putthe actual signal value in V2010. Nowyou canuse
thedatanormally.
ANDD
K7FFF
This instruction masksthe sign bitofthe binary data, if
it is set. Withoutthisstep, negativevalueswill not be
correct so do notforget to include it.
V2000 K8000
Channel 1datais negativewhenC1ison(avalue of
-- 1. 0reads as 8010,--2.0 is 8020 ,etc.).
SP1
OUT
C2
LD
V2002
OUT
V2012
Load channel 2fromV-memoryintothe accumulator.
Contact SP1 is always on.
Putthe actual signal value in V2012. Nowyou canuse
thedatanormally.
ANDD
K7FFF
This instruction masksthe sign bitofthe binary data, if
it is set. Withoutthisstep, negativevalueswill not be
correct so do notforget to include it.
V2002 K8000
Channel 2datais negativewhenC2ison(avalue of
-- 1. 0reads as 8010,--2.0 is 8020 ,etc.).
²
Check Channel2
SP1
OUT
C1
LDD
V2000
OUTD
V2010
Load channel 1datafromV-memoryintothe
accumulator. Remember,the data canbe negative.
Contact SP1 is always on.
Putthe actual signal value in V2010. Nowyou canuse
thedatanormally.
ANDD
K7FFFFFFF
This instruction masks thesignbit of theBCD data, if it
is set. Withoutthis step, negative values will not be
correct so do notforget to include it.
V2001 K8000
Check Channel2
Channel 1datais negativewhenC1ison(avalue of
-- 1.0reads as 8000 0010, -- 2.0is8000 0020,etc.).
SP1
OUT
C2
LDD
V2002
OUTD
V2012
Load channel 2fromV-memoryintothe accumulator.
Remember, the datacan be negative.Contact SP1 is
always on.
Putthe actual signal value in V2012. Nowyou canuse
thedatanormally.
ANDD
K7FFFFFFF
This instruction masks thesignbit of theBCD data, if it
is set. Withoutthis step, negative values will not be
correct so do notforget to include it.
V2003 K8000
Channel 2datais negativewhenC2ison(avalue of
-- 1.0reads as 8000 0010, -- 2.0is8000 0020,etc.).
²
²