Deleting A Printer Object; Job And Page Control Options In A Multifile Document - 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 End of job delimiter
@PJL EOJ
<UEL>

10.5 Deleting a Printer Object

This example shows how to delete a printer object from the printer's system memory. This example
assumes that the object has been previously downloaded and is of type read/write. Further, the object is
a pen palette with name "PaletteTwo". Lastly, the example assumes that the printer's password is 5.
<UEL>@PJL
@PJL JOB PASSWORD=5
@PJL COMMENT XESOBJECTDELETE TYPE = XESRASTERSTAMPS NAME = "Stamp1"
@PJL EOJ
<UEL>

10.6 Job and Page Control Options in a Multifile Document

What follows is an example job that contains two files, a TIFF file and an HPGL file. It prints out two
collated copies. The first prints on an A size paper and the second prints on E size vellum. The first file
prints with 1:1 scaling and the second file is autoscaled to fit the E size media. The print job's name is
ExampleJob and this name will appear in the status messages received with XESQUEUE and other
PJL queries. The owner of the job has been designated ChucksPC.
<UEL>@PJL
@PJL JOB NAME="ExampleJob"
@PJL SET OWNER="ChucksPC"
@PJL COMMENT Set up the job parameters
@PJL SET MEDIASOURCE=AUTO
@PJL SET COPIES=2
@PJL SET COLLATIONENABLE=ON
@PJL COMMENT Set up params specific to file 1
@PJL SET PAPER=ANSI_A
@PJL SET MEDIATYPE=PAPER
@PJL SET PAGESCALING=100
@PJL ENTER LANGUAGE=TIFF6
<Data for TIFF job 1><UEL>@PJL
Page 136 of 160

Advertisement

Table of Contents
loading

Table of Contents