System
Recording series of tests
MGCplus A0534-30.0 HBM: public 263
This channel block is followed by information about the date and time:
S TimeDate (30‐byte CHARACTER)
The bytes that follow to the end of the header are reserved for future use
and may be left out. They are followed by the values, data line for data line
(the example shown here is based on bit 0 (Gross) and bit 2 (peak value 1)
being set):
S C1, 1 (Gross) C1: Channel 1
S C1, 1 (PV1)
S C2, 1 (Gross)
S C2, 1 (PV 1)
__________________________
New data line
S C1, 2 (Gross)
S C1, 2 (PV 1)
S C2, 2 (Gross)
S C2, 2 (PV 1)
Each value (measured value) takes up 4 bytes (data formats 1253=LONG
and 1257=FLOAT) or 2 bytes (data format 1255=INT). Integer formats are
saved in INTEL (TM) format, i.e. MSB -> LSB.
Depending on the data format used for data acquisition, the raw values
must be scaled for each channel:
S 1253 (LONG): Physical value = (binary raw value) / (256*7680000) * MR +
OS
S 1255 (INT): Physical value = (binary raw value) * 256 / 7680000) * MR + OS
S 1257 (FLOAT): Physical value = (binary raw value)
S MR: Measuring range
S OS: Offset