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

For easycoder c4 bar code label printer
Table of Contents

Advertisement

Name the Form
Name of this form is TEST.
Command
FK"TEST" ↵
FS"TEST" ↵
Defi ne Variables
Th e fi rst variable (V00) has a maximum size of 15 characters.
Th e second variable (V01) has 10 characters and prints in reverse.
Th e third variable (V02) has a maximum size of 8 characters.
Command
V00,15,N,"Enter Product name:" ↵
V01,10,L,"Enter Model number:" ↵
V02,8,N,"Checked by:" ↵
Th e text within quotes are prompts, which will be sent from the printer
to the host when the label form is retrieved (serial communication only).
Defi ne a Counter
Th e counter has maximum 6 digits.
Command
C0,6,L,+1,"Enter Serial Number:"↵
Note: Th e variables (V00, V01, V02) and counter (C0), are
defi ned within this label form named TEST. Th e next label
form containing variables and counters, will again start with
V00 and C0. If variable data is being sent from an external data
base, omit the text between the quotes and replace with a space
character, for example
Intermec EasyCoder ESim v4.20—Programmer's Reference Manual
Chapter 5—Editing in Form Edit Mode
Explanation
CR/LF to start command structure
Delete any existing form named TEST
Start store form named TEST
Explanation
Defi ne fi rst variable
Defi ne second variable
Defi ne third variable
Explanation
Defi ne counter
.
V00,15,N," "
21

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents