User's Manual

PDL Reference Guide for Xerox
®
ConnectKey
®
Products
Internal Auditron or Xerox
®
Standard Accounting
This PJL command sends the users pin number for use by devices that support the Internal Auditron or Xerox
®
Standard Accounting (XSA). You must provide at least a valid USERID. You may also provide a GENERAL Account
number or GROUP Account number if required.
PJL COMMENT Command
@PJL COMMENT OID_ATT_ACCOUNTING_INFORMATION_AVP "XRX_USERID,xxxx";
@PJL COMMENT OID_ATT_ACCOUNTING_INFORMATION_AVP "XRX_GENERALACCT,yyyy";
@PJL COMMENT OID_ATT_ACCOUNTING_INFORMATION_AVP "XRX_GROUPACCT,zzzz";
Where xxxx is a valid USER Pin number.
Where yyyy is a valid GENERAL Account number.
Where zzzz is a valid GROUP Account number.
DSC Comment Command
%%OID_ATT_ACCOUNTING_INFORMATION_AVP "XRX_USERID,xxxx";
%%OID_ATT_ACCOUNTING_INFORMATION_AVP "XRX_GENERALACCT,yyyy";
%%OID_ATT_ACCOUNTING_INFORMATION_AVP "XRX_GROUPACCT,zzzz";
Where xxxx is a valid USER Pin number.
Where yyyy is a valid GENERAL Account number.
Where zzzz is a valid GROUP Account number.
PJL/PCL Dependencies/Caveats
Locate all PJL commands in the beginning of the file before the image data starts (PS or
PCL).
To combine printer escape commands (not including PJL commands):
The first two characters after the <esc> must be the same.
All alpha characters must be lowercase, except the final terminating character.
The commands are read left to right. Combine them in the order you wish them
executed.
For example, print 5 copies (<ESC>&l5X) and use letter size (<ESC>&l2A) is combined as:
<ESC>&l5x2A
In case of duplicate commands, the last one requested takes precedence.
The PJL SET COPIES command takes precedence over the PCL command (<Esc>&l#X) to
determine number of copies. In general, PJL commands takes precedence over PCL
commands.
Printing jobs with odd number of pages & duplex front and back imaged covers, the printer
always prints on both sides of the front and back covers. Remaining pages are printed on the
document body media type & color with a blank page inserted to allow an image on both
sides of the back cover.
When using the Blank Front or the Blank Front & Back Cover command, the Cover Media Size
command is optional. If the cover size command is not in the PDL, the printer assumes the
cover media size is the same as the document body.