Product Manual

14
“F0” Print String Definition for Each Weight Unit:
Pounds
STX | POL | WEIGHT| SP | lb | SP | ST | CR | LF
Ounces
STX | POL | WEIGHT| SP | oz | SP | ST | CR | LF
Kiligrams
STX | POL | WEIGHT| SP | kg | SP | ST | CR | LF
Grams
STX | POL | WEIGHT| SP | g | SP | 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.
“F1” Format: The “F1” format is similar to “F0” with the following
exceptions:
The space following the units is removed. The units are in capitol letters.
“MOT.” is replaced with “M”. It is not legal-for-trade.
Dual print format (2P): The dual print mode provides the PC-400 with the
ability to print the current scale reading followed by the equivalent value in
grams.
“F1” Print String Definition for Each Weight Unit:
Fig. 3 Format “2P” form
STX 2.452 lb CR+LF
STX( 1112 g) CR+LF
Displayed weight data with
units. See fig. 1 for structure.
Carriage return & line feed:
ASCII characters 13 & 10
gram weight data in parentheses.