
MSD-804FD Users Guide (Command Guide)
36
@SBC
Set background color
Command
format
@SBC,
ch_1
,
red_1
,
green_1
,
blue_1 (
,
ch_2
,
red_2
,
green_2
,
blue_2
・・・
)
Return value
format
@SBC,
ch_1
,
red_1
,
green_1
,
blue_1 (
,
ch_2
,
red_2
,
green_2
,
blue_2
・・・
)
Parameter
ch_1-4
:
Output
0 = All outputs, 1 = OUT1 to 4 = OUT4
red_1-4
: Background color (Red)
green_1-4
: Background color (Green)
blue_1-4
: Background color (Blue)
0 to 255 [Default]: 0
Example Send
Receive
@SBC,1,128,128,128
@SBC,1,128,128,128
Set Red, Green, and Blue of OUT1
background color to 128 (Gray).
Terminated normally.
Related info. 8.3.14 Background color
@GBC
Get background color
Command
format
@GBC,
ch
Return value
format
@GBC,
ch
,
red
,
green
,
blue
Parameter
ch
: Output
1 = OUT1 to 4 = OUT4
red
: Background color (Red)
green
: Background color (Green)
blue
: Background color (Blue)
0 to 255 [Default]: 0
Example Send
Receive
@GBC,1
@GBC,1,128,128,128
Get background color of OUT1.
All RGB: 128 (Gray)
Related info. 8.3.14 Background color