Variable epl_command_mask – CognitiveTPG DLXi User Manual
Page 207
![background image](/manuals/334304/207/background.png)
P R I N T E R S E T U P
VARIABLE EPL_COMMAND_MASK
Function
Locks out some EPL configurations commands,
allowing for equivalent CPL configurations to be
used without the need to make application changes
Explicit Form
VARIABLE EPL_COMMAND_MASK mask
Implicit Form
V EPL_COMMAND_MASK mask
Parameters
mask
mask is the sum or’ing the desired
fields.
Ignore D - 0x0001
Ignore q - 0x0002
Use measured length - 0x0004
Ignore S - 0x0008
Ignore R - 0x0020
Ignore JB/JF - 0x0040
Ignore OD – 0x0080
Ignore I – 0x0100
?
– Returns current setting.
Comments This
command
is
used to prevent runtime
commands from modifying the configuration. When
ignoring the I command, the CPL code page is used,
rather then the EP code page.
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 (D) in label formats:
! 0 0 0 0
VARIABLE EPL_COMMAND_MASK 0x0001
VARIABLE WRITE
END
198
Revision F, January 2012, CognitiveTPG