Calibrate the index, Setting print width – CognitiveTPG DLXi User Manual
Page 276
U S I N G V A R I A B L E C O M M A N D S
Revision F, January 2012, CognitiveTPG
267
Calibrate the Index
The following label format runs an index detector calibration routine,
and then stores the new index detector sensitivity setting in
nonvolatile RAM under index sensitivity 3. After calibration, the
routine will set the printer in index mode 3:
! 0 0 0 0
VARIABLE INDEX SETTING CALIBRATE
END
NOTE: You do not need to use
VARIABLE WRITE
when using the
CALIBRATE
mode.
CALIBRATE
automatically writes its data to nonvolatile
RAM.
Setting Print Width
You can set the print width in any label format using the
command, but if you plan to consistently use narrow print media, for
example, when using an optional wristband tray, you may want to
change the default print width. The
command lets
you do this.
Use the following format to change the default print width. Replace
the 224 following the VARIABLE WIDTH command with the desired
print width, measured in hundredths of an inch:
! 0 0 0 0
VARIABLE WIDTH 224
VARIABLE WRITE
END