Intermec ESim v4.20 Programmer's Reference Manual page 29

For easycoder c4 bar code label printer
Table of Contents

Advertisement

Place a Combination of Fixed Data and a Counter
Th e next command line is a text line containing fi xed data and the coun-
ter (C0). Th e fi rst time this label form is retrieved for printing, the start
value for this counter must be sent to the printer. Th e printer will store
the value of the counter for this form and automatically continue to print
the next value the next time this form is retrieved. Reset or set to another
value by sending a new start value.
Note: Th e value of the counter will be kept in the memory even
if another form is retrieved or the printer is switched off .
Command
A24,312,0,4,1,1,N,"SERIAL#: "C 0↵
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 fi xed data "S" in combination with the actual counter
value. It is also set for printing the human readable text below the bar
code.
Note: Th e narrow to wide ratio is not relevant for Code 128.
Th e printer will use the value for the narrow bar to defi ne the
bar code. (Value 3 for wide bar defi nition is ignored.)
Command
B280,440,0,1,2,3,96,B,"S"C 0↵
Place Graphics
Th e next line writes a graphic named "Intermec" from memory and posi-
tions it on the form.
Command
GG24,12,"LOGO"↵
End Programming of this Form
Th e closing command that fl ags the end of form, see the full program list-
ing later in this chapter.
Command
FE↵
Intermec EasyCoder ESim v4.20—Programmer's Reference Manual
Chapter 5—Editing in Form Edit Mode
Explanation
Text line, fi xed data + 1:st counter
Explanation
Bar code, fi xed data + 1:st counter
Explanation
Write graphic from graphics memory
Explanation
Closing command to store form
23

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents