Intermec EasyCoder ESim v4.00—Programmer’s Reference Manual
21
Chapter 5—Editing in Form Edit Mode
Name the Form
Name of this form is TEST.
Command
Explanation
↵
CR/LF to start command structure
FK"TEST"
↵
Delete any existing form named TEST
FS"TEST"
↵
Start store form named TEST
Defi ne Variables
The fi rst variable (V00) has a maximum size of 15 characters.
The second variable (V01) has 10 characters and prints in reverse.
The third variable (V02) has a maximum size of 8 characters.
Command
Explanation
V00,15,N,"Enter Product name:"
↵
Defi ne fi rst variable
V01,10,L,"Enter Model number:"
↵
Defi ne second variable
V02,8,N,"Checked by:"
↵
Defi ne third variable
The 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
The counter has maximum 6 digits.
Command
Explanation
C0,6,L,+1,"Enter Serial Number:"
↵
Defi ne counter
Note:
The variables (V00, V01, V02) and counter (C0), are
defi ned within this label form named TEST. The 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
V00,15,N," "
.
Содержание EasyCoder C4
Страница 1: ...Programmer s Reference Manual ESim v4 00 for EasyCoder C4 Bar Code Label Printer...
Страница 14: ...8 Intermec EasyCoder ESim v4 00 Programmer s Reference Manual Chapter 1 General Information...
Страница 22: ...16 Intermec EasyCoder ESim v4 00 Programmer s Reference Manual Chapter 3 Setting Up the Printer...
Страница 124: ...118 Intermec EasyCoder ESim v4 00 Programmer s Reference Manual Chapter 7 Commands...
Страница 128: ...122 Intermec EasyCoder ESim v4 00 Programmer s Reference Manual Chapter 8 Fonts...
Страница 144: ...138 Intermec EasyCoder ESim v4 00 Programmer s Reference Manual Chapter 9 Code Pages and Character Sets...
Страница 151: ......