Citizen Systems CBM-253 User Manual
Page 80
CBM-253 User’s Manual
68
CITIZEN
ESC p m n1 n2
[Name] Specified
pulse
generation
[Code]
<1B>H <70>H
[Defined ranges]
m= 0, 1
0
≤
n1
≤
n2
≤
255
[Function]
Outputs the signals specified by nl and n2 to the connector pin m. The types of m pins are
according to the table below.
m
Connector pin
0
Drawer kick No. 2 pin (Drawer kick-out terminal 1)
1
Drawer kick No. 5 pin (Drawer kick-out terminal 2)
The ON time will be n 1
×
2ms, and the OFF time will be n2
×
2ms.
[Items requiring caution]
If m is outside the defined range, n1 and n2 will be rejected for reading and the signal will
not output.
It is essential that the driving duty of the drawer should be within the following range.
(ON time/(ON time + OFF time))
≤
0.2
(The OFF time should be at least 4 times more than the ON time.)
[Initial values]
None of the values of m, n1 and n2 are defined.
[Program example]
LPRINT CHR$(&H1B) + "p"
LPRINT CHR$ (0) ; .....................
Selection of the No. 2 pin
LPRINT CHR$ (5) ; .....................
The ON time is set to 10ms
LPRINT CHR$ (50) ; ....................
The OFF time is set to 100ms