Instruction manual

Programming
103
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Video SEND_COMMANDs
The following table lists the video SEND_COMMANDs available for the DVX:
Audio SEND_COMMANDs (Cont.)
XPOINT Sets the mix level that the audio input addressed by the parameter <input>
provides to the audio output <output> to <value>.
Note: Audio input ports 1..10 share a setting across them for a specific output
mixer's value.
Syntax:
SEND_COMMAND <DEV>, "'XPOINT-<value>,<input>,<output>'"
Variables:
value = -100..0
input = 1, 2, 3 where 1=Selected audio input, 2=Mic1, and 3=Mic2
output = 1..4 where 1 is for the AMP output and 2, 3, and 4 are for the
LINEOUT 2-4 outputs.
Example:
SEND_COMMAND AUDIO_OUTPUT_2,"'XPOINT--75,LINE,2'"
Sets the mix level of the selected input’s contribution to the audio LINEOUT
(2) output to -75.
Video SEND_COMMANDs
CI<input>O<output> Switches both the audio and video input port to the output port.
Syntax:
SEND_COMMAND <DEV>, "'CI<input>O<output>'"
Variables:
input = The source input port number.
output = The output port number to switch to.
Examples:
SEND_COMMAND SWITCHER,"'CI2O1'"
Switch (audio/video) input port #2 to output #1.
SEND_COMMAND SWITCHER,"'CI4O2'"
Switch video input port #4 to video output #2. Also switches audio input port #4 to audio
output port #2.
SEND_COMMAND SWITCHER,"'CI3O1,2'"
Switches video input port #3 to output video ports #1 and #2. Switches audio input port
#3 to audio output port #1 and #2.
CL<sl>I<input>O<output> Switches the audio or video (or both) inputs to the output port.
Syntax:
SEND_COMMAND <DEV>, "'CL<sl>I<input>O<output>'"
Variables:
sl = AUDIO or VIDEO or ALL. ALL = both AUDIO and VIDEO.
input = The source input port number.
output = The output port number to switch to.
Examples:
SEND_COMMAND SWITCHER,"'CLALLI2O1'"
Switch audio and video inputs (port #2) to output #1.
SEND_COMMAND SWITCHER,"'CLVIDEOI3O1,2'"
Switch video input (port #3) to video output ports #1 and #2.
SEND_COMMAND SWITCHER,"'CLAUDIOI4O1'"
Switch audio input (port #4) to audio output port #1.
SEND_COMMAND SWITCHER,"'CLALLI1O1,2'"
Switches video input (port #1) to video output ports #1 and #2. Switches audio input (port
#1) to audio output port #1.