26 ESim v5.12 for EasyCoder PD4—Programmer’s Reference Manual
Chapter 6—Retrieving and Printing a Form
Example
e form “TEST”, edited in the previous chapter, can be retrieved and
printed from any ASCII sending device using this sequence:
Command Explanation
↵
CR/LF to start command structure
FR"TEST"↵
Retrieve form
?↵
Call for variables
EASYCODER↵
Substitute variable V00
501SA↵
Substitute variable V01
Dan↵
Substitute variable V02
100000↵
Counter start value C0
P1,2 Print 2 copies of a single label
In this example we have manually substituted variables for testing pur-
poses.
Note: It is critical to the syntax to send exactly the same
number of variable lines as defined for this label form.