Xerox DocuPrint 100 Software Manual page 56

Enterprise printing system lcds print description language
Hide thumbs Also See for DocuPrint 100:
Table of Contents

Advertisement

PDL principles and procedures
Specifying output
requirements
MESSAGE OTEXT= ('ALL FORMS DUPLEX ONLY!!!', 1, WAIT);
Job level
command
examples
1-28
Here is a sample STOCKSET command:
SSML: STOCKSET
There are many specifications you can select to define the
manner and look of your printed application. You can also have
messages displayed to operators to advise them of special
circumstances. This is done with the MESSAGE command:
NOTE: The MESSAGE OTEXT command shown above is one
example, and is not necessarily the recommended method for
switching media. (Refer to the OUTPUT STOCKS and OUTPUT
FEED command descriptions in the "Specifying print format
parameters" chapter, for further information.)
Similarly, the ROUTE command sends printed information
preceding the report to operators. Most output specifications are
selected from parameters of the OUTPUT command. As with
other commands, these can be specified at any command level,
but are most often specified at the job level because of the many
variations possible.
Here are some examples of commands that are coded at the job
or JDE level:
/* Job level commands*/
JOB1: JDE;
OUTPUT
JOB2: JDE;
LINE
OUTPUT
ASSIGN=('WHITE',CVR),
ASSIGN=('YELLOW',BLL),
ASSIGN=('GREEN',SUM),
INIFEED=CVR,
SYSPAGE=SUM;
DUPLEX=YES, SHIFT=YES,
FORM=SMPLE, MODIFY=CME1,
FORMAT=PDE1, COPIES=10,
BFORM=SMLBK, OFFSET=FIRST,
PURGE=NO;
VFU=VFU2UP;
FORMAT=PDE4, FORMS=SPL2,
COPIES=7;
Using LCDS Print Description Language

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents