Chapter 5 — Editing in Direct Mode
28 ESim for the PC4 and PF8 Printer Programmer’s Reference Manual
Place a Bar Code with Fixed Data and a Counter
Below a Bar Code Command line is used to enter a Code 128 bar
code, containing the fixed data “S” in combination with the
actual counter value. It is also set for printing the human readable
text below the bar code.
Place Graphics
The next line writes a graphic named “Intermec” from memory
and positions it on the form.
End Programming of This Form
The closing command flags the end of form. See the full program
listing in the next section.
Note: The narrow to wide ratio is not relevant for Code 128. The
printer uses the value for the narrow bar to define the bar code
(value 3 for wide bar definition is ignored).
Command Explanation
B280,440,0,1,2,3,96,B,“S”C0 Bar code with fixed data and first counter.
Command Explanation
HH24,12,“LOGO” Write graphic from graphics memory.
Command Explanation
FE Closing command to store form.