User manual
Example 1
To print a ticket’s sequence witch the cut is made over the notch it’s necessary set the notch distance to zero
as follows (this setting have effect after the ticket already in the printer):
{Set Notch Distance}
$1D,$E7,$00,$00,
{Print text}
‘TICKET 1’,$0A,’FIRST LINE’,$0A,’SECOND LINE’,$0A
{Cut alligment}
$1D, $F8,
{Cut}
ESC,’i’,
...
{Print text}
‘TICKET 1’,$0A,’FIRST LINE’,$0A,’SECOND LINE’,$0A
{Cut alligment}
$1D,$F8,
{Cut}
ESC,’i’,
...
Example 2
To cut 10mm before the notch the command sequence is (this setting have effect after the ticket already in
the printer):
$1D, $E7, $00, $0A,
{Print text}
‘TICKET 1’,$0A,’FIRST LINE’,$0A,’SECOND LINE’,$0A
{Cut alligment}
$1D, $F8,
{Cut}
ESC,’i’,
...
{Print text}
‘TICKET 1’,$0A,’FIRST LINE’,$0A,’SECOND LINE’,$0A
{Cut alligment}
$1D,$F8,
{Cut}
ESC,’i’,
...
(Fig.B.4)
(Fig.B.3)
TICKET N
FIRST LINE
SECOND LINE
10
TICKET (N+1)
FIRST LINE
SECOND LINE
10
TICKET N
FIRST LINE
SECOND LINE
TICKET (N+1)
FIRST LINE
SECOND LINE
APPENDIX B - ALIGNMENT MANAGEMENT
B-4 KPM150 User Manual