AMX HDMI-UTPRO-0808 Stereo Receiver User Manual


 
HDMI UTPro NetLinx Programming
86
Instruction Manual – HDMI-UTPRO-0808
HDMI UTPro SEND_COMMANDs (continued)
?CO<O#>
Returns connection status for
the HDMI UTPro.
Syntax:
SEND_COMMAND <DEV>,"'?CO<O#>'"
Variables:
O# = output port number:
1-8 = Outputs 1-8 - a value of 0 or ALL means all outputs
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:
CO#-II#
Where O# is the queried output port number, and I# is the connected input number
(zero if disconnected), for example: C4-I2
Would show that output 4 was connected to input 2.
?FWVERSIOND<D#>
Returns the firmware version
of various HDMI UTPro
components.
Syntax:
SEND_COMMAND <DEV>,"'?FWVERSIOND<D#>'"
Variables:
D# = hub component description
HUB
MAIN
The return value is "FWVERSION-<version>" - if the D and component description are
omitted then the command will return the version number of the HDMI UTPro.
INSTAGATECLEAR
Clears persistence of the
Sink Key cache on the
HDMI UTPro.
Syntax:
SEND_COMMAND <DEV>,"'INSTAGATECLEAR'"
Example:
SEND_COMMAND dvUTPro,"'INSTAGATECLEAR'"
Clears persistence of Sink Key cache on HDMI UTPro.
INSTAGATEPERSIST
Stores (persists) the current
Sink Key cache on the HDMI
UTPro.
Syntax:
SEND_COMMAND <DEV>,"'INSTAGATEPERSIST'"
Example:
SEND_COMMAND dvUTPro,"'INSTAGATEPERSIST'"
Stores the current Sink Key cache on HDMI UTPro.
RESET
Performs a soft boot on the
HDMI UTPro.
Syntax:
SEND_COMMAND <DEV>,"'RESET'"
Example:
SEND_COMMAND dvUTPro,"'RESET'"
Reboots the HDMI UTPro.
InstaGate
commands