6.0

20
Creating Triggers
2
Trigger Syntax for Documents Installed in RAM
The general syntax of a trigger for a document that resides in the printer’s RAM is:
[ printer-specific_commands ] %!PS-Adobe <CR>
name_of_document <CR><LF>
An example of the trigger for a document named FORMLETTER that resides in the printer’s RAM:
%!PS-Adobe <CR>
FORMLETTER <CR><LF>
Trigger Syntax for Documents Installed in Flash Memory
The general syntax of a trigger for a document that resides in the printer’s flash memory is:
[ printer-specific_commands ] %!PS-Adobe <CR>
(%flash%name_of_document) run name_of_document <CR><LF>
An example of the trigger for a document named PAYROLL that resides in the printer’s flash memory:
%!PS-Adobe <CR>
(%flash%PAYROLL) run PAYROLL <CR><LF>
Techniques for Inserting Triggers
How you create and insert a trigger is operating system dependent. There are many ways to insert a trigger
manually. Four common techniques are:
1. Manually concatenating two files
In this technique you add a trigger by concatenating two files where the first contains the trigger and
the second contains the input data. You send the concatenated file to the printer using the DOS Copy
command or the file transfer protocol (FTP).
2. Setting up the print server to automatically insert triggers
This technique works with a print server running either Novell or Windows NT. You create a print queue
or print device for each document installed in the printer, and associate the appropriate trigger for the
document with the queue you set up for it. All queues point to the same physical printer. When you
send a job to that queue, the server automatically inserts the trigger associated with that queue before
it forwards the printer job to the printer.
What are the common techniques for inserting a trigger?