Programming – Rockwell Automation T3432-CA ICS Regent RTD Input Equipment User Manual
Page 23
 
RTD Input Equipment (T3432)
 
P D - 6 0 3 7 M a r - 0 6  
23
Figure 19. Defining a RTD Input Point.
Programming
Inputs are referenced in the application program through the 
tag names defined in the I/O Configuration Editor. The RTD 
inputs variables will be in the engineering units (degrees F or 
C) and resolution (1 or 0.1 degree) as configured on the RTD 
multiplexer. Because the input data is already represented in 
engineering units, there is no need to scale the RTD input 
variables in the application program. 
The MSB of each RTD input represents out-of-range (or 
NOSIG) status. This bit is normally equal to one. When RTD 
inputs are used in application program instructions, this MSB 
is masked and the sign bit is shifted to the MSB. This allows 
the application program instructions to evaluate only the data 
portion of the temperature value. This is true for all 
application program instructions except Block Move (in ladder 
logic). The Block Move instruction moves the entire word of 
data without masking off the NOSIG bit. 
Programming Fault Tolerant RTD Inputs
To program fault tolerant configurations using triplicated 
RTD input modules, a midvalue element can be used as shown 
in Figure 20. 
Figure 20. Programming Fault Tolerant RTD Inputs.
Note: