IDL 101
COMMUNICATION
74
HB_IDL101_E_V222.doc
Gantner Instruments Test & Measurement GmbH
<Ginfo> device information
length = 27 byte
<location> ..........................ASCII .............................................20 byte
<serial number>..................ASCII ............................................. 6 byte
<number of variables>.........binary ............................................ 1 byte
<status> status information
length = 6 byte
<variable status> ................binary ............................................ 4 byte
<module status> .................binary ............................................ 2 byte
<variable status> = K32..K25 K24..K17 .. K16..K9 K8..K1
Byte 1 Byte 2 Byte 3 Byte 4
<module status> = M16..M9 M8..M1
Byte 5 Byte 6
If the bit Kn in the variable status is set it indicates that an error has occurred in variable n. A variable error is given
when the measuring value is outside of the linearization, e.g. in consequence of a sensor break down or of a short
circuit in the line.
If a bit Mn in the module status is set it indicates that an error has occurred in the data logger. Valid is:
M1 = 1: EEPROM - error
M5 = 1: RTD - error
M2 = 1: FLASH - error
M6 = 0: (currently not occupied)
M3 = 1: ADC - error
:
M4 = 1: configuration - error
M16 = 0:(currently not occupied)
<Kinfo> variable information
length = 31 byte
<variable type>...................binary ............................................ 1 byte
<variable name> .................ASCII .............................................20 byte
<data format> ....................binary ............................................ 1 byte
<field length> .....................binary ............................................ 1 byte
<decimals>.........................binary ............................................ 1 byte
<unit>................................ASCII ............................................. 6 byte
<variable configuration> ......binary ............................................ 1 byte
Coding <variable type>:
hex 00: Empty Variable (EM)
hex 04: Digital Input Var. (DI)
hex 01: Analog Input Var. (AI)
hex 05: Setpoint Variable (SP)
hex 02: Arithmetic Variable (AR)
hex 06: Alarm Variable (AL)
hex 03: Digital Output Var. (DO)
hex 09: PID Controller (CO)
hex
06:
Analog
Output
(AO)
Coding <data format>:
hex 00: no format
hex 01: B O O L
hex 02: INTEGER
hex 03: R E A L