USING REMOTE SETUP
89
Remote Setup Example File
The following example will set up three forms. Before the forms are set up,
“AlignPrint” and all “Forms” will be reset to their factory default values so
that only the “non-default” values have to be set.
The first form will begin printing one line from the top-of-form, be named
“CHECKS”, have a form length of 42 lines (7 inches at 6 LPI), and use the
Epson FX Draft font.
The second form will begin printing two characters (at 10 CPI) from the left
edge and two lines (at 6 LPI) from the top edge of the form. The name will
be “INVOICES” and will print using the Epson FX Draft font.
The third form will begin printing two lines (at 8 LPI) from the top edge of
the form. The name will be “REPORTS”, and printing will be at eight LPI
with a form length of 8½ inches.
; Example setup file for three forms.
[BeginPrintekSetup]
AlignPrint=FactoryDefaults
Forms=FactoryDefaults
[Form0]
MovePrintDown=0.17
FormName="CHECKS"
FormLength=42
Font=Epson_FX_DF
[Form1]
MovePrintRight=0.20
MovePrintDown=0.33
FormName="INVOICES"
Font=Epson_FX_DF
[Form2]
MovePrintDown=0.25
FormName="REPORTS"
LinesPerInch=8
FormLength=68
CharactersPerInch=12
[EndPrintekSetup]