Programming
93
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
AUDOUT_MAXVOL
Sets the maximum volume for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_MAXVOL-<maximum>'"
Variable:
maximum = 0 to 100 in percent
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_MAXVOL-75'"
Sets the maximum for the audio output port (#1 based on D:P:S) to 75%.
?AUDOUT_MINVOL
Requests the current minimum volume for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_MINVOL'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_MINVOL'"
Returns a COMMAND string of the form:
AUDOUT_MINVOL-<minimum>
AUDOUT_MINVOL
Sets the minimum volume for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_MINVOL-<minimum>'"
Variable:
minimum = 0 to 100 in percent.
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_MINVOL-5'"
Sets the minimum for the audio output port (#1 based on D:P:S) to 5%.
?AUDOUT_MUTE
Requests audio mute status.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_MUTE'"
Example:
SEND_COMMAND dxDev, "'?AUDOUT_MUTE'"
Returns a COMMAND string of the form:
AUDOUT_MUTE-<enable|disable>
AUDOUT_MUTE
Enables or disables audio muting on all ports.
Syntax:
SEND_COMMAND <DEV>,"'AUDOUT_MUTE-<setting>'"
Variables:
setting = desired mute state, either ENABLE or DISABLE
Example:
SEND_COMMAND dxDev,"'AUDOUT_MUTE-DISABLE'"
?AUDOUT_STEREO
Requests if audio amp output is in stereo.
Syntax:
SEND_COMMAND <device>, "'?AUDOUT_STEREO'"
Example:
SEND_COMMAND dxDev, "'?AUDOUT_STEREO'"
Returns a COMMAND string of the form:
AUDOUT_STEREO-<enable|disable>
AUDOUT_STEREO
Enables or disables audio amp output in stereo.
Syntax:
SEND_COMMAND <device>, "'AUDOUT_STEREO-<setting>'"
Variables:
setting = Stereo setting, either "ENABLE" or "DISABLE"
Example:
SEND_COMMAND dxDev,"'AUDOUT_STEREO-ENABLE'"
?AUDOUT_TESTTONE
Requests the frequency of the test tone for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_TESTTONE'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_TESTTONE'"
Returns a COMMAND string of the form:
AUDOUT_TESTTONE-<frequency>
Continued
Audio SEND_COMMANDs