Instruction manual

Programming
91
Enova DVX-2150HD/2155HD All-in-One Presentation Switcher Operation/Reference Guide
Audio SEND_COMMANDs (Cont.)
?AUDMIC_ON
Requests the status of the
microphone port.
Requests the status of the microphone port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_ON'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_ON'"
Returns a COMMAND string of the form: AUDMIC_ON-<setting>.
AUDMIC_ON
Turns on or turns off the
microphone port.
Enables or disables the microphone port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_ON-<setting>'"
Variable:
setting = on, off
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_ON-off'"
Disables the microphone port (#1 based on the D:P:S).
?AUDMIC_PHANTOM
_PWR
Requests the phantom
power setting for the
microphone.
Requests the setting for phantom power for a microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_PHANTOM_PWR'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_PHANTOM_PWR'"
Returns a COMMAND string of the form: AUDMIC_PHANTOM_PWR-<result>.
AUDMIC_PHANTOM_PWR
Turns on or turns off the
phantom power for the
microphone port.
Enables or disables phantom power for the microphone port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_PHANTOM_PWR-<setting>'"
Variable:
setting = on, off
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_PHANTOM_PWR-on'"
Allows phantom power for the microphone port (#1 based on D:P:S).
?AUDMIC_PREAMP_GAIN
Requests the pre-amplifier
gain setting on the
microphone.
Requests the gain of the microphone before the amplifier.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_PREAMP_GAIN'"
Example:
SEND_COMMAND MIC_1,"'?AUDMIC_PREAMP_GAIN'"
Returns a COMMAND string of the form: AUDMIC_PREAMP_GAIN-<gain>.
AUDMIC_PREAMP_GAIN
Sets the pre-amplifier gain
on the microphone.
Sets the pre-amplifier gain of the microphone addressed by the D:P:S to
<value>.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_PREAMP_GAIN-<gain>'"
Variables:
gain = 0-100. The units are in %.
Example:
SEND_COMMAND MIC_1,"'AUDMIC_PREAMP_GAIN-50'"
Sets the pre-amplifier gain for the microphone port (#1 based on D:P:S) to 50%.
?AUDMIC_STEREO
Requests which
microphones are in use.
Requests the microphone port(s) that is/are in use.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_STEREO'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_STEREO'"
Returns a COMMAND string of the form: AUDMIC_STEREO-<option>.