- 327 -
GS R 2 n t1 t2
CT-S280 CT-S300 CT-S2000 CT-S4000 BD2-2220 PMUseries
Supportmodel
CT-S281 CT-S310 CT-S801/851 CT-S601/651 CT-P29xseries CT-S310 II
[Function] Controlling bezel LED
[Code] <1D>H<52>H<32>H<n>H<t1>H<t2>
[Range] 0≤n≤2, 48≤n≤50
0,2≤t1≤255, 0, 2≤t2≤255
[Outline] This commandcontrols Bezel LED.
“n” specifiesthemode ofBezel LED.
n Bezel LEDmode
0,48 OFF
1,49 ON
2,50 Blinking
t1:ON time of Bezel LEDcontrol
2≤t1≤255: ONtime= t1x 100ms
t1= 0:ON time =Default (5x 100ms)
t2:OFF time ofBezel LEDcontrol
2≤t2≤255: OFFtime =t2× 100ms
t2= 0:OFF time =Default (5x 100ms)
If“n” isset for OFF orON,OFF/ON time is t1+t2.
If“n” isset for Blinking, LEDblinks twice withspecified ON/OFF time.
[Caution] Thiscommand isvalid onlywith setting ofMSW12-1= ON (Bezelfunction= Valid)
This command isvalid evenwith thesetting ofMSW12-2= OFF(Bezel LEDcontrol =Invalid)
This command hashigher priority againstthesetting of variousbezel LEDcontrol by
GS+ (+E fn=5a=131– 136 command.
[Default] t1 =5(500ms)
t2= 5(500ms)
[Sample Program]
LPRINTCHR$(&H1D);CHR$(&H52); CHR$(&H32);CHR$(2); CHR$(10);CHR$(10);
・・・ Ontime ofLED blinking issetfor 1sec andOff time ofLED blinking is set for 1sec.