Specifications

Table Of Contents
Example 11 -
Creating a Form
with Basic Variables
This example demonstrates variable data fields.
The variable data fields must be loaded imme
-
diately following the FS command and prior to
any counter variables. Variable data fields are
entered when printing the label.
The variables are entered by operator via a termi
-
nal device or EPL2 program with the Download
Variables (?) command. The terminal/printer op
-
erator enters the data in after each prompt.
Example 11
FK”EXAM-11”¿
FS”EXAM-11”¿
V00,15,C,”Enter company name”¿
V01,17,C,”Enter product name”¿
V02,8,N,”Enter product code”¿
D8¿
S2¿
Q609,24¿
q784¿
GG80,100,”WORLD”¿
A160,1,0,1,5,5,N,V00¿
A0,290,0,1,4,4,N,V01¿
B70,370,0,3,4,12,180,B,V02¿
FE¿
Will Produce:
(when the form is
recalled and printed)
User or Program supplied variables for:
V00 (prompt= Enter company name) - WORLDWIDE
V01 (prompt= Enter product name) - Bar Code Printer
V02 (prompt= Enter product code) - BCP-1234
Programming
Breakdown:
980009-001 Rev.F H-21
Appendix H - Programming Examples