EasyManua.ls Logo

Gantner IDL 101 - Page 69

Default Icon
100 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
IDL 101
COMMUNICATION
HB_IDL101_E_V222.doc
67
Gantner Instruments Test & Measurement GmbH
status information (z...z) length = 12 char
<variable status>.................ASCII ..........................................................8 char
<module status> .................ASCII ..........................................................4 char
<variable status>= K32..K29
K28..K25 … K8..K5 K4..K1 =
hex
12345678
1 2 7 8
ASCII
"12345678"
<module status>= M16..M13 M12..M9
M8..M5 M4..M1 =
hex
9ABC
9 A B C
ASCII
"XY"
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 the 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)
variable information (i...i) length = 31 char
<variable type> ...................ASCII .......................................................... 1 char
<variable name> .................ASCII ..........................................................20 char
<field length>......................ASCII .......................................................... 1 char
<decimals> .........................ASCII .......................................................... 1 char
<unit> ................................ASCII .......................................................... 6 char
<variable configuration>.......ASCII .......................................................... 1 char
<data format>.....................ASCII .......................................................... 1 char
Coding <variable type>:
ASCII "0": Empty Variable (EM) "4": Digital Input Variable (DI)
ASCII "1": Analog Input Variable (AI) "5": Setpoint Variable (SP)
ASCII "2": Arithmetic Variable (AR) "6": Alarm Variable (AL)
ASCII "3": Digital Output Variable (DO) "9": PID Controller (CO)
"A": Analog Output (AO)
Coding <channel configuration>:
Bit1: Tare/Reset enable
Bit2: Average value storage configured
Coding <Data Format>:
ASCII "0": no format
ASCII "1": B O O L
ASCII "2": INTEGER
ASCII "3": R E A L