5–19Bar Codes
Variable Ratio Sample
~CREATE;TEST (Enters Create Form mode)
SCALE;CHAR
ALPHA (Alpha command)
2;5;1;1;1;*Std. Ratio*
STOP (Ends Alpha command)
BARCODE (Bar code command)
C3/9;X1;H7;3;5
“CODE39”
PDF;B;N (Printable data field)
STOP (Ends bar code command)
/
/
/
/
/
ALPHA (Alpha command)
2;30;1;1;*Var. Ratio*
STOP (Ends bar code command)
BARCODE (Bar code command)
C3/9;XRD2:2:5:5;H7;3;30
“CODE39”
PDF;B;N (Printable data field)
STOP (Ends bar code command)
END (Terminates Create Form mode)
~EXECUTE;TEST;1 (Prints the form)