User Manual

Publication 1746-UM003A-EN-P
7-2 Application Examples
Table 7.1 Channel Configuration Worksheet
(With Settings Established for Channel 0)
Program Listing
Since a 7-segment LED display is used to display temperature, the temperature
data must be converted to BCD. The 16-bit data word representing the
temperature value is converted into BCD values by the program shown in the
following illustration.
Bit Definitions:
Bits 0 through 3 Input Type Select 0000 = 100
Pt. (385)
0001 = 200
Pt. (385)
0010 = 500
Pt. (385)
0011 = 1000
Pt. (385)
0100 = 100
Pt. (3916)
0101 = 200
Pt. (3916)
0110 = 500
Pt. (3916)
0111 = 1000
Pt. (3916)
1000 = 10
Cu (426)
(1)
1001 = 120 Ni (618)
(2)
1010 = 120 Ni (672)
1011 = 604
Ni-Fe (518)
1100 = 150
Potentiometer
1101= 500
Potentiometer
1110= 1000
Potentiometer
1111= 3000
Potentiometer
Bits 4 and 5 Data Format Select
00 = engineering units, x1
(3)
01 = engineering units, x10
(4)
10 = scaled-for-PID (0 to 16383)
11 = proportional counts (-32768 to
+32767)
Bits 6 and 7 Broken Input Select 00 = zero 01 = upscale 10 = downscale 11 = lnvalid
Bit 8 Temperature Units
Select
0 = degrees Celsius 1 = degrees Fahrenheit
Bits 9 and 10 Filter Frequency Select 00 = 28 Hz 01 = 50/60 Hz 10 = 800 Hz 11 = 6400 Hz
Bit 11 Channel Enable 0 = channel disabled 1 = channel enabled
Bit 12 Excitation Current Select 0 = 1.0 mA 1 = 0.25 mA
Bit 13 Cal. Disable 0 = enable 1 = disable
Bits 14 and 15 Lead R. Disable 00 = disable 01 = periodic 10 = always
(1) Actual value at °C is 9.042 per SAMA standard RC21-4-1966.
(2) Actual value at 0°C is 100 per DIN standard.
(3) Values are in 0.1° /step or 0.1 /step for all resistance input types, except 150. For the 150 resistance input type, the values are in 0.01/step.
(4) Values are in 1° /step or 1 /step for all resistance input types, except 150. For the 150 resistance input type, the values are in 0.1/step.