470-BA-defs-0017
56
During each data output a chain of 14 or 15 signs is being transferred. The following
formula is valid:
+ or - Premise (P)
6 or 7 digit readout of the indication and decimal point (= 6 or 7 signs) (D)
two symbols for the unit (U)
two status symbols (S)
one carriage return (CR)
One line feed (LF)
P D D D D D D D U U S S CR LF
with
P: Polarity 1 sign (+ or -)
D: Data 7 or 8 signs
U: Unit 2 signs (sp) g or kg (example)
S: Status 2 signs (sp) S... Data stabilised.
(sp) U... Data not stabilised.
E... Data error.
CR: Carriage return
LF: Line feed
Example:
Indication: 123,4 g
Output: + 0 0 1 2 3 . 4 sp G sp S CR LF
Indication: - 65.4321 kg
IMPORTANT!
The sign sp is representing in these examples a space pace
(ASCII#40,oktal), CR is a carriage return (ASCII#15) and LF a line feed
(ASCII#12)
The following list contains the used ASCII-codes: