IDL 101
COMMUNICATION
HB_IDL101_E_V222.doc
75
Gantner Instruments Test & Measurement GmbH
Coding <Variable Configuration>:
hex 00: host input is not possible
hex 01:
host input is possible (tare/reset/dig.out/setpoint values)
read data from a variable:
length = 2..5 byte
<variable number> ..............binary............................................................ 1 byte
<variable value Kx> .............binary..................................................1, 2 or 4 byte
write data to a variable:
length = 2..5 byte
<variable number> ..............binary............................................................ 1 byte
<variable value Px> .............binary..................................................1, 2 or 4 byte
tare/reset a variable:
length = 1 byte
<variable number> ..............binary............................................................ 1 byte
read, write and tare/reset variables:
length
≥
1 byte
<tare/reset>........................binary............................................................ 1 byte
<variable value P1> .............binary..................................................1, 2 or 4 byte
<variable value P2> .............binary..................................................1, 2 or 4 byte
: .........................................................:
<variable value Pn> .............binary..................................................1, 2 or 4 byte
ReqDataUnit: [<tare/reset> [ <P1> [ ..... [ <Pn>] ] ] ]
ResDataUnit: <K1 > . . . . . . . . . . . . . . . . . . . < Kn >
If a bit is set in the <tare/reset> byte, the corresponding sensor variable is tared or reset respectively. The values
following the <tare/reset> byte are allocated to the writeable variables of the data logger, according to the order of
their appearance. Writeable variables are Setpoint Variables and Digital Output Variables.