IDK MSD-804FD Series Command Manual

IDK MSD-804FD Series Command Manual

Presentation switcher
Hide thumbs Also See for MSD-804FD Series:

Advertisement

Quick Links

DIGITAL
DISPLAY
IN1
MULTI
POWER
SWITCHER
1
2
POWER
3
O N
OFF
4
●Thank you for choosing this IDK product.
●To ensure the best performance of this product, please read this Command Guide and Users Guide fully and
carefully before using your product and store this manual near the product.
MSD-804FD SERIES
IN2
IN3
IN4
IN5
IN6
IDK Corporation
Presentation Switcher
IN7
IN8
OFF
OUT1
OUT2
OUT3
OUT4
<Command Guide>
Ver.1.0.0
MSD-804FD
COMMAND
COMMAND
COMMAND
COMMAND
COMMAND
A
B
C
D
E
M EN U/SET
C OM M AN D
PRESET LOAD
ESC
SWITCHING MODE
V&A
VIDEO
AUDIO

Advertisement

Table of Contents
loading

Summary of Contents for IDK MSD-804FD Series

  • Page 1 V&A VIDEO AUDIO ●Thank you for choosing this IDK product. ●To ensure the best performance of this product, please read this Command Guide and Users Guide fully and carefully before using your product and store this manual near the product.
  • Page 2 MSD-804FD Users Guide (Command Guide) Trademarks • The terms HDMI and HDMI High-Definition Multimedia Interface, and the HDMI Logo are trademarks or registered trademarks of HDMI Licensing, LLC in the United States and other countries. • PJLink is a trademark in JAPAN, the United States, and other countries/regions. •...
  • Page 3 ● Some of the contents in this command guide such as appearance diagrams, menu operations, communication commands, and so on may differ from your MSD depending on the version. ● This command guide is subject to change without notice. You can downloaded the latest version from IDK’s website at: http://www.idk.co.jp/en/index.html The reference manual for MSD-804FD consists of the following two volumes: ■...
  • Page 4: Table Of Contents

    MSD-804FD Users Guide (Command Guide) Table of contents 1 Communication specifications ........................5 RS-232C Port ............................5 LAN Port .............................. 6 1.2.1 The number of TCP-IP connections ..................... 6 2 ASCII codes ..............................11 3 Commands ..............................13 Summary ............................13 List ..............................
  • Page 5: Communication Specifications

    MSD-804FD Users Guide (Command Guide) 1 Communication specifications 1.1 RS-232C Port The MSD-804FD controls peripheral devices externally by serial communication with RS-232C connector. Connect control devices such as computers and the MSD with a RS-232C cable, and then control the MSD and acquire status using commands.
  • Page 6: Lan Port

    MSD-804FD Users Guide (Command Guide) 1.2 LAN Port The MSD-804FD controls peripheral devices externally using LAN. Connect control devices such as computers and the MSD-804FD with LAN, and then control the MSD and acquire the status using commands. For command character notations, see “2 ASCII code”. For control using commands, use ports 6000 to 6999, 1100, and 23.
  • Page 7 MSD-804FD Users Guide (Command Guide) Note: If any command is not sent from the computer side to the MSD for 30 seconds, it disconnects the connection to avoid the limitation problem on the number of connections. As a result, connection needs to be established again from the computer side after the current connection of the computer is disconnected.
  • Page 8 MSD-804FD Users Guide (Command Guide) Example of programing with Microsoft Visual Basic.NET 2008 Imports System Imports System.Net.Sockets Public Class Form1 Private stClient As TcpClient 'Client Private stns As System.Net.Sockets.NetworkStream 'Stream Public Function mOpen(ByVal pHostName As String, ByVal pPortNum As Integer) As Boolean '******************************************************** Open...
  • Page 9 MSD-804FD Users Guide (Command Guide) 'Extract fro @ to CRLF If ((InStr(pRecvMsg, vbCrLf) <> 0) And (InStr(pRecvMsg, "@") <> 0)) Then pRecvMsg = Mid(pRecvMsg, _ InStr(pRecvMsg, "@"), _ InStr(pRecvMsg, vbCrLf) _ - InStr(pRecvMsg, "@")) Exit Do End If End If End If Loop mSendMessege = pRecvMsg...
  • Page 10 MSD-804FD Users Guide (Command Guide) 137: 'Open 138: wRecvMsg = mSendMessege(TextBox1.Text) 'Send 139: Console.WriteLine("wRecvMsg:" & wRecvMsg & Now) 140: mClose() 'Close 141: 142: If wRecvMsg <> "" Then 143: Label6.Text = wRecvMsg 144: GoTo Exit_Step 145: End If 146: 147: Next i 148: 149:...
  • Page 11: Ascii Codes

    MSD-804FD Users Guide (Command Guide) 2 ASCII codes [Table 2.1] ASCII codes (1/2) ASCII ASCII ASCII ASCII " & < >...
  • Page 12 MSD-804FD Users Guide (Command Guide) [Table 2.2] ASCII codes (2/2) ASCII code Detailed control code NULl Start Of Heading Start of TeXt End of TeXt End Of Transmission ENQuiry ACKnowledge BELl Back Space Horizontal Tabulation Line Feed Vertical Tabulation Form Feed Carriage Return Shift Out Shift In...
  • Page 13: Commands

    MSD-804FD Users Guide (Command Guide) 3 Commands 3.1 Summary A command consists of “@” (“40” in hexadecimal), 3 one-byte alphabetical characters (upper and lower cases), and parameters (one-byte numbers ). For some commands, several parameters can be specified or no parameter is required. Processing is executed by sending a delimiter at the end of the command. Example: @SSW,1,1 “,”( a comma, “2C”...
  • Page 14 MSD-804FD Users Guide (Command Guide) --------------- HELP (1/13) --------------- ←Following is the command list (CHANNEL SELECT Command) @SSW / @GSW: Set/Get Input Channel @SSV / @GSV: Set/Get Video Input Channel @SSA / @GSA: Set/Get Audio Input Channel...
  • Page 15: List

    MSD-804FD Users Guide (Command Guide) 3.2 List Error status Command Feature @ERR Error status Power switch of display device Command Feature @SDS Set display power @GDS Get display power status Input channel Command Feature @SSW Switch video and audio channel simultaneously @GSW Get input channel @SSV...
  • Page 16 MSD-804FD Users Guide (Command Guide) Video quality Command Feature @SBR Set input brightness @GBR Get input brightness @SCO Set input contrast @GCO Get input contrast @SHU Set hue @GHU Get hue @SST Set saturation @GST Get saturation @SSU Set black level @GSU Get black level @IDC...
  • Page 17 MSD-804FD Users Guide (Command Guide) @GWC Get wipe color @SVO Set video output connector @GVO Get video output connector @SEN Set HDCP output mode @GEN Get HDCP output mode @SHR Set the number of HDCP retriesSet the number of HDCP @GHR Get the number of HDCP retries @SDC...
  • Page 18 MSD-804FD Users Guide (Command Guide) EDID Command Feature @SED Set EDID @GED Get EDID @SVF Set PC resolution (EDID) @GVF Get PC resolution (EDID) @SHF Set HDTV resolution (EDID) @GHF Get HDTV resolution (EDID) @SDI Set Deep Color @GDI Get Deep Color @SAF Set audio format @GAF...
  • Page 19 MSD-804FD Users Guide (Command Guide) @SUP Set execution plane at starting up @GUP Get execution plane at starting up @SIT Set ineffective time during control command @GIT Get ineffective time during control command @DEC Initialize registered command and association @STL Set command key lighting @GTL Get command key lighting...
  • Page 20 MSD-804FD Users Guide (Command Guide) Bitmap Command Feature @SBM Set bitmap output @GBM Get bitmap output @SBB Set bitmap background color @GBB Get bitmap background color @SBT Set bitmap aspect ratio @GBT Get bitmap aspect ratio @SZP Set bitmap display positionSet bitmap @GZP Get bitmap display position @SBA...
  • Page 21: Settings

    MSD-804FD Users Guide (Command Guide) 3.3 Settings For “Related info.” mentioned in each table below, refer to the Users Guide of MSD-804FD. 3.3.1 Error status @ERR Error status Command Only Return value format @ERR, error Return value format Parameter error : Error status 1 = Erroneous parameter format or value 2 = Undefined command or wrong format 3 = Currently unavailable command...
  • Page 22: Display Devices On/Off

    MSD-804FD Users Guide (Command Guide) 3.3.2 Display devices ON/OFF @SDS Set display power Command format @SDS, ch_1, onoff_1 (, ch_2, onoff_2 ・・・ Return value @SDS, ch_1, onoff_1 (, ch_2, onoff_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 onoff_1-4 : Display power switch 0 = OFF, 1 = ON @SDS,1,1...
  • Page 23: Input Channels

    MSD-804FD Users Guide (Command Guide) 3.3.3 Input channels @SSW Switch video and audio channel simultaneously Command format @SSW, input_1, output_1 (, input_2, output_2 ・・・ Return value @SSW, input_1, output_1 (, input_2, output_2 ・・・ format Parameter input_1-4 : Video and audio input connector 0 = OFF [Default], 1 = IN1, 2 = IN2, 3 = IN3, 4 = IN4, 5 = IN5, 6 = IN6, 7 = IN7, 8 = IN8, 9 = IN9 output_1-4 : Video and audio output connector...
  • Page 24 MSD-804FD Users Guide (Command Guide) @GSV Get video channel Command format @GSV Return value @GSV, output_1 (, output_2 , output_3 , output_4) format Parameter output_1-4 : Video input channel 0 = OFF [Default], 1 = IN1, 2 = IN2, 3 = IN3, 4 = IN4, 5 = IN5, 6 = IN6, 7 = IN7, 8 = IN8, 9 = IN9 Example Send...
  • Page 25: Position, Size, And Masking

    MSD-804FD Users Guide (Command Guide) 3.3.4 Position, size, and masking @SOT Set output resolution Command format @SOT, ch_1, resolution_1 (, ch_2, resolution_2 ・・・ Return value @SOT, ch_1, resolution_1 (, ch_2, resolution_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 resolution_1-4 : Output resolution 0 = AUTO-A [Default], 1 = AUTO-B...
  • Page 26 MSD-804FD Users Guide (Command Guide) @GOT Get output resolution Command format @GOT Return value @GOT, out_1 (, out_2 , out_3 , out_4 ) format Parameter OUT1-4 : Output resolutions of each output 0 = AUTO-A [Default], 1 = AUTO-B 2 = VGA@60(640x480), 3 = SVGA@60(800x600), 4 = XGA@60(1024x768), 5 = WXGA@60(1280x768),...
  • Page 27 MSD-804FD Users Guide (Command Guide) Related info. 8.3.1 Output resolutions @SUM Set display aspect ratio Command format @SUM, ch_1, aspect_1 (, ch_2, aspect_2 ・・・ Return value @SUM, ch_1, aspect_1 (, ch_2, aspect_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 aspect_1-4 : Monitor aspect 0 = RESOLUTION [Default], 1 = 4:3, 2 = 5:4, 3 = 5:3, 4 = 16:9, 5 = 16:10...
  • Page 28 MSD-804FD Users Guide (Command Guide) @GAP Get aspect ratio Command format @GAP Return value @GAP, in_1, in_2, in_3, in_4, in_5, in_6, in_7, in_8 , in_9 format Parameter in_1-9 : Get input aspect of each input channel 0 = AUTO-1 [Default], 1 = AUTO-2, 2 = 4:3, 3 = 16:9, 4 = 14:9, 5 = 16:9 LETTER BOX, 6 = 14:9 LETTER BOX, 7 = 4:3 SIDE PANEL, 8 = 14:9 SIDE PANEL, 9 = FULL, 10 = THROUGH...
  • Page 29 MSD-804FD Users Guide (Command Guide) @SOV Set overscan Command ・・・ @SOV, ch_1, overscan_1 (, ch_2, overscan_2 format Return value @SOV, ch_1, overscan_1 (, ch_2, overscan_2 ・・・ format Parameter ch_1-9 : Input channel 0 = All inputs, 1 = IN1 to 9 = IN9 overscan_1-9 : Over scan 100% to 115% [Default] of normal TV signals (NTSC/PAL/SDTV): 105%,...
  • Page 30 MSD-804FD Users Guide (Command Guide) @GNP Get input position Command @GNP format Return value @GNP, h_in_1, v_in_1, h_in_2, v_in_2, h_in_3, v_in_3, h_in_4, v_in_4, h_in_5, format v_in_5, h_in_6, v_in_6, h_in_7, v_in_7, h_in_8, v_in_8, h_in_9, v_in_9 Parameter h_IN1-9 : Horizontal input position of each input channel -Horizontal input size to +Horizontal output resolution [Default]: 0 v_IN1-9 : Vertical input position of each input channel -Vertical input size to +Vertical output resolution [Default]: 0...
  • Page 31 MSD-804FD Users Guide (Command Guide) @GNS Get input size Command format @GNS Return value @GNS, h_in_1, v_in_1, h_in_2, v_in_2, h_in_3, v_in_3, h_in_4, v_in_4, h_in_5, format v_in_5, h_in_6, v_in_6, h_in_7, v_in_7, h_in_8, v_in_8, h_in_9, v_in_9 Parameter h_in_1-9 : Horizontal input size of each input channel Horizontal output resolution÷4 to Horizontal output resolution×4 [Default]: Horizontal output resolution v_in_1-9 : Vertical display size of each input channel...
  • Page 32 MSD-804FD Users Guide (Command Guide) @GNM Get input masking Command @GNM, ch format Return value @GNM, ch, left, right, top, bottom format Parameter ch : Input channel 1 = IN1 to 9 = IN9 left : Masking of left side Horizontal input display position to Masking of right side [Default]: 0 right :...
  • Page 33 MSD-804FD Users Guide (Command Guide) @SOP Set output position Command @SOP, ch_1, h_position_1, v_position_1 (, ch_2, h_position_2, v_position_2 ・・・ format Return value @SOP, ch_1, h_position_1, v_position_1 (, ch_2, h_position_2, v_position_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 h_position_1-4 : Horizontal output position -Horizontal input size to +Horizontal output resolution [Default]: 0 v_position_1-4 : Vertical output position...
  • Page 34 MSD-804FD Users Guide (Command Guide) @GOS Get output size Command @GOS format Return value @GOS, h_out_1, v_out_1 (, h_out_2, v_out_2 , h_out_3, v_out_3, h_out_4, format v_out_4) Parameter h_out_1-4 : Horizontal output size of each output Horizontal output resolution÷4 to Horizontal output resolution×4 [Default]: Horizontal output resolution v_out_1-4 :...
  • Page 35 MSD-804FD Users Guide (Command Guide) @GOM Get output masking Command @GOM, ch format Return value @GOM, ch, left, right, top, bottom format Parameter ch : Output 1 = OUT1 to 4 = OUT4 left : Masking of left side Horizontal input display position (0 or more) to Masking of right side [Default]: 0 right : Masking of right side Masking of left side to Horizontal input display position+ Horizontal input display size (Horizontal output resolution or less) [Default]: Horizontal output resolution...
  • Page 36 MSD-804FD Users Guide (Command Guide) @SBC Set background color Command @SBC, ch_1, red_1, green_1, blue_1 (, ch_2, red_2, green_2, blue_2 ・・・ format Return value @SBC, ch_1, red_1, green_1, blue_1 (, ch_2, red_2, green_2, blue_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 : Background color (Red) red_1-4...
  • Page 37 MSD-804FD Users Guide (Command Guide) @STP Set test pattern Command @STP, ch_1, pattern_1, scroll_1 (, ch_2, pattern_2, scroll_2 ・・・ format Return value @STP, ch_1, pattern_1, scroll_1 (, ch_2, pattern_2, scroll_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 pattern_1-4 : Test pattern 0 = OFF [Default], 1 = VERTICAL COLOR BAR, 2 = HORIZONTAL COLOR BAR,...
  • Page 38 MSD-804FD Users Guide (Command Guide) @GTP Get test pattern Command @GTP format Return value @GTP, p_out_1, s_out_1 (, p_out_2, s_out_2, p_out_3, s_out_3, p_out_4, s_out_4) format Parameter p_out_1-4 : Test pattern of each output 0 = OFF [Default], 1 = VERTICAL COLOR BAR, 2 = HORIZONTAL COLOR BAR, 3 = VERTICAL GRAY SCALE, 4 = HORIZONTAL GRAY SCALE, 5 = VERTICAL LAMP, 6 = HORIZONTAL LAMP, 7 = 100% WHITE RASTER, 8 = 50% WHITE RASTER,...
  • Page 39: Video Quality

    MSD-804FD Users Guide (Command Guide) 3.3.5 Video quality @SBR Set input brightness Command @SBR, ch_1, bright_1, (, ch_2, bright_2 ・・・ format Return value @SBR, ch_1, bright_1, (, ch_2, bright_2 ・・・ format Parameter ch_1-9 : Input channel 0 = All inputs, 1 = IN1 to 9 = IN9 bright_1-9 : Brightness 80 to 120 [Default]: 100 @SBR,3,110...
  • Page 40 MSD-804FD Users Guide (Command Guide) @GCO Get input contrast Command @GCO, ch format Return value @GCO, ch, red, green, blue format Parameter ch : Input channel 1 = IN1 to 9 = IN9 : Contrast (Red) green : Contrast (Green) : Contrast (Blue) blue 0 to 200 [Default]: 100...
  • Page 41 MSD-804FD Users Guide (Command Guide) @SST Set saturation Command @SST, ch_1, saturation_1 (, ch_2, saturation_2 ・・・ format Return value @SST, ch_1, saturation_1 (, ch_2, saturation_2 ・・・ format Parameter ch_1-9 : Input channel 0 = All inputs, 1 = IN1 to 9 = IN9 saturation_1-9 : Input saturation 0 to 200 [Default]: 100 Example...
  • Page 42 MSD-804FD Users Guide (Command Guide) @GSU Get black level Command @GSU format Return value @GSU, in_1, in_2, in_3, in_4, in_5, in_6, in_7, in_8, in_9 format Parameter in_1-9 : Input setup level of each input channel -20 = -20×0.5 (-10.0 %) to +20 = +20×0.5 (+10.0 %) [Default]: ±0 = ±0.0 % Example Send @GSU...
  • Page 43 MSD-804FD Users Guide (Command Guide) @SOC Set output contrast Command @SOC, ch_1, red_1, green_1, blue_1 (, ch_2, red_2, green_2, blue_2 ・・・ format Return value @SOC, ch_1, red_1, green_1, blue_1 (, ch_2, red_2, green_2, blue_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 : Output contrast (Red) red_1-4...
  • Page 44: Input Settings

    MSD-804FD Users Guide (Command Guide) 3.3.6 Input settings @SDT Set no-signal-input monitoring Command @SDT, ch_1, time_1 (, ch_2, time_2 ・・・ format Return value @SDT, ch_1, time_1 (, ch_2, time_2 ・・・ format Parameter ch_1-5 : Input channel 0 = All digital inputs, 1 = IN1 to 5 = IN5 time_1-5 : Monitoring time 0 = OFF, 2000 = 2 seconds to 15000 = 15 seconds [Default] 10000 = 10 seconds...
  • Page 45 MSD-804FD Users Guide (Command Guide) @GHE Get HDCP input enabled/disabled Command @GHE format Return value @GHE, in_1, in_2, in_3, in_4, in_5 format Parameter in_1-5 : Enable/disable HDCP input of each input channel 0 = DISABLE, 1 = ENABLE [Default] Example Send @GHE To get the setting of enabling/disabling HDCP...
  • Page 46 MSD-804FD Users Guide (Command Guide) @SID Set automatic detection of input video interruption Command @SID, ch_1, detect_1 (, ch_2, detect_2 ・・・ format Return value @SID, ch_1, detect_1 (, ch_2, detect_2 ・・・ format Parameter ch_1-9 : Input channel 0 = All inputs, 1 = IN1 to 9 = IN9 detect_1-9 : Audio detection 0 = OFF, 1 = ON [Default] Example...
  • Page 47: Input Timing

    MSD-804FD Users Guide (Command Guide) 3.3.7 Input timing @GHT Get the total number of horizontal dots @GHT Command format Return value @GHT, in_1, in_2, in_3, in_4, in_5, in_6, in_7, in_8 format Parameter in_1-8 : The total number of horizontal dots of each input channel 400 to 4125 (Sampling clock: 13 MHz to 162 MHz) [Default]: Differs depending on input signals @GHT...
  • Page 48 MSD-804FD Users Guide (Command Guide) @SHD Set horizontal display period Command @SHD, ch, h_disp format Return value @SHD, ch, h_disp format Parameter ch : Input channel 0 = All inputs, 1 = IN1 to 8 = IN8 h_disp : Horizontal display period 64 to 2900 ([The total number of horizontal dots - 64] or less) [Default]: Differs depending on input signals @SHD,5,1024...
  • Page 49 MSD-804FD Users Guide (Command Guide) @GVS Get vertical start position Command @GVS format Return value @GVS, in_1, in_2, in_3, in_4, in_5, in_6, in_7, in_8 format Parameter in_1-8 : Vertical starting position of each input channel 10 to 2048 ([The total number of vertical lines - Vertical display period] or less) [Default]: Differs depending on input signals Example Send...
  • Page 50 MSD-804FD Users Guide (Command Guide) @RTT Initialize input timing setting Command @RTT, ch format @RTT, ch Return value format Parameter ch : Input channel 1 = IN1 to 8 = IN8 Example Send @RTT,1 Terminated normally. @RTT,1 Receive Related info. 8.6.6 Initialization Note This command is valid only if signals are input.
  • Page 51: Output Settings

    MSD-804FD Users Guide (Command Guide) 3.3.8 Output settings @SEQ Set output equalizer Command @SEQ, ch_1, level_1, (, ch_2, level_2 ・・・ format Return value @SEQ, ch_1, level_1, (, ch_2, level_2 ・・・ format Parameter ch_1-4 : Output 0 = OUTA all outputs, 1 = OUT1A to 4 = OUT4A level_1-4 : Output equalizer 0 = OFF [Default], 1 = LOW, 2 = MIDDLE, 3 = HIGH Example...
  • Page 52 MSD-804FD Users Guide (Command Guide) @GDM Get output mode Command @GDM format Return value @GDM, out_1 (, out_2 , out_3 , out_4) format Parameter out_1-4 : Output mode of each output 0 = DVI MODE, 1 = HDMI RGB MODE, 2 = HDMI YCbCr4:2:2 MODE, 3 = HDMI YCbCr4:4:4 MODE [Default] Example Send...
  • Page 53 MSD-804FD Users Guide (Command Guide) @SBO Set output video with no input video Command @SBO, ch_1, video_1 (, ch_2, video_2 ・・・ format Return value @SBO, ch_1, video_1 (, ch_2, video_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 video_1-4 : Output image 0 = Black screen, 1 = Blue screen [Default], 2 = Background color screen Example...
  • Page 54 MSD-804FD Users Guide (Command Guide) @GFF Get video switching effect Command @GFF format Return value @GFF, out_1 (, out_2, out_3, out_4 ) format Parameter out_1-4 : Video switching effect of each output 0 = CUT, 1 = FADE OUT/IN, 2 = FREEZE + FADE OUT/IN [Default], 3 = LEFT→RIGHT WIPE, 4 = RIGHT→LEFT WIPE, 5 = TOP→BOTTOM WIPE, 6 = BOTTOM→TOP WIPE @GFF...
  • Page 55 MSD-804FD Users Guide (Command Guide) @GFT Get video switching speed Command @GFT format Return value @GFT, out_1 (, out_2, out_3, out_4 ) format Parameter out_1-4 : Switching speed of each output 100 = 0.1 seconds to 2000 = 2 Seconds [Default] 350 = 0.35 Seconds Example Send @GFT...
  • Page 56 MSD-804FD Users Guide (Command Guide) @SVO Set video output connector Command @SVO, ch, out1A (, ch_2, out2A ・・・ format Return value @SVO, ch, out1A (, ch_2, out2A ・・・ format Parameter ch_1-8 : Output 0 = All outputs, 1 = OUT1A to 4 = OUT4A, 5 = OUT1B to 8 = OUT4B outA1-4 : Each connector’s video output of OUTA outB1-4 : Each connector’s video output of OUTB 0 = Not output, 1 = Output [Default]...
  • Page 57 MSD-804FD Users Guide (Command Guide) @GEN Get HDCP output mode Command @GEN format @GEN, outA_1 (, outA_2, outA_3, outA_4, outB_1, outB_2, outB_3, outB_4) Return value format Parameter outA_1-4 : HDCP output of OUTA’s each output outB_1-4 : HDCP output of OUTB’s each output 0 = HDCP is output only if input signals are HDCP compliant (HDCP INPUT ONLY), 1 = HDCP is always output (ALWAYS [Default]),...
  • Page 58 MSD-804FD Users Guide (Command Guide) @SHR Set the number of HDCP retries Command @SHR, ch_1, retry_1 (, ch_2, retry_2 ・・・ format Return value @SHR, ch_1, retry_1 (, ch_2, retry_2 ・・・ format Parameter ch_1-8 : Output 0 = All outputs, 1 = OUT1A to 4 = OUT4A, 5 = OUT1B to 8 = OUT4B* * OUT1B to OUT4B can be set only if Cat5e/Cat6 output option is installed.
  • Page 59 MSD-804FD Users Guide (Command Guide) @GDC Get Deep Color Command @GDC format Return value @GDC, outA_1 (, outA_2, outA_3, outA_4, outB_1, outB_2, outB_3, outB_4) format Parameter outA_1-4 : Color depth of OUTA’s each output outB_1-4 : Color depth of OUTA’s each output * 0 = 24-BIT COLOR [Default], 1 = 30-BIT COLOR * OUT1B to OUT4B can be set only if Cat5e/Cat6 output option is installed.
  • Page 60 MSD-804FD Users Guide (Command Guide) @HAU Re-authorize HDCP Command @HAU, ch_1, (, ch_2 ・・・ format Return value @HAU, ch_1, (, ch_2 ・・・ format Parameter ch_1-8 : Output 0 = All outputs, 1 = OUT1A to 4 = OUT4A, 5 = OUT1B to 8 = OUT4B* * OUT1B to OUT4B can be set only if Cat5e/Cat6 output option is installed.
  • Page 61: Audio

    MSD-804FD Users Guide (Command Guide) 3.3.9 Audio @SSL Set audio output level Command @SSL, ch_1, level_1 (, ch_2, level_2 ・・・ format Return value @SSL, ch_1, level_1 (, ch_2, level_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 level_1-4 : Audio volume -60 to +10 [Default]: ±0 @SSL,1,-4...
  • Page 62 MSD-804FD Users Guide (Command Guide) @GOL Get limit status of audio output level Command @GOL format Return value @GOL, out_1 (, out_2, out_3 , out_4) format Parameter out_1-4 : Limit of each audio output level -1 = Min. set value (-60 dB), 0 = Not limited, 1 = Max. set value (+10 dB) Example Send @GOL...
  • Page 63 MSD-804FD Users Guide (Command Guide) @GAS Get audio input Command @GAS format Return value @GAS, in_1, in_2, in_3, in_4, in_5 format Parameter in_1-5 : Select audio input of each input channel 0 = Automatic [Default], 1 = Analog audio, 2 = Digital audio Example Send @GAS...
  • Page 64 MSD-804FD Users Guide (Command Guide) @SIL Set relative value of audio input level Command @SIL, ch_1, updown_1 (, ch_2, updown_2 ・・・ format Return value @SIL, ch_1, updown_1 (, ch_2, updown_2 ・・・ format Parameter ch_1-9 : Input channel 0 = All inputs, 1 = IN1 to 9 = IN9 updown_1-9 : Set relative value -60 to +60 The specified value is added to the current audio input level.
  • Page 65 MSD-804FD Users Guide (Command Guide) @GLO Get output lip sync Command @GLO format Return @GLO, out_1 (, out_2, out_3, out_4 ) value format Parameter out_1-4 : Lip sync of each output 0 to 8 [Default]: 0 Example Send @GLO Get output lip sync. Receive @GLO,0,0,0,2 OUT4: 2 frames;...
  • Page 66 MSD-804FD Users Guide (Command Guide) @GSF Get sampling frequency of analog audio input Command @GSF format Return value @GSF, out_1 (, out_2 , out_3, out_4 ) format Parameter out_1-4 : Sampling frequency of each input channel 0 = AUTO-A [Default], 1 = AUTO-B, 2 = 32 kHz, 3 = 44.1 kHz, 4 = 48 kHz, 5 = 96 kHz, 6 = 192 kHz Example Send...
  • Page 67 MSD-804FD Users Guide (Command Guide) @GDO Get audio output connector Command @GDO format Return value @GDO, out_1 (, out_2, out_3, out_4) format Parameter out_1-4 : Audio output connector of each output 0 = ANALOG, 1 = DIGITAL (HDMI only), 2 = ANALOG&DIGITAL (HDMI) [Default] Example Send Get audio output connector.
  • Page 68 MSD-804FD Users Guide (Command Guide) @SMD Set multi-channel audio output Command format @SMD, ch_1, out_1 (, ch_2, out_2 ・・・ Return value @SMD, ch_1, out_1 (, ch_2, out_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 out_1-4 : Multi channel audio output 0 = CH1/CH2 STEREO, 1 = CH3/CH4 STEREO, 2 = CH5/CH6 STEREO, 3 = CH7/CH8 STEREO, 4 = CH1/CH2 MONO, 5 = CH3/CH4 MONO,...
  • Page 69 MSD-804FD Users Guide (Command Guide) @SAT Set test tone Command format @SAT, ch_1, tone_1, speaker_1 (, ch_2, tone_2, speaker_2 ・・・ Return value @SAT, ch_1, tone_1, speaker_1 (, ch_2, tone_2, speaker_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 tone_1-4 : Test tone 0 = OFF [Default], 1 = 1 kHz, 2 = 400 Hz speaker_1-4 : Speaker...
  • Page 70: Edid

    MSD-804FD Users Guide (Command Guide) 3.3.10 EDID @SED Set EDID Command format @SED, ch_1, edid_1 (, ch_2, edid_2 ・・・ Return value @SED, ch_1, edid_1 (, ch_2, edid_2 ・・・ format Parameter ch_1-8 : Input channel 0 = All inputs, 1 = IN1 to 5 = IN5 edid_1-5 : EDID data 0 = Built-in EDID [Default], 1 to 4 = EDID loaded from display device connected to OUTA*...
  • Page 71 MSD-804FD Users Guide (Command Guide) @SVF Set PC resolution (EDID) Command @SVF, ch_1, resolution_1 (, ch_2, resolution_2 ・・・ format Return value @SVF, ch_1, resolution_1 (, ch_2, resolution_2 ・・・ format Parameter ch_1-9 : Input channel 0 = All inputs, 1 = IN1 to 9 = IN9 resolution_1-9 : Resolution 0 = SVGA(800x600), 1 = XGA(1024x768), 2 = 720p(1280x720), 3 = WXGA(1280x768), 4 = WXGA(1280x800), 5 = Quad-VGA(1280x960),...
  • Page 72 MSD-804FD Users Guide (Command Guide) @SHF Set HDTV resolution (EDID) Command @SHF, ch_1, resolution_1 (, ch_2, resolution_2 ・・・ format Return value @SHF, ch_1, resolution_1 (, ch_2, resolution_2 ・・・ format Parameter ch_1-5 : Input channel 0 = All digital inputs, 1 = IN1 to 5 = IN5 resolution_1-5 : Resolution 0 = UNUSED, 1 = 480p, 2 = 720p, 3 = 1080i, 4 = 1080p, 5 = AUTO [Default]...
  • Page 73 MSD-804FD Users Guide (Command Guide) @GDI Get Deep Color Command @GDI format Return value @GDI, in_1, in_2, in_3, in_4, in_5 format Parameter in_1, in_2, in_3, in_4, in_5 : Color depth of each input channel 0 = 24bit COLOR [Default], 1 = 30 bit COLOR Example Send @GDI...
  • Page 74 MSD-804FD Users Guide (Command Guide) @GAF Get audio format Command @GAF, ch format Return value @GAF, ch, format_1, frequency_1 (, format_2, frequency_2 ・・・ format Parameter ch : Input channel 1 = IN1 to 5 = IN5 format_1-7 :Audio format [Default]: Enable only linear PCM output 0 = Linear PCM, 1 = AC-3/Dolby Digital, 2 = AAC, 3 = Dolby Digital+, 4 = DTS, 5 = DTS-HD, 6 = Dolby TrueHD frequency_1-7 : Sampling frequency...
  • Page 75 MSD-804FD Users Guide (Command Guide) @SSP Set speaker configuration Command @SSP, ch, number (, speaker_1, speaker_2 ・・・ format Return value @SSP, ch, number (, speaker_1, speaker_2 ・・・ format Parameter ch : Input channel 0 = All digital inputs, 1 = IN1 to 5 = IN5 number : Speakers 1 to 8 [Default]: 2 speaker_1-8 : Speakers to be used...
  • Page 76 MSD-804FD Users Guide (Command Guide) @GSP Get speaker configuration Command @GSP, ch format Return value @GSP, ch, number, speaker_1 (, speaker_2 ・・・ format Parameter ch : Input channel 1 = IN1 to 5 = IN5 number : Speakers 1 to 8 [Default]: 2 speaker_1-8 : Speakers to be used 0 = Front Left/Right [Default] 1 = Low Frequency Effect, 2 = Front Center, 3 = Rear Left/Right, 4 = Rear Center,...
  • Page 77: Rs-232C Port

    MSD-804FD Users Guide (Command Guide) 3.3.11 RS-232C port @SCT RS-232C port communication @SCT, port, setting Command format Return value @SCT, port, setting format Parameter port : RS-232C connector 0 = All ports, 1 = RS-232C CH1 port, 2 = RS-232C CH2 port 3 = OUT1B*, 4 = OUT2B, 5 = OUT3B, 6 = OUT4B * OUT1B to OUT4B can be set only if Cat5e/Cat6 output option is installed.
  • Page 78 MSD-804FD Users Guide (Command Guide) [Table 3.3.11a] Parameters of serial communication settings Communication Communication Communication Communication Value Value Value Value 4800 8 N/A 1 12 9600 8 N/A 1 24 19200 8 N/A 1 36 38400 8 N/A 1 4800 8 N/A 2 13 9600 8 N/A 2 25 19200 8 N/A 2 37 38400 8 N/A 2...
  • Page 79: Lan Port

    MSD-804FD Users Guide (Command Guide) 3.3.12 LAN port @SIP Set IP address @SIP, unit_1, unit_2, unit_3, unit_4 Command format Return value @SIP, unit_1, unit_2, unit_3, unit_4 format Parameter unit_1 : Upper bit of the IP address to unit_4 : Lower bit of the IP address 0 to 255 = 8 bit (Decimal notation) [Default]: 192.168.001.199 @SIP,192,168,3,2 Example...
  • Page 80 MSD-804FD Users Guide (Command Guide) @GBI Get OUTB IP address Command @GBI format @GBI, unit_1, unit_2, unit_3, unit_4 Return value format Parameter unit_1 : Upper bit of the IP address to unit_4 : Lower bit of the IP address 0 to 255 = 8 bit (Decimal notation) [Default] 192.168.001.200 Values can be got only if Cat5e/Cat6 output option is installed.
  • Page 81 MSD-804FD Users Guide (Command Guide) @GSB Get subnet mask Command @GSB format @GSB, unit_1, unit_2, unit_3, unit_4 Return value format Parameter unit_1 : Upper bit of the subnet mask to unit_4 : Lower bit of the subnet mask 0 to 255 = 8 bit (Decimal notation) [Default]: 255.255.255.000 Example Send @GSB...
  • Page 82 MSD-804FD Users Guide (Command Guide) @SGW Set LAN gateway address Command @SGW, unit_1, unit_2, unit_3, unit_4 format @SGW, unit_1, unit_2, unit_3, unit_4 Return value format Parameter unit_1 : Upper bti of the gateway address to unit_4 : Lower bit of the gateway address 0 to 255 = 8 bit (Decimal notation) [Default]: 192.168.001.201 Example...
  • Page 83 MSD-804FD Users Guide (Command Guide) @GBG Get OUTB gateway address Command @GBG format @GBG, unit_1, unit_2, unit_3, unit_4 Return value format Parameter unit_1 : Upper bit of the OUTB gateway address to unit_4 : Lower bit of the OUTB gateway address 0 to 255 = 8 bit (Decimal notation) [Default]: 192.168.001.201 Values can be got only if Cat5e/Cat6 output option is installed.
  • Page 84 MSD-804FD Users Guide (Command Guide) number: 1300 @SLF,2,1,192,168,1,1,0,1300 Receive Terminated normally. Send @SLF,3,1,192,168,1,2,1,PROJE Set connection 3 as follows: CTOR1 Operation mode: TRANSMITTER, Destination IP address: 192.168.1.2, PJLink: Used, Password: Receive @SLF,3,1,192,168,1,2,1,PROJE PROJECTOR1 CTOR1 Terminated normally. Send @SLF,3,1,192,168,1,2,1 Set connection 3 as follows: Operation mode: TRANSMITTER, Destination IP address: 192.168.1.2, PJLink: Used, Password...
  • Page 85 MSD-804FD Users Guide (Command Guide) @GLF Get LAN operation mode Command @GLF, connection format @GLF, connection, mode (, ip_1, ip_2, ip_3, ip_4, pjlink, tcp, password) Return value format Parameter connection : Connection 1 = Connection 1 to 8 = Connection 8 mode : Operation mode 0 = “RECEIVER mode”...
  • Page 86 MSD-804FD Users Guide (Command Guide) @SLP Set TCP port number Command @SLP, connection_1, port_1 (, connection_2, port_2 ・・・ format Return value @SLP, connection_1, port_1 (, connection_2, port_2 ・・・ format Parameter connection_1-8 : Connection number 0 = All connections, 1 = Connections 1 to 8 = Connection 8 port_1-8 : Port number 23, 80, 1100, 5000 to 5999, 6000 to 6999 [Default]:...
  • Page 87 MSD-804FD Users Guide (Command Guide) @GMA Get OUTB MAC address Command @GMA format Return value @GMA, unit_1, unit_2, unit_3, unit_4, unit_5, unit_6 format Parameter unit_1 : Upper bit of the MAC address to unit_6 : Lower bit of the MAC address 00 to FF = 8 bit (in hexadecimal) Values can be got only if Cat5e/Cat6 output option is installed.
  • Page 88: Control Commands

    MSD-804FD Users Guide (Command Guide) 3.3.13 Control commands @EXC Execute control commands Command @EXC, command_1 (, command_2 ・・・ format Return value @EXC, command_1 (, command_2 ・・・ format Parameter command_1-5 : Control commands A to I, a to i = General commands (COMMANDs A to I) 1 to 32 = Control commands (COMMANDs 1 to 32) @EXC,A Example...
  • Page 89 MSD-804FD Users Guide (Command Guide) @SEC Set control command (Control communication command) Command @SEC, no, delay, port, memo, length, command, timeout, retry, interval, retryover, format ・・・ display (, recv_1, recv_2 Return value @SEC, no, delay, port, memo, length, command, timeout, retry, interval, retryover, format ・・・...
  • Page 90 MSD-804FD Users Guide (Command Guide) ER,7,5057204F4E0 ・Delay: 10 ms D0A,1000,2,500,0,0 ・Output port: RS-232C CH1 & RS-232C CH2 ,1,2 ・Memo: POWER Receive @SEC,1,10,3,POW ・Data size: 7 bytes ER,7,5057204F4E0 ・Command data : PW ONCR LF (ASCII codes) D0A,1000,2,500,0,0 ・Timeout: 1000 ms ,1,2 ・Retry: 2 times ・Interval: 500 ms ・Retry over: Stop...
  • Page 91 MSD-804FD Users Guide (Command Guide) @GEC Get control command (Control communication command) Command @GEC, no format Return value @GEC, no, delay, port, memo, length, command, timeout, retry, interval, retryover, format ・・・ display (, recv_1, recv_2 Parameter no : Command number 1 to 32 delay : 0 to 999999...
  • Page 92 MSD-804FD Users Guide (Command Guide) ・Data size: 7 bytes 1000,2,500,0,0,1,2 ・Command data : PW ONCR LF (ASCII codes) ・TimeOUT1000 ms ・Retry: 2 times ・Interval: 500 ms ・Retry over: Stop ・Received data: Not displayed ・Replied command: Check 1 and 2 Send @GEC,2 Get control command 2.
  • Page 93 MSD-804FD Users Guide (Command Guide) @SEC Set control command (Display received data) Command @SEC, no, delay, port, memo, length, command, timeout, retry, interval, retryover, format display, delimiter Return value @SEC, no, delay, port, memo, length, command, timeout, retry, interval, retryover, format display, delimiter Parameter...
  • Page 94 MSD-804FD Users Guide (Command Guide) Example Send @SEC,3,0,8192,PO Register to control command 3 as following. WER STATUS,9, ・Delay: 0 ms 47455420504F570D ・Output port: LAN 8 0A,2000,2,200,0,1,0 ・Memo: POWER STATUS ・Data size: 9 bytes Receive @SEC,3,0,8192,PO ・Command data : GET POWCR LF (ASCII codes) STATUS,9,47455420 ・TimeOUT2000 ms...
  • Page 95 MSD-804FD Users Guide (Command Guide) @GEC Get control command (Display received data) Command @GEC, no format Return value @GEC, no, delay, port, memo, length, command, timeout, retry, interval, retryover, format display, delimiter Parameter no : Command number 1 to 32 delay : 0 to 999999 port: Output port...
  • Page 96 MSD-804FD Users Guide (Command Guide) @GEC,3 Example Send Get the control command 3. Receive @GEC,3,0,8192, : 0 ms ・Delay POWER ・Output port : LAN 8 STATUS,9, : POWER STATUS ・Memo 47455420504F57 ・Data size : 9 bytes 0D0A, ・Command data : GET POWCR LF (ASCII codes) 2000,2,200,0,1,0 ・TimeOUT2000 ms : 2 times...
  • Page 97 MSD-804FD Users Guide (Command Guide) @SEC Set control command (Control CEC) Command format @SEC, no, delay, port, memo, error, ch_1, cec_1 (, ch_2, cec_2 ・・・ Return value @SEC, no, delay, port, memo, error, ch_1, cec_1 (, ch_2, cec_2 ・・・ format Parameter no : Command number 1 to 32...
  • Page 98 MSD-804FD Users Guide (Command Guide) @GEC Get control command (Control CEC) Command @GEC, no format Return value @GEC, no, delay, port, memo, error, ch_1, cec_1 (, ch_2, cec_2 ・・・ format Parameter no : Command number 1 to 32 delay : Delay time 0 to 999999 port : CEC control 524288 = CEC control...
  • Page 99 MSD-804FD Users Guide (Command Guide) @SRC Set reply command Command format @SRC, no, process, length, command, mask, memo Return value @SRC, no, process, length, command, mask, memo format Parameter no : Command number 1 to 32 process : 0 = Stop, 1 = Execute (Continue), 2 = Resend command length : Reply command size (the number of bytes) 0 to 30 command : Reply command data...
  • Page 100 MSD-804FD Users Guide (Command Guide) @GRC Get reply command Command @GRC, no format Return value @GRC, no, process, length, command, mask, memo format Parameter no : Command number 1 to 32 process : 0 = Stop, 1 = Execute (Continue), 2 = Resend command length : Reply command size (the number of bytes) 0 to 30 command : Reply command data...
  • Page 101 MSD-804FD Users Guide (Command Guide) @SCC Set command link Command @SCC, event, c_1 (, c_2, c_3 ・・・ format Return value @SCC, event, c_1 (, c_2, c_3 ・・・ format Parameter event : Command execution condition For set values, see Table 3.3.13 a (P. 102). c_1-10 : Send command sequence 0 = OFF, 1 to 32 = COMMAND 1 to 32 Link commands registered in one of the following commands: @SEC Set control...
  • Page 102 MSD-804FD Users Guide (Command Guide) [Table 3.3.13a] Parameters for command execution conditions event Execution condition event Execution condition event Execution condition COMMAND A–PLANE A AUDIO:OUT1-IN1 VIDEO:OUT3-IN8 COMMAND A–PLANE B AUDIO:OUT1-IN2 VIDEO:OUT3-OFF COMMAND B–PLANE A AUDIO:OUT1-IN3 AUDIO:OUT3-IN1 COMMAND B–PLANE B AUDIO:OUT1-IN4 AUDIO:OUT3-IN2 COMMAND C–PLANE A AUDIO:OUT1-IN5...
  • Page 103 MSD-804FD Users Guide (Command Guide) @STG Set toggle operation Command @STG, event_1, toggle_1 (, event_2, toggle_2 ・・・ format Return value @STG, event_1, toggle_1 (, event_2, toggle_2 ・・・ format Parameter event_1-9 : Command execution condition 0 = All commands, 1 = COMMAND A to 9 = COMMAND I toggle_1-9 : Toggle 0 = Toggle OFF, 1 = Toggle ON Example...
  • Page 104 MSD-804FD Users Guide (Command Guide) @GUP Get execution plane at starting up Command @GUP, event_1 (, event_2 ・・・ format Return value @GUP, event_1, plane_1 (,event_2, plane_2 ・・・ format Parameter event_1-9 : Command execution condition 1 = COMMAND A to 9 = COMMAND I plane_1-9 : Execution plane at start-up 0 = AUTO, 1 = PLANE A, 2 = PLANE B Example...
  • Page 105 MSD-804FD Users Guide (Command Guide) @DEC Initialize registered command and association Command @DEC, no_1 (, no_2, no_3 ・・・ format Return value @DEC, no_1 (, no_2, no_3 ・・・ format Parameter no_1-32 : Command or command link to be deleted 1 to 32 : Command 1 to 32 101 to 132 : Reply command 1 to 32 201 to 307 : Command link For set values of command links, see Table 3.3.13b (P.
  • Page 106 MSD-804FD Users Guide (Command Guide) @STL Set command key lighting Command @STL, switch_1, led_1 (, switch_2, led_2 ・・・ format Return value @STL, switch_1, led_1 (, switch_2, led_2 ・・・ format Parameter switch_1-5 : Command key 0 = All command keys, 1 to 5 = COMMAND A to E led_1-5 : Lighting condition 0 = Lights if command is registered [Default], 1 = Lights during command execution...
  • Page 107 MSD-804FD Users Guide (Command Guide) @STF Set flash time (Command keys and DISPLAY POWER keys) Command @STF, switch_1, flash_1 (, switch_2, flash_2 ・・・ format Return value @STF, switch_1, flash_1 (, switch_2, flash_2 ・・・ format Parameter switch_1-9 : key type 0 = All keys, 1 to 5 = COMMAND A to E, 6 to 9 = DISPLAY1 POWER to DISPLAY4 POWER flash_1-9 : Flash time -1 = Flash during command execution, 0 = Not flash,...
  • Page 108: Preset Memory

    MSD-804FD Users Guide (Command Guide) 3.3.14 Preset memory @RCM Load video and audio channel setting from cross point memory @RCM, memory Command format Return value @RCM, memory format Parameter memory : Cross point memory 1 to 9 Example Send @RCM,1 Load the video and audio channels of cross point @RCM,1 Receive...
  • Page 109 MSD-804FD Users Guide (Command Guide) @SEM Save video and audio channel setting in cross point memory Command @SEM, memory (, name) format Return value @SEM, memory (, name) format Parameter memory : Cross point memory 1 to 9 name : Name of the memory Up to 10 characters using 20 to 7D.
  • Page 110 MSD-804FD Users Guide (Command Guide) @GCM Get video and audio channel setting in cross point memory Command @GCM, memory format Return value @GCM, memory, video _1, audio_1, (video _2, audio_2, video _3, audio_3, video format _4, audio_4), name Parameter memory : Cross point memory 1 to 9 video_1-4: Video output audio_1-4: Audio output...
  • Page 111 MSD-804FD Users Guide (Command Guide) @SCV Overwrite video channel setting in cross point memory Command @SCV, memory (, name) format Return value @SCV, memory (, name) format Parameter memory : Cross point memory 1 to 9 name : Name of the memory Up to 10 characters using 20 to 7D.
  • Page 112 MSD-804FD Users Guide (Command Guide) @ECV Edit video channel setting in cross point memory Command @ECV, memory, v_1 (, v_2, v_3, v_4 ) format Return value @ECV, memory, v_1 (, v_2, v_3, v_4 ) format Parameter memory : Cross point memory 1 to 9 v_1-4 : Video output -1 = Not control, 0 = OFF, 1 = IN1 to 9 = IN9...
  • Page 113 MSD-804FD Users Guide (Command Guide) @SCA Overwrite audio channel setting in cross point memory Command @SCA, memory (, name) format Return value @SCA, memory (, name) format Parameter memory : Cross point memory 1 to 9 name : Memory name Up to 10 characters using 20 to 7D.
  • Page 114 MSD-804FD Users Guide (Command Guide) @ECA Edit audio channel setting in cross point memory Command @ECA, memory, a_1 (, a_2, a_3, a_4 ) format Return value @ECA, memory, a_1 (, a_2, a_3, a_4 ) format Parameter memory : Cross point memory 1 to 9 a_1-4 : Audio output -1 = Not controlled, 0 = OFF, 1 = IN1 to 9 = IN9...
  • Page 115 MSD-804FD Users Guide (Command Guide) @SPM Save all settings in preset memory Command @SPM, preset (, name) format @SPM, preset (, name) Return value format Parameter preset : Preset memory 1 to 8 name : Memory name Up to 10 characters using 20 to 7D. “2 ASCII codes” If you do not specify memory name, only each setting is saved without changing the memory name Example...
  • Page 116: Bitmap

    MSD-804FD Users Guide (Command Guide) 3.3.15 Bitmap @SBM Set bitmap output Command format @SBM, ch_1, out_1 (, ch_2, out_2 ・・・ Return value @SBM, ch_1, out_1 (, ch_2, out_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 out_1-4 : Bitmap output setting 0 = OFF [Default], 1 = Bitmap 1 ON, 2 = Bitmap 2 ON, 3 = Bitmap 3 ON, 4 = Bitmap 4 ON...
  • Page 117 MSD-804FD Users Guide (Command Guide) @SBB Set bitmap background color Command format @SBB, ch_1, bitmap_1, red_1, green_1, blue_1 (, ch_2, bitmap_2, red_2, ・・・ green_2, blue_2 Return value @SBB, ch_1, bitmap_1, red_1, green_1, blue_1 (, ch_2, bitmap_2, red_2, format ・・・ green_2, blue_2 Parameter ch_1-16 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4...
  • Page 118 MSD-804FD Users Guide (Command Guide) @SBT Set bitmap aspect ratio Command format @SBT, ch_1, bitmap_1, aspect_1(, ch_2, bitmap_2, aspect__2 ・・・ Return value @SBT, ch_1, bitmap_1, aspect_1(, ch_2, bitmap_2, aspect__2 ・・・ format Parameter ch_1-16 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 bitmap_1-16 : Bitmap number 0 = All bitmaps, 1 = Bitmap 1, 2 = Bitmap 2, 3 = Bitmap 3, 4 = Bitmap 4...
  • Page 119 MSD-804FD Users Guide (Command Guide) @SZP Set bitmap display position Command format @SZP, ch_1, bitmap_1, position_1 (, ch_2, bitmap_2, position_2 ・・・ Return value @SZP, ch_1, bitmap_1, position_1 (, ch_2, bitmap_2, position_2 ・・・ format Parameter ch_1-16 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 bitmap_1-16 : Bitmap number 0 = All bitmaps, 1 = Bitmap 1, 2 = Bitmap 2, 3 = Bitmap 3, 4 = Bitmap 4 Only registered numbers can be specified as bitmaps.
  • Page 120 MSD-804FD Users Guide (Command Guide) @SBA Set bitmap input channel assignment Command @SBA, ch_1, input_1, bitmap_1 (, ch_2, input_2, bitmap_2 ・・・ format Return value @SBA, ch_1, input_1, bitmap_1 (, ch_2, input_2, bitmap_2 ・・・ format Parameter ch_1-36 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 input_1-36 : Input channel 0 = All inputs, 1 = IN1 to 9 = IN9 bitmap_1-36 : Bitmap assignment...
  • Page 121 MSD-804FD Users Guide (Command Guide) @SPB Set startup bitmap Command @SPB, ch_1, out_1 (, ch_2, out_2 ・・・ format Return value @SPB, ch_1, out_1 (, ch_2, out_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 out_1-4 : Bitmap output settings 0 = OFF [Default], 1 = Bitmap 1 ON, 2 = Bitmap 2 ON,...
  • Page 122 MSD-804FD Users Guide (Command Guide) @SBD Set bitmap memory divide Command @SBD, num, mode (, size_1, size_2 ・・・ format Return value @SBD, num, mode, block_1 (, block_2 ・・・ format Parameter num: Divide number 1 to 4 [Default]: 1 mode : Divide mode 0 = AUTO, 1 = RESIZE, 2 = FORCE, 3 = Specify size *If you select ”3”, set size1-4 below.
  • Page 123 MSD-804FD Users Guide (Command Guide) @GBV Get bitmap memory usage Command @GBV format Return value @GBV, num, block_1 (, block_2 ・・・ format Parameter num : Number of division 1 to 4 [Default]: 1 block_1-4: Block size of each memory actually used 0 to 128 [Default]: 12 Example Send...
  • Page 124 MSD-804FD Users Guide (Command Guide) @SFZ Set freeze Command format @SFZ, ch_1, freeze_1 (, ch_2, freeze_2 ・・・ Return value @SFZ, ch_1, freeze_1 (, ch_2, freeze_2 ・・・ format Parameter ch_1-4 : Output 0 = All outputs, 1 = OUT1 to 4 = OUT4 freeze_1-4 : Freeze setting 0 = OFF [Default], 1 = ON Example...
  • Page 125: Others

    MSD-804FD Users Guide (Command Guide) 3.3.16 Others @SLS Set/Release key lock @SLS, lock Command format Return value @SLS, lock format Parameter lock : 0 = Unlock [Default], 1 = Key lock, 2 = Reverse current settings Example Send @SLS,1 Lock the front panel keys. @SLS,1 Receive Terminated normally.
  • Page 126 MSD-804FD Users Guide (Command Guide) @GLM Get key lock target for front panel Command format @GLM Return value @GLM, channel, channel_mode, menu, memory, command, command_mode, format power Parameter : Input channel selection key channel channel_mode : Channel switching mode selection key : Menu control key menu : Preset load key...
  • Page 127 MSD-804FD Users Guide (Command Guide) @GSS Get I/O status Command format @GSS, channel, mode Return value @GSS, channel, mode, status_1 (, status_2, status_3 ・・・ format Parameter channel : I/O port 1 = IN1, 2 = IN2, 3 = IN3, 4 = IN4, 5 = IN5, 6 = IN6, 7 = IN7,...
  • Page 128 MSD-804FD Users Guide (Command Guide) For audio input signal Reply Audio input format LINEAR PCM Linear PCM signal is input, which replies the sampling 48kHz frequency. LINEAR PCM Multi channel linear PCM signal is input. 48kHz (MULTI CHANNEL) COMPRESSED Compressed audio signal (such as Dolby Digital and AUDIO DTS) is input (MSD-804FD does not recognize detailed formats.
  • Page 129 MSD-804FD Users Guide (Command Guide) Error codes are replied in the following order: Video output to HDMI output port, audio output to HDMI output port, audio output to analog audio output port. Video output status Audio output status Error code Video or audio is output correctly.
  • Page 130 MSD-804FD Users Guide (Command Guide) @GSS,1,0 Example Send Get all statuses of IN1. Receive @GSS,1,0,H30,1080P 60Hz, ・Input signal type: HDMI signal with LINEAR PCM 48kHz, HDCP 30-BIT COLOR ・Video input signal : 1080P 60 Hz ・Audio input signal : LINEAR PCM 48 ・HDCP: ON Send @GSS,4,3...
  • Page 131 MSD-804FD Users Guide (Command Guide) @GES Get monitor’s EDID information Command format @GES, channel, mode Return value @GES, channel, mode, status_1 (, status_2, status_3 ・・・ format Parameter channel : Output 1 = OUT1A to 4 = OUT4A, 5 = OUT1B to 8 = OUT4B Values can be got only if Cat5e/Cat6 output option is installed.
  • Page 132 MSD-804FD Users Guide (Command Guide) @GIV Get version information Command format @GIV Return value @GIV, id, ver format Parameter : Model number ver : Firmware version @GIV Example Send Get product information. @GIV,MSD-804FD,1.00 Receive Model number and firmware version. Related info. 8.18.10 Version information...
  • Page 133 MSD-804FD User manual (Command Guide) Ver.1.0.0 Issued on: 9 December 2014 Headquarters 7-9-1 Chuo Yamato-shi Kanagawa-pref. 242-0021 JAPAN TEL: +81-46-200-0764 FAX: +81-46-200-0765 Email: idk_eng@idk.co.jp URL: http://www.idk.co.jp/en/index.html Arvanics Corporation Product information Support 7-8-7 Chuo Yamato-shi Kanagawa-pref. 242-0021 JAPAN TEL: +81-46-259-6920 FAX: +81-46-259-6920 Email: info@arvanics.com URL: http://www.arvanics.com...

Table of Contents