Variable cpl_command_mask – CognitiveTPG DLXi User Manual
Page 204

P R I N T E R S E T U P
VARIABLE CPL_COMMAND_MASK
Function
Locks out some CPL configurations commands.
Explicit Form
VARIABLE CPL_COMMAND_MASK mask
Implicit Form
V CPL_COMMAND_MASK mask
Parameters
mask
mask is the sum or’ing the desired
fields.
Ignore VARIABLE DARKNESS -
0x0001
Ignore VARIABLE SPEED - 0x0002
Ignore PITCH & VARIABLE PITCH
- 0x0004
Ignore WIDTH & VARIABLE
WIDTH - 0x0008
Ignore VARIABLE
MEDIA_ADJUST - 0x0010
?
– Returns current setting.
Comments This
command
is
used to prevent runtime
commands from modifying the configuration.
To clear all, use parameter of 0x0.
When using this command, send it to the printer
with VARIABLE WRITE in a non-printing label
format. Do not use this command in stored label
formats.
Example
The following command sets the printer to ignore
the darkness command (VARIABLE DARKNESS)
in label formats:
! 0 0 0 0
VARIABLE CPL_COMMAND_MASK 0x0001
VARIABLE WRITE
END
Revision F, January 2012, CognitiveTPG
195