AMX HDMI-UTPRO-0808 InstaGate commands, HDMI UTPro SEND_COMMANDs continued, ?Co<O#>, Main, Reset

Models: HDMI-UTPRO-0808

1 126
Download 126 pages 17.11 Kb
Page 86
Image 86
InstaGate commands

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:

 

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#>

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 "FWVERSION-<version>" - if the D and component description are

 

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 – HDMI-UTPRO-0808

86

 

 

Page 86
Image 86
AMX HDMI-UTPRO-0808 InstaGate commands, HDMI UTPro SEND_COMMANDs continued, HDMI UTPro NetLinx Programming, ?Co<O#>, Main