Xespenpalette (Obsolete) - 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

6.14 XESPENPALETTE (obsolete)

This category is a custom AccXES extension to report on the content of each of the pen palettes in the
printer. Future implementations of this command may allow an option after the keyword
XESPENPALETTE to specify the name of the pen palette for the report. In the current
implementation, ALL pen palettes will be reported. The defined response is:
@PJL INFO XESPENPALETTE
NAME="<Pen Palette Name>"
NUMPENS=<# pens in palette> [2 RANGE]
<# of first pen>
<# of last pen>
<width>,<color>,<pattern#>
<width>,<color>,<pattern#>
...
NAME="<Pen Palette Name>"
NUMPENS==<# pens in palette> [2 RANGE]
<# of first pen>
<# of last pen>
<width>,<color>,<pattern#>
<width>,<color>,<pattern#>
...
<FF>
The "<Pen Palette Name>" option in the response specifies the name of the palette as a string for the
data following. The NUMPENS statement and the following two lines detail the number of pens in the
current palette and the number of the first and last pen. For example, a 256 entry pen palette with pen
numbers ranging from 0 to 255 would be reported as:
NUMPENS=256 [2 RANGE]
0
0
For each pen in the current palette, a triplet is reported. The first number specifies the width of the pen
in a floating point number with dimensions of mm. The second number in the triplet specifies the pen
color with three color components ranging in value from 0 to 255 which determine the Red, Green, and
Blue values of the color, respectively. The formula for the color is:
16
<color> = (<red> * (2
)) + (<green> * (2
Version 10.0
AccXES PJL Interface
8
)) + <blue>
Page 115 of 160

Advertisement

Table of Contents
loading

Table of Contents