- 135 -
2.2.9 Panel Switch Commands
ESC c 5 n
CT-S280 CT-S300 CT-S2000 CT-S4000 BD2-2220 PMUseries
Supportmodel
CT-S281
CT-S310 CT-S801/851 CT-S601/651 CT-P29x series CT-S310II
[Function] Enabling/disabling thepanel switches
[Code] <1B>H<63>H<35>H<n>
[Range] 0≤n≤255
[Outline] [The specification which is commontothemodel]
•Enabling/disabling theFEED switch.
•“n”is valid onlyfor the lowest bit (n0).
•Controlby thelowestbit (n0)isshownas follows:
n0 Condition
0
FEED switch (LF-SW signal) valid
1
FEED switch (LF-SW signal) invalid
[Caution] [The specification which is commontothemodel]
•When the FEED switch isdisabledwith thiscommand,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 ofthiscommandbutno paper feed operation is carriedout.
[Default] n=0
CT-S801/CT-S851/CT-S601/CT-S651
•MSW3-2 OFF: n=0
•MSW3-2 ON : n=1
[Sample Program]
LPRINTCHR$(&H1B);"c5";CHR$(0);-----WhenenablingtheFEEDswitch
LPRINTCHR$(&H1B);"c5";CHR$(1);-----Whendisablingthe FEED switch