Manual

6
| = Separator, not printed
F1 Example (Negative weight, in motion)
- 2.452 LBM
F1 Print String Definition for Each Weight Unit:
Pounds
STX | POL | WEIGHT| SP | LB | ST | CR | LF
Ounces
STX | POL | WEIGHT| SP | OZ | ST | CR | LF
Kiligrams
STX | POL | WEIGHT| SP | KG | ST | CR | LF
Grams
STX | POL | WEIGHT| SP | G | SP | ST | CR | LF
Pounds-ounces
STX | POL | WEIGHTLB| SP | LB | POL | WEIGHTOZ | SP | OZ | SP | ST | CR | LF
STX () = ASCII 02
POL = minus sign for negative weight or a space for a positive weight
WEIGHT = 6 character field plus decimal if needed
WEIGHTLB = pound portion of lb-oz weight
WEIGHTOZ = ounce portion of lb-oz weight. (WEIGHTLB and WEIGHTOZ total 5 characters
plus decimal)
SP = ASCII space
ST = MOT. if in motion or a space if stable
CR () = Carriage return
LF () = Linefeed
| = Separator, not printed
2P Example (Negative weight, in motion)
- 2.452 lb MOT.
(- 1112 kg MOT.)
The dual print mode provides the DS100 with the ability to print the current
scale reading followed by the equivalent value in kilograms.
The weight is first printed using the “F0 format. Then the weight is
recalculated in kilograms and is sent as a second line of text. The kilogram
data follows the “F0 data format except where parentheses are placed after
the STX character and before the carriage return & line feed.