User`s guide

STANDARD PRINTER COMMANDS
Copyright © 2006, Cognitive. 93
NOTE: The WIDTH command is necessary with the
Del Sol to correctly position the printing image. The
WIDTH command line must precede any command
that maps label components on the printer's memory
grid, such as STRING or BARCODE.
High speed Barcode Blasters automatically disable
high speed printing when they encounter this
command in a label format.
See also
VARIABLE WIDTH
Example
! 0 100 100 1
STRING 8X8 0 0 THIS IS
STRING 8X8 0 10 WITHOUT
STRING 8X8 0 20 THE WIDTH
STRING 8X8 0 30 COMMAND
END
! 0 100 100 1
WIDTH 80
STRING 8X8 0 0 THIS IS
STRING 8X8 0 10 WITH
STRING 8X8 0 20 THE WIDTH
STRING 8X8 0 30 COMMAND
END