EasyManua.ls Logo

AMX DGX3200-ENC - Page 204

AMX DGX3200-ENC
295 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Integrated Master – NetLinx® Programming
204
Hardware Reference Manual – Enova DGX 100 Series Digital Media Switchers
AUDIN_STEREO
Enables or disables the stereo
setting on the audio input port
addressed by the D:P:S.
NOTE: If enabled, the stereo setting is on. If disabled, the stereo setting is off, which means it is
mono.
Syntax:
SEND_COMMAND <DEV>, "'AUDIN_STEREO-<setting>'"
Variable:
setting = stereo setting, either ENABLE or DISABLE
Example:
SEND_COMMAND AUDIO_INPUT_1, "'AUDIN_STEREO-ENABLE'"
Audio Output SEND_COMMANDs
Command Description
?AUDOUT_BALANCE
Requests the current balance
setting for the audio port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_BALANCE'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_BALANCE'"
Returns a COMMAND string of the form: AUDOUT_BALANCE-<balance>
NOTE: See the AUDOUT_BALANCE command for the balance range.
AUDOUT_BALANCE
Sets the left and right balance
for the audio port addressed by
the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_BALANCE-<balance>'"
Variable:
balance = -20 to +20 steps, left to right (default value is 0).
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_BALANCE-5'"
Sets balance to favor the right speaker for audio output port #1 to 5 steps (+).
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_BALANCE--5'"
Sets balance to favor the left speaker for audio output port #1 to 5 steps (-).
?AUDOUT_DELAY
Requests the delay for the audio
port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_DELAY'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_DELAY'"
Returns a COMMAND string of the form: AUDOUT_DELAY-<delay>
NOTE: See the AUDOUT_DELAY command for the delay range.
AUDOUT_DELAY
Sets the delay for the audio port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_DELAY-<delay>'"
Variable:
delay = 0 to 200 (in ms)
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_DELAY-50'"
Sets the delay for the audio output port to 50 milliseconds.
?AUDOUT_EQ_CF
Requests the center frequency
on the specified equalizer band
on the audio output port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_CF-<band>'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_EQ_CF-1'"
Returns a COMMAND string of the form: AUDOUT_EQ_CF-<band>,<value>
NOTE: See the AUDOUT_EQ_CF command for the band and value ranges.
AUDOUT_EQ_CF
Sets the center frequency on the
specified equalizer band on the
audio output port addressed by
the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_CF-<band>,<value>'"
Variables:
band = 1 to 10
value = 20 to 20000 (in Hz)
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_EQ_CF-1=80'"
Sets the center frequency on band #1 of audio port 1 equalizer to 80.
SEND_COMMAND AUDIO_OUTPUT_2, "'AUDOUT_EQ_CF-5=100'"
Sets the center frequency on band #5 of audio port 2 equalizer to 100.
Audio Input SEND_COMMANDs
Audio Output
SEND_COMMANDs

Table of Contents

Related product manuals