Easy print example 2 – O'Neil microFlash Series User Manual

Page 72

Advertising
background image

62

Custom Receipts and Labels User Manual and Technical Guide The O'Neil microFlash Series of Printers

Easy Print Example 2

Text and Bar Code with Field Options

1)

ÅEZ

2)

{PRINT:

3)

@10,30:MF226|Item #1 yellow $10.00|

4)

@40,30:MF226|Item #2 blue $3.15|

5)

@100,30:BC39N,HIGH 20,WIDE 2|$13.15|

6)

@150,30:MF107|TOTAL $13.15|remarks

7)

}

8)

{AHEAD:200

}

Explanation of Command Strings

Line 1:

Set to Easy Print Mode. The “

Å“ is how the ESC

character looks on your screen.

Line 2:

Left bracket and “PRINT” begins print request.

Line 3-4:

Starting at row 10, column 30, print Item #1 and Item #2
information in a 22.6 cpi font.

Line 5:

Print a Code 39 bar code that has been heightened and
widened. The embedded Total doesn’t have the word
“Total” because this bar code wasn’t wide enough to
embed the whole word.

Line 6:

Print the human-readable total underneath the bar code.
You can put remarks or comments after the vertical
bar.

Line 7:

A right bracket closes the Print command set.

Line 8:

The AHEAD command advances the paper 200 dotlines.

Advertising