Xerox 701P21091 Options 36. PCC Mask parameter options and definitions, PCC command example

Models: 701P21091

1 498
Download 498 pages 22.54 Kb
Page 143
Image 143

Specifying input parameters

PCC MASK

Makes inaccessible any unnecessary bits from the printer carriage control byte.

Syntax [ac:] PCC MASK = value

Options

Table 2-36. PCC MASK parameter options and definitions

Option

Definition

 

 

 

 

value

Specifies an 8 bit value that will be used in a bit wise “AND” operation with the

 

printer carriage control byte being processed. AND occurs after translation, if

 

any. The result of this process is to mask off bits from the carriage control byte

 

that are not relevant to the operation being specified.

 

 

Default X’FF’

PCC command: points to note

When using the PCC command, keep in mind the following:

Multiple user defined PCC tables are allowed, but only one may be used without a command identifier. The LINE PCCTYPE parameter is used to invoke a PCC command by reference to its identifier. The keyword USER can be used to reference any user defined PCC table for which no command identifier is coded.

You may end a PCC command with a semicolon and start another PCC command to continue specification of the carriage control codes. Multiple PCC commands may be used within a single PCC table definition as long as there are no intervening non PCC commands.

PCC command example

PCC1: PCC

DEFAULT=IBM1403, INITIAL=TOF,

 

ADVTAPE=NO, ASSIGN=(X'40',SP1P),

 

ASSIGN=(X'F1',SK1P),

 

ASSIGN=(X'F8',PSK8);

Using LCDS Print Description Language

2-35

Page 143
Image 143
Xerox 701P21091 manual Options 36. PCC Mask parameter options and definitions, Default X’FF’ PCC command points to note