7167 Owner’s Manual Chapter 6: Commands
November 2003
113
Generate Pulse to Open Cash Drawer
ASCII:
ESC p n p1 p2
Hexadecimal:
1B 70 n p1 p2
Decimal:
27 112 n p1 p2
Value of n :
0, 48 = Drawer 1
1, 49 = Drawer 2
Value of p1: 0 - 255
Value of p2: 0 - 255
Sends a pulse to open the cash drawer.
Formulas:
The value for either p1 or p2 is the hexadecimal number multiplied by 2 msec to equal the
total time.
1. On time = p1 x 2 msec
2. Off time = p2 x 2 msec
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H70) & Chr$(n) & Chr$(n)
Related Information:
The off-time is the delay before the printer performs the next operation.
The recommend time for NCR cash drawers is 110 msec on time.
Refer to cash drawer specifications for required on and off times.