Xerox WORKCENTRE 7120 Manuel de référence - Page 13

Parcourez en ligne ou téléchargez le pdf Manuel de référence pour {nom_de_la_catégorie} Xerox WORKCENTRE 7120. Xerox WORKCENTRE 7120 30 pages. Color networking mfp a3
Également pour Xerox WORKCENTRE 7120 : Manuel de l'évaluateur (25 pages), Manuel de l'évaluateur (24 pages), Spécifications (14 pages), Spécifications (14 pages), Comparaison concurrentielle (11 pages), Comparaison concurrentielle (11 pages), Brochure & Specs (4 pages), Manuel de référence (29 pages), Manuel d'utilisation rapide (20 pages), Manuel d'utilisation rapide (20 pages), Manuel d'utilisation rapide (20 pages), Manuel d'utilisation rapide (20 pages), Manuel d'installation (2 pages), Manuel d'installation (2 pages), Manuel d'utilisation rapide (20 pages), Manuel de référence (32 pages), Manuel de l'administrateur du système (20 pages)

Xerox WORKCENTRE 7120 Manuel de référence

Examples

Basic PJL Template

This section illustrates a standard PJL template that is used to access general print features as well as WorkCentre
7120 specific features. This template lists each feature and the syntax, both PCL commands and PJL, required to use
these features.
Section 1 (Opening Command, Required for all files)
<ESC>%-12345X@PJL JOB MODE=PRINTER
Section 2 (PJL Set Commands)
@PJL SET RESOLUTION=600
@PJL SET COPIES=1
Section 3 (PCL Code used to invoke PCL Language)
@PJL ENTER LANGUAGE=PCL
Section 4 (PCL Data Stream or ASCII Document inserted here for Options such as selection
Different Fonts, Simplex, Duplex, etc.)
,,,,,,,,,,
Section 5 (Closing Command, Required at end of Document)
<ESC>%-12345X@PJL EOJ
Note:
This is a simple print job
header specifying the
output tray (MAINTRAY),
Quantity needed (1), and
Job Owner (Smith).
Note:
This is a Finishing Job
header asking for the
Stapling option that
specifies the job will be
sent to the Finisher Tray,
and stapled on the Top
Left hand corner or the
paper.
dc10cc0466
Customer Support

Sample PJL Headers

Example 1 - Simple Print
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF>
@PJL COMMENT Beginning PCL Job<CR><LF>
@PJL SET OUTBIN=MAINTRAY<CR><LF>
@PJL SET QTY=1<CR><LF>
@PJL SET RESOLUTION=600<CR><LF>
@PJL SET JOBATTR="@JOAU=Smith" <CR><LF>
Example 2 - Finishing Options (Stapling)
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF>
@PJL SET OUTBIN=OUTBIN101<CR><LF>
@PJL SET FINISH=ON<CR><LF>
@PJL SET STAPLE=TOPLEFT<CR><LF>
Page 13