5.4 TRANSMISSION PROTOCOLS
STANDARD [available in ComPc, ComPrn, ComAux]
The weight data transmission on the serial port happens in the following format:
[CC]HH,KK,PPPPPPPP,UM<CR LF>
In which: [CC] = instrument code, es.00 (only with RS485 protocol)
HH = UL Underload
OL Overload
ST Weight stability
US Weight instability
, Comma character
KK = NT Net Weight
GS Gross Weight
, Comma character
PPPPPPPP = Weight (8 digits including the possible sign and decimal point).
, Comma character
UM = Unit of measure (Kg, g, t, lb)
<CR LF> Carriage Return + Line Feed
(ASCII Characters 13 and 10)
AF STRING [available in ComPc]
The weight data transmission on the serial port happens in the following format:
[CC]SS,B,LLLLLLLLLLUM,YYTTTTTTTTTTUM<CR LF>
in which: [CC] = instrument code, es.00 (only with RS485 protocol)
SS UL Underload
OL Overload
ST Weight stability
US Weight instability
, Comma character
B Scale Number
, Comma character
LLLLLLLLLL Gross weight (10 digits including the possible sign and decimal point).
UM = Unit of measure (Kg, g, t, lb)
, Comma character
YY 2 spaces if the tare is automatic
PT if a tare is pre-set or set manually
TTTTTTTTTT Tare weight (10 digits including the possible sign and decimal point).
UM = Unit of measure (Kg, g, t, lb)
<CR LF> Carriage Return + Line Feed
(ASCII Characters 13 and 10)