User guide
46 ControlLogix
™
Analog HART Modules
Table 5.3c
Tag Name Data Type Style Description
If8h0Input.ChanStatus SINT[8] BIN An array of 8 SINT which display
general status for each channel.
If8h0Input.ChanStatus[X]
1
SINT BIN General channel status byte
If8h0Input.ChanStatus[X].0
1
BOOL DEC User value exceeded high high limit.
0 = No alarm
1 = Alarm
If8h0Input.ChanStatus[X].1
1
BOOL DEC User value exceeded low low limit.
0 = No alarm
1 = Alarm
If8h0Input.ChanStatus[X].2
1
BOOL DEC User value exceeded high limit.
0 = No alarm
1 = Alarm
If8h0Input.ChanStatus[X].3
1
BOOL DEC User value exceeded low limit.
0 = No alarm
1 = Alarm
If8h0Input.ChanStatus[X].4
1
BOOL DEC Specified ramp rate exceeded.
0 = No alarm
1 = Alarm
If8h0Input.ChanStatus[X].5
1
BOOL DEC Over Range alarm
0 = No alarm
1 = Alarm
If8h0Input.ChanStatus[X].6
1
BOOL DEC Under Range alarm
0 = No alarm
1 = Alarm
If8h0Input.ChanStatus[X].7
1
BOOL DEC Channel calibration fault
0 = No fault
1 = Fault
If8h0Input.ChanData REAL[8] FLOAT An array of 8 floating point registers
which display the analog data for
each channel in engineering units.
If8h0Input.ChanData[X]
1
REAL FLOAT Channel analog data in engineering
units
1
X represents the module channel number (0 to 7).