Chapter 5 — Editing in Direct Mode
ESim for the PC4 and PF8 Printer Programmer’s Reference Manual 25
Name the Form
Name of this form is TEST.
Define Variables
The first 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
CR/LF to start command structure.
FK“TEST” Delete any existing form named TEST.
FS”TEST” Start store form named TEST.
Command Explanation
V00,15,N,“Enter Product name:”
Define first variable.
V01,10,L,“Enter Model number:”
Define second variable.
V02,8,N,“Checked by”:”
Define third variable.
Note: The text within the quotes are prompts which are sent from
the printer to host when the label form is retrieved (serial
communications only).