![Diatron Abacus + Service Manual Download Page 87](http://html.mh-extra.com/html/diatron/abacus/abacus_service-manual_2494683087.webp)
Abacus
+
Service Manual
rev 1.09
87
This field is an array, contains 23 entries, as indicated. Interpretation of these entries is not
listed in the XML file. You will find them below:
#define PAR_WBC
0
#define PAR_RBC
1
#define PAR_HGB
2 // always transmitted in g/l unit
#define PAR_HCT
3
#define PAR_MCV
4
#define PAR_MCH
5 // always transmitted in g/l unit
#define PAR_MCHC 6
#define PAR_PLT
7
#define PAR_PCT
8
#define PAR_MPV
9
#define PAR_PDWsd 10
#define PAR_PDWcv 11 // note that it matches with PAR_PDW
#define PAR_PDW
11 // note that it matches with PAR_PDWcv
#define PAR_RDWsd 12
#define PAR_RDWcv 13 // note that it matches with PAR_RDW
#define PAR_RDW
13 // note that it matches with PAR_RDWcv
#define PAR_LYM
14
#define PAR_MON
15
#define PAR_GRA
16
#define PAR_LYMp 17
#define PAR_MONp 18
#define PAR_GRAp 19
#define PAR_RBCt 20
#define PAR_WBCt 21
#define PAR_WBCt2 22
Use the above identifiers to interpret entries in the array.
PARAM and FLAG interpretation should happen accordingly.
This pack
age starts with the „X‟ package identifier, contains 2 size descriptor bytes (SIZE1
and SIZE2), and the XML file in ASCII format. Use this as a descriptor of the structure sent
in F package
.
<SOH><MESSAGE_ID >X<STX>
<SIZE1><SIZE2><PAYLOAD (XML file in ASCII format): SIZE1*256+SIZE2 BYTES>
<ETX><CHKSUM1><CHKSUM2><EOT>
FULL record package
This package starts with the „F‟ package identifier, contains 2 size descriptor bytes (SIZE1
and SIZE2), and a record in binary format. Interpretation of the binary information should
happen using field definitions of the XML file received in an „X‟ package.
<SOH><MESSAGE_ID >F<STX>
<SIZE1><SIZE2><PAYLOAD (actual binary record): SIZE1*256+SIZE2 BYTES>
<ETX><CHKSUM1><CHKSUM2><EOT>