14
“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 and
☻
= 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 = M if in motion or a space if stable.
CR and
♪
= Carriage return.
LF and
◙
= Linefeed
| = Separator, not printed.
“2P” Example (Negative weight, in motion)
☻
- 2.452 lb MOT.
♪
◙
☻
(- 1112 g MOT.)
♪
◙
The dual print mode provides the PC400 with the ability to print the current
scale reading followed by the equivalent value in grams.
The weight is first printed using the “F0” format. Then the weight is
recalculated in grams and is sent as a second line of text. The gram data
follows the “F0” data format except where parentheses are placed after the
STX character and before the carriage return & line feed.