Справочник Пользователя для Citizen Systems PMU2XXX

Скачать
Страница из 312
 
- 97 - 
2.2.9 Panel Switch Commands 
ESC c 5 n 
CT-S280 
CT-S300 
CT-S2000
CT-S4000
BD2-2220 
CT-S310 
support model 
PMU2XXX 
     
 
 
[Function] 
Enabling/disabling the panel switches
 
 
[Code] 
<
1B>H<63>H<35>H<n> 
 
[Range] 
0≦n≦255 
 
[Outline] 
[The specification which is common to the model]
 
Enabling/disabling the FEED switch. 
• “n” is valid only for the lowest bit (n0). 
• Control by the lowest bit (n0) is shown as follows: 
 
n0 Condition 
FEED switch (LF-SW signal) valid 
FEED switch (LF-SW signal) invalid 
 
[Caution]
 
• When the FEED switch is disabled with this command, the paper cannot be fed by operating the 
FEED switch. 
• While switch operation is waited at the execution of macro, the FEED switch is always enabled 
regardless of the setting of this command but no paper feed operation is carried out.
   
 
[Default] n=0 
 
[Sample Program]
 
 
LPRINT CHR$(&H1B);"c5";CHR$(0);  ・・・・・  When enabling the FEED switch   
LPRINT CHR$(&H1B);"c5";CHR$(1);  ・・・・・  When disabling the FEED switch