Specifications

Programmers Guide TH230/TH230+
72
ESC p
Function:
Generate pulse
Code ASCII: ESC p m t1 t2
Code HEX: 0x1B 0x70 m t1 t2
Range:
m = 0, 1, 48, 49
0 ≤ t1 ≤ 255
0 ≤ t2 ≤ 255
Default:
None
Description: Outputs the pulse specified by t1 and t2 to the specified connector pin m as
follows:
m Connector pin
0, 48 Drawer kick-out connector
pin 2
1, 49 Drawer kick-out connector
pin 5
• The pulse for ON time is (t1 * 2 msec) and for OFF time is (t2 * 2 msec).
Notes:
If t2 < t1, the OFF time is equal to the ON time.