123
Instruction Manual - Incite Digital Video Presentation Systems
Programming
Audio SEND_COMMANDs (Cont.)
AUDOUT_MAXVOL
Sets the maximum volume for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDOUT_MAXVOL-<maximum>’”
Variable:
maximum = -100 to 0 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 audio port addressed by the D:P:S.
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 audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDOUT_MINVOL-<minimum>’”
Variable:
minimum = -100 to 0 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 if the audio port addressed by the D:P:S is muted.
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
Enable or disable audio muting on the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>,”’AUDOUT_MUTE-<setting>’”
Variables:
setting = desired mute state, either ENABLE or DISABLE
Example:
SEND_COMMAND dxDev,”’AUDOUT_MUTE-DISABLE’”
AUDOUT_RESET_EQ
Resets all EQ levels to 0 for the audio port addressed by the D:P:S. You can optionally reset the EQ
for an audio output channel by supplying the channel number.
Syntax:
SEND_COMMAND <device>, “’AUDOUT_RESET_EQ-<channel>’”
Variables:
channel = The audio output’s channel number. (This setting is optional.)
Example:
SEND_COMMAND dxDev,”’AUDOUT_RESET_EQ-1’”
?AUDOUT_STEREO
Device responds with “’AUDOUT_STEREO-<setting>’” where setting is “ENABLE” or “DISABLE”.
Syntax:
SEND_COMMAND <device>, “’?AUDOUT_STEREO’”
Example:
SEND_COMMAND dxDev, “’?AUDOUT_STEREO’”
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’”