Specifications

Chapter 7— IPL Command Reference
IPL Programmer’s Reference Manual 99
Field Decrement, Set (continued)
Notes: In the section of data separated by <FS> or <GS>, the printer decrements
the values in data entry fields by n after it prints each batch.
The printer generates an error code (22) if the decrement value is out of
range.
Field Increment, Set
Purpose: Sets the increment value for the selected field.
Syntax: <ESC>In
where n is the increment value.
Printers:
Printer Default Values for n Notes
All n = 1 1 to 9999
All printers support this command the same
way.
Notes: In the section of data separated by <FS> or <GS>, the printer increments
the values in data entry fields by n after it prints each batch. You must use
this command when you are defining a format in Programming mode.
This example shows how to use the field increment command:
<STX><ESC>E5<CAN><ETX>
<STX>Lot 23455 262948<CR><FS>307 91747<FS><ESC>I2<ETX>
<STX><RS>5<ETB><ETX>
The printer generates an error code (22) if the increment value is out of
range.
First Data Entry Field, Select
Purpose: Sets the field pointer to the lowest numbered data entry field that can
accept Print mode data.
Syntax: <ACK>
Notes: This command ensures that data prints in the field with the lowest number
if you do not want to specify a data field by its field number.