Setting Default Printer Parameters; Adding A Label To A Plot - Xerox 850DP - Phaser Color Solid Ink Printer Manual

Controller software version 10.0
Hide thumbs Also See for 850DP - Phaser Color Solid Ink Printer:
Table of Contents

Advertisement

Version 10.0
AccXES PJL Interface
@PJL COMMENT Return the state of the printer controller & current job
@PJL INFO XES_SYS_STAT
@PJL COMMENT Return the state of the 3 media rolls
@PJL INQUIRE INROLL1SIZE
@PJL INQUIRE INROLL1STAT
@PJL INQUIRE INROLL1TYPE
@PJL INQUIRE INROLL2SIZE
@PJL INQUIRE INROLL2STAT
@PJL INQUIRE INROLL2TYPE
@PJL INQUIRE INROLL3SIZE
@PJL INQUIRE INROLL3STAT
@PJL INQUIRE INROLL3TYPE
<UEL>

10.9 Setting Default Printer Parameters

This example shows how to set the serial port baud rate in the User Default parameter environment.
This change will persist over power cycles. The example assumes that the printer's password is 5. The
baud rate is set to 19200.
<UEL>@PJL
@PJL JOB PASSWORD=5
@PJL DEFAULT SERIALBAUD=19200
@PJL EOJ
<UEL>

10.10 Adding a Label to a Plot

This example shows how to apply a label to all the pages in an associated print job. In this case, the
label is specified with a 45 degree rotation, font set to Times-Roman, a 50% shading level, a label size of
14 points, and location of top center. The label itself is the string "Label on Plot." There are two files in
this example, a TIFF job and a HPGL job.
<UEL>@PJL
@PJL JOB NAME="ExampleLabel"
@PJL SET OWNER="ChucksPC"
@PJL COMMENT Set up the label
Page 139 of 160

Advertisement

Table of Contents
loading

Table of Contents