User`s guide

USING VARIABLE COMMANDS
196 Copyright © 2006, Cognitive.
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.
NOTE: The C Series printers use only the CALIBRATE parameter and not any
of the other parameters.
Setting Print Width
You can set the print width in any label format using the WIDTH
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 VARIABLE WIDTH 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