UDM-0808-SIG NetLinx Programming
21
UDM-0808-SIG, UDM-RX02N and UDM-ABB-8-SIG Operation /Reference Guide
UDM-0808-SIG SEND COMMANDs (Cont.)
"'?SFI'"
Returns cascade
configuration of
inputs.
Syntax:
SEND_COMMAND <DEV>, "'?SF<I#>'"
Variables:
• I# = input number - a value of zero indicates all inputs, initial 'I' may be omitted
1-8 = Inputs A-H
Example 1:
SEND_COMMAND dvUDM,"'?SF2'"
Returns configuration of input B.
Example 2:
SEND_COMMAND dvUDM,"'?SF'"
Returns cascade configuration of all inputs.
"'SVI'"
Configures a video
input.
Configures a video input to accept signals of a certain type, and sets the source as
either the local (back panel) connection or cascaded from an upstream Hub.
Syntax:
SEND_COMMAND <DEV>, "'SVI<I#>T<T#>C<C#>'"
Variables:
• I# = input number - a value of zero indicates all inputs, initial 'I' may be omitted
1-8 = Inputs A-H
0 = All inputs
• T# = type of incoming video:
"VGA"
"CVBS"
"SVIDEO"
"COMP"
• C# = Cascade selector - if present assume CASCADE, if not assume LOCAL
"LOCAL"
"CASCADE"
Example 1:
SEND_COMMAND dvUDM,"'SV2TVGA'"
Sets input B to accept VGA signals from the back panel connectors.
Example 2:
SEND_COMMAND dvUDM,"'SVI0TCVBSC'"
Sets all inputs to CVBS from the cascade inputs.
"'?SVI'"
Returns configuration
of inputs.
Syntax:
SEND_COMMAND <DEV>, "'?SVI<I#>'"
Variables:
• I# = input number
1-8 = Inputs A-H
Example 1:
SEND_COMMAND dvUDM,"'?SV2'"
Returns configuration of input B.
Example 2:
SEND_COMMAND dvUDM,"'?SV'"
Returns configuration of all inputs.