AMX HDMI-UTPRO-0808 HDMI UTPro SEND_COMMANDs, HDMI UTPro NetLinx Programming, separators

Models: HDMI-UTPRO-0808

1 126
Download 126 pages 17.11 Kb
Page 85
Image 85
SEND_COMMANDs

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

 

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.

 

 

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

 

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.

 

 

Instruction Manual – HDMI-UTPRO-0808

85

 

 

Page 85
Image 85
AMX HDMI-UTPRO-0808 HDMI UTPro SEND_COMMANDs, HDMI UTPro NetLinx Programming, Cl<L#>I<I#>O<O#>, separators