Send_Commands - AMX HDMI-UTPRO-0808 Instruction Manual

Hdmi utpro 8x8 matrix switcher hdmi utpro receiver
Table of Contents

Advertisement

SEND_COMMANDs

SEND_COMMANDs are sent to Port 1 on the HDMI UTPro.
Note: All text is based on a Unicode index.
HDMI UTPro SEND_COMMANDs
CL<L#>I<I#>O<O#>
Connect inputs to outputs
with specified level (for virtual
matrices).
CI<I#>O<O#>
Connect inputs to outputs on
default level (virtual matrix).
Instruction Manual – HDMI-UTPRO-0808
Syntax:
SEND_COMMAND <DEV>,"'CL<L#>I<I#>O<O#>'"
Variables:
• L# = level number (virtual matrix number) either 0 or 1 (both switch video and
embedded audio)
• I# = input number
1-8 = Inputs 1-8 - a value of 0 means no input (disconnect)
• O# = output port number:
1-8 = Outputs 1-8 - a value of 0 or ALL means all outputs
Example 1:
SEND_COMMAND dvUTPro,"'CL0I2O4'"
Connect input 2 to output 4 on level 0 (virtual matrix 0).
Example 2:
SEND_COMMAND dvUTPro, "'CL0I3O2,3,4,5'"
or
SEND_COMMAND dvUTPro, "'CL0I3O2 3 4 5'"
Connect input 3 to multiple outputs on level 0 (virtual matrix 0).
Note: Multiple outputs in commands can be entered with either comma or space
separators.
Syntax:
SEND_COMMAND <DEV>,"'CI<I#>O<O#>'"
Variables:
• I# = input number
1-8 = Inputs 1-8 - a value of 0 means no input (disconnect)
• O# = output port number:
1-8 = Outputs 1-8 - a value of 0 or ALL means all outputs
Example 1:
SEND_COMMAND dvUTPro,"'CI2O4'"
Connect input 2 to output 4.
Example 2:
SEND_COMMAND dvUTPro,"'CI3O0'"
Connect input 3 to all outputs.
Example 3:
SEND_COMMAND dvUTPro,"'C0O0'"
Disconnect all outputs from inputs.
Example 4:
SEND_COMMAND dvUTPro, "'CI2O1,3,6,7'"
or
SEND_COMMAND dvUTPro, "'CI2O1 3 6 7'"
Connect one input with multiple outputs.
Note: Multiple outputs in commands can be entered with either comma or space
separators.
HDMI UTPro NetLinx Programming
85

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Hdmi-utpro-rx

Table of Contents