90 ESim v5.12 for EasyCoder PD4—Programmer’s Reference Manual
Chapter 7—Commands
PA – Print Automatic
Description is command is used in a stored form sequence to automatically
print the form as soon as all variable data has been supplied.
Syntax PAp
1
[,p
2
]
Parameters p
1
Numbers of label sets (1-65535).
p
2
Number of copies of each label (1-65535). Used in combination with counters
to print multiple copies of the same label.
Remarks Refer to the P command for explanations on how to print mul-
tiple labels with counters. e PA command follows the same
principles.
e PA command can only be used with forms containing at
least one variable (see V command). If there is no variable in
the form, the printer will enter a loop and print continuously!
Examples FK"TEST6"↵ :Deletes form “TEST6”
FS"TEST6"↵ :Starts form store sequence
V00,50,N,"Enter text"↵ :Defines variable
A24,24,0,4,1,1,N,V00↵ :Writes text with variable
PA1↵ :Prints 1 label automatically
FE↵ :Ends form store sequence
FR"TEST6"↵ :Retrieves form “TEST6”
?↵ :Gets variables
This is variable text :Data for variable 00