Specifications
Appendix C— Creating User-Defined Bitmap Graphics and Fonts
226 IPL Programmer’s Reference Manual
After downloading the graphic to the printer, download the following
format to see how the graphic prints. A label similar to the one following
the format prints:
Command Definition
<STX><ESC>C<ETX>
Selects Advanced mode
<STX><ESC>P<ETX>
Enter Program mode
<STX>E4;F4<STX>
Create format 4
<STX>U1;o1050,650;c2;w20;h20;
<ETX>
Create graphic field 1, origin of
1050,650, use graphic 2, and
magnify it by a factor of 20
<STX>R;<ETX>
Save and exit to Print mode
<STX><ESC>E4<ETX>
Select format 4
<STX><ETB><ETX>
Print
IPL.030