MSD-501/502 Command Guide
49
@GWC / @SWC
Wipe color
Function
Getting
Setting
Format
@GWC, ch
@SWC, ch_1, red_1, green_1, blue_1
(, ch_2, red_2, green_2, blue_2)
Return value
@GWC, ch, red, green, blue
@SWC, ch_1, red_1, green_1, blue_1
(, ch_2, red_2, green_2, blue_2)
Parameter
ch: Output channel
1 = OUT1, 2 = OUT2
ch_1-2: Output channel
0 = All outputs, 1 = OUT1, 2 = OUT2
red / red_1-2
: Wipe color (Red)
green / green_1-2 : Wipe color (Green)
blue / blue_1-2
: Wipe color (Blue)
0 to 255 [Default] 0 (Black)
Example
@GWC,1
@GWC,1,255,255,255
Getting OUT1 wipe color.
RGB: 255 (white)
@SWC,1,255,255,255
@SWC,1,255,255,255
Setting OUT1 wipe colors of RGB to
“255” (white).
Completed normally.
Remarks
-
@GVO / @SVO
Video output connector
Function
Getting
Setting
Format
@GVO
@SVO, ch_1, out_1 (, ch_2, out_2
・・・
)
Return value
@GVO, out_1A, out_1B (, out_2A,
out_2B)
@SVO, ch_1, out_1 (, ch_2, out_2
・・・
)
Parameter
out_1A / out_2A : OUTA video output
out_1B / out_2B : OUTB video output
out_1-4
: Video output
0 = Not output, 1 = Output [Default]
ch_1-4: Output connector
0 = All outputs, 1 = OUT1A, 2 = OUT1B, 3 = OUT2A, 4 = OUT2B
Example
@GVO
@GVO,0,1,1,1
Getting video output connector.
OUT1A: not output video.
Other outputs: output video.
@SVO,1,1
@SVO,1,1
Setting OUT1A to “Output”.
Completed normally.
Remarks
-