Specifications
1D $E4
Printers: KPM150
[Name] Reading number of retracting
[Format] ASCII GS { }
Hex 1D E4
Decimal 29 228
[Range]
[Description] Reading number of retracting of the printer.
[Notes] • The command return a string pointing out the number of retracting of the printer, for
example if the printer has retracted the paper 512 times, it will be: ‘512ret’
[Default]
[Reference]
[Example]
$1D $E5
Printers: KPM150
[Name] Reading number of power up
[Format] ASCII GS { }
Hex 1D E5
Decimal 29 229
[Range]
[Description] Reading number of power up of the printer.
[Notes] The command return a string pointing out the number of turning on of the printer, for
example if the printer is turned on 512 times, it will be: ‘512on’
[Default]
[Reference]
[Example]
$1D $E6
Printers: KPM150
[Name] Virtual paper-end limit
[Format] ASCII GS { } nH nL
Hex 1D E6 nH nL
Decimal 29 230 nH nL
[Range] 0 ≤ nH≤ 255
0 ≤ nL ≤ 255
[Description] This command sets the limit after which is pointed out the virtual paper-end.
[Notes] • The calculation limit of the near paper-end is in centimetres.
• This value is expressed as [(nH x 256)+nL]
[Default] nH = 0×00
nL = 0×F0
[Reference]
[Example] To see the virtual paper-end is pointed out after 15 metres from the fi rst detection of near
paper end, it’s necessary convert 15 metres in 1500 centimetres and then, calculate nH
and nL value in the following mode:
nH = 1500 / 256 = 5
nL = 1500 - (nH x 256) = 1500 - (5 x 256) = 220
and then send the following command:
HEX: $1D $E6 $05 $DC
DECIMAL: 29 230 5 220
ESC/POS™ Emulation
Command Reference 37