
InstaGate commands
HDMI UTPro NetLinx Programming
HDMI UTPro SEND_COMMANDs (continued)
?CO<O#> | Syntax: |
Returns connection status for | SEND_COMMAND <DEV>,"'?CO<O#>'" |
the HDMI UTPro. | Variables: |
| • O# = output port number: |
| |
| Example 1: |
| SEND_COMMAND dvUTPro,"'?C'" |
| Returns which inputs are connected for all outputs. |
| Example 2: |
| SEND_COMMAND dvUTPro,"'?C1'" |
| Returns which input is connected to output 1. |
| Return string is of the form: |
| |
| Where O# is the queried output port number, and I# is the connected input number |
| (zero if disconnected), for example: |
| Would show that output 4 was connected to input 2. |
|
|
?FWVERSIOND<D#> | Syntax: |
Returns the firmware version | SEND_COMMAND <DEV>,"'?FWVERSIOND<D#>'" |
of various HDMI UTPro | Variables: |
components. | D# = hub component description |
| HUB |
| MAIN |
| The return value is |
| omitted then the command will return the version number of the HDMI UTPro. |
|
|
INSTAGATECLEAR | Syntax: |
Clears persistence of the | SEND_COMMAND <DEV>,"'INSTAGATECLEAR'" |
Sink Key cache on the | Example: |
HDMI UTPro. | SEND_COMMAND dvUTPro,"'INSTAGATECLEAR'" |
| Clears persistence of Sink Key cache on HDMI UTPro. |
|
|
INSTAGATEPERSIST | Syntax: |
Stores (persists) the current | SEND_COMMAND <DEV>,"'INSTAGATEPERSIST'" |
Sink Key cache on the HDMI | Example: |
UTPro. | SEND_COMMAND dvUTPro,"'INSTAGATEPERSIST'" |
| Stores the current Sink Key cache on HDMI UTPro. |
|
|
RESET | Syntax: |
Performs a soft boot on the | SEND_COMMAND <DEV>,"'RESET'" |
HDMI UTPro. | Example: |
| SEND_COMMAND dvUTPro,"'RESET'" |
| Reboots the HDMI UTPro. |
|
|
Instruction Manual – | 86 |
|
|