Specifications
Chapter 3— Designing Bar Code Labels
26 IPL Programmer’s Reference Manual
Sample Label Command Strings
Command Definition
<STX><ESC>C<ETX>
Select Advanced mode
<STX><ESC>P<ETX>
Enter Program mode
<STX>E4;F4;<ETX>
Erase format 4, create format 4
<STX>H0;o102,51;f0;c25;h20;w20;d0,30;<ETX>
Edit/create human-readable field 0
<STX>L1;o102,102;f0;l575;w5;<ETX>
Edit/create line field 1
<STX>B2;o203,153;c0,0;h100;w2;i1;d0,10;<ETX>
Edit/create Code 39 bar code field 2 with
interpretive field enabled
<STX>I2;h1;w1;c20;<ETX>
Create interpretive field to go with bar
code field 2
<STX>R;<ETX>
Save format and exit to Print mode
<STX><ESC>E4<ETX>
Access format 4
<STX><CAN><ETX>
Erase all data
<STX>THIS IS THE SAMPLE LABEL<CR><ETX>
Data for human-readable field 0
<STX>SAMPLE<ETX>
Data for bar code field 2
<STX><ETB><ETX>
Print
Note: The line breaks in the preceding example are shown for
formatting purposes only and do not necessarily represent carriage
returns.
This format prints the label shown in the next illustration.
THIS IS THE SAMPLE LABEL
IPL004.eps
*SAMPLE*