Xerox FreeFlow Printer User Manual


 
Specifying input parameters
Using LCDS Print Description Language 2-35
PCC MASK
Makes inaccessible any unnecessary bits from the printer
carriage control byte.
Syntax [ac:] PCC MASK = value
Options
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
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.
PCC1: PCC DEFAULT=IBM1403, INITIAL=TOF,
ADVTAPE=NO, ASSIGN=(X'40',SP1P),
ASSIGN=(X'F1',SK1P),
ASSIGN=(X'F8',PSK8);