Chapter 4 — ESim Commands
ESim for the PC4 and PF8 Printers Programmer’s Reference Manual 77
Example:
To retrieve the form named “Test1,” enter the command below:
FR“Test1”
FS - Form Store
Purpose: Use this command to begin a Form Store sequence.
Syntax: FS“name”
Remarks: All commands following FS are stored in the Forms memory until a
FE command is received to end the form store process. If a form with
the same name is already stored in memory, the FS command results
in an error and the old form is retained. When updating a form, use
the FK command to delete the old version before storing the new
version. To print a list of the forms currently stored in memory, use
the FI command.
Global commands, such as EI, EK, ES, FI, FK, GI, GK, GM, I, N, P, U,
UE, UF, UG, UI, UM,UP, UN, US, Y, W, ?, or ^@ should not be used in
a form store sequence.
Example:
This example begins the form store sequence of TEST1 and the ends
it.
FS“TEST1”
.....
FE
FS Command Parameter Descriptions
Parameter Description
“name” This is the form name used when retrieving
the stored form. The name may be from 1-8
characters. The printer is case sensitive (the
form names are stored with the exact case
entered on the FS command line).