; Print Lab 25mm X 50mm (1 X 2) labels.
; Barcode identifier - use Code 39 with check-digit.
; Label length = 200 dots (8 dots/mm printhead).
EN
; Print 1x2 label formats
NOBAR
; Print Lab 25mm X 50mm (1 X 2) labels.
; Plain label, no barcode identifier.
; Label length = 200 dots (8 dots/mm printhead).
LH
; Set Label Home ("LH") parameters.
BAR2
; Print Lab 25mm X 50mm (1 X 2) labels.
; Barcode identifier using specified symbology for accession area.
; Label length = 200 dots (8 dots/mm printhead).
GB(LRGBX,LRGBY,LRGBZ)
; Send print command to printer for graphic box.
; Call with LRGBX = column position (in dots).
; LRGBY = row position (in dots).
; LRGBZ = graphic box to print.
FONT
; Default font
PL(LRX,LRY,LRZ,LRFONT)
; Send print command to printer.
; Call with LRX = column position (in dots).
; LRY = row position (in dots).
; LRZ = text to print.
; LRFONT = font to use.