HDMI UTPro NetLinx Programming
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#> | Syntax: |
Connect inputs to outputs | SEND_COMMAND <DEV>,"'CL<L#>I<I#>O<O#>'" |
with specified level (for virtual | Variables: |
matrices). | • L# = level number (virtual matrix number) either 0 or 1 (both switch video and |
| embedded audio) |
| • I# = input number |
| |
| • O# = output port number: |
| |
| 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. |
|
|
CI<I#>O<O#> | Syntax: |
Connect inputs to outputs on | SEND_COMMAND <DEV>,"'CI<I#>O<O#>'" |
default level (virtual matrix). | Variables: |
| • I# = input number |
| |
| • O# = output port number: |
| |
| 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. |
|
|
Instruction Manual – | 85 |
|
|