Cognitive Barcode Blazer

Cognitive Blaster Advantage Barcode Printer samples

Sample form file to be used in System Five:

The Line numbers are for documentation purposes only.
Please do not include these line numbers in the configuration process.

 

Line 1: ! 0 100 200 1
Line 2: PITCH 100
Line 3: STRING 9X12 15 10 <COMPANY.NAME,C >
Line 4: STRING 18X23 15 30 <PRICE.O>
Line 5: STRING 9X12 15 60 <DESCRIPTION >
Line 6: BARCODE CODE128A 15 150 40 <Barcode>
Line 7: END

This example produces the following label:

System500004063.gif

Explanation:

Line 1 Details:

! = Indicates the start of the label format

0 = Starting X and Y coordinate (Usually 0)

100 = Heat provided for each dot

200 = Height of tag in 100th of an inch

1 = Number of labels to print

 

Line 2 Details:

Pitch 100 = Sets the print density in dots per inch

 

Line 3, 4 and 5 Details:

STRING = Prints text (ASCII Characters) on a label

9X12 = Specifies the basic font size in dots.

There are seven font sizes:

3X5, 5X7, 8X8, 9X12, 12X16, 18X23, 24X31

15 10 = Starting X and Y coordinate

<COMPANY.NAME,C> = Value acquired from System Five

 

Line 6 Details:

BARCODE = Prints a Barcode

CODE128A = Barcode type

15 150 = Starting X and Y coordinate

40 = Height of Barcode in 100th of an inch

<Barcode> = Value acquired from System Five to be printed

under the Barcode

 

Line 7 Details:

END = Signals the end of a label format

< Return to: Sample List