Cascading Hubs
84
UDM-0808-SIG, UDM-RX02N and UDM-ABB-8-SIG Operation /Reference Guide
C#
= Cascade selector - if present assume CASCADE, if not assume LOCAL
"
LOCAL
"
"
CASCADE
"
Example 1:
SEND_COMMAND dvUDM,"'SVI0TCVBSC'"
Sets all Inputs to CVBS from cascaded inputs.
Example 2:
SEND_COMMAND dvUDM,"'SVI1TVGAC'"
Sets Input A to VGA / Cascaded.
Example 3:
SEND_COMMAND dvUDM,"'SVI2TCOMPC'"
Sets Input B to Comp / Cascaded.
Cascading Hubs - Code Examples
BUTTON_EVENT[TP,1] // CASCADE COMPONENT VIDEO
{
PUSH:
{
// Sets all(0) inputs to COMPONENT(COMP) from the cascade inputs
SEND_COMMAND UDM,'SVI0TCOMPC'"
}
}
BUTTON_EVENT[TP,2] // CASCADE COMPOSITE VIDEO
{
PUSH:
{
// Sets input 1 to COMPOSITE (CVBS) from the cascade inputs
SEND_COMMAND UDM,'SVI1TCVBSC'
}
}
BUTTON_EVENT[TP,3] // CASCADE ANALOG AUDIO
{
PUSH:
{
// Sets all(0) inputs to ANALOG from the cascade inputs
SEND_COMMAND UDM, 'SAI0TANALOGC'
}
}
BUTTON_EVENT[TP,4] // CASCADE DIGITAL AUDIO
{
PUSH:
{
// Sets input 1 to DIGITAL from the cascade inputs
SEND_COMMAND UDM, 'SAI1TDIGITALC'
}
}
BUTTON_EVENT[TP,5] // CASCADE QUERY
{
PUSH:
{
// Returns cascade configuration of all inputs
SEND_COMMAND UDM, '?SF'
}
SEND_COMMAND UDM, '?SF2'
// Returns configuration of input B
}
Refer to the UDM-0808-SIG NetLinx Programming
for a listing of
all Send Commands supported by the UDM-0808-SIG.
Содержание UDM-RX02N
Страница 22: ...UDM 0808 SIG Wiring and Connections 12 UDM 0808 SIG UDM RX02N and UDM ABB 8 SIG Operation Reference Guide ...
Страница 44: ...UDM 0808 SIG WebConsole 34 UDM 0808 SIG UDM RX02N and UDM ABB 8 SIG Operation Reference Guide ...
Страница 48: ...UDM 0808 SIG Firmware Upgrades 38 UDM 0808 SIG UDM RX02N and UDM ABB 8 SIG Operation Reference Guide ...
Страница 68: ...UDM RX02N NetLinx Programming 58 UDM 0808 SIG UDM RX02N and UDM ABB 8 SIG Operation Reference Guide ...
Страница 72: ...UDM RX02N Firmware Upgrades 62 UDM 0808 SIG UDM RX02N and UDM ABB 8 SIG Operation Reference Guide ...
Страница 76: ...UDM RX02N IR File Transfers 66 UDM 0808 SIG UDM RX02N and UDM ABB 8 SIG Operation Reference Guide ...
Страница 80: ...UDM RC05 Multi Format IR Remote Control 70 UDM 0808 SIG UDM RX02N and UDM ABB 8 SIG Operation Reference Guide ...
Страница 86: ...UDM ABB 8 SIG Audio Breakout Box 76 UDM 0808 SIG UDM RX02N and UDM ABB 8 SIG Operation Reference Guide ...