Standard Output Send_Commands; Audout_Encoding; Audout_Name; Vidin_Pref_Edid - AMX Enova DGX 100 Series Hardware Reference Manual

Digital media switchers, enclosures, input/output/expansion boards
Hide thumbs Also See for Enova DGX 100 Series:
Table of Contents

Advertisement

Standard Input SEND_COMMANDs (Cont.)
Command

?VIDIN_PREF_EDID

VIDIN_PREF_EDID

?VIDIN_RES_REF

?VIDIN_STATUS

Standard Output SEND_COMMANDs

Standard Output SEND_COMMANDs
Command

?AUDOUT_ENCODING

?AUDOUT_NAME

AUDOUT_NAME
Enova Digital Media Switchers - Hardware Reference Manual
Description
Requests the preferred resolution of the EDID source being mirrored by the specified video port.
Syntax:
SEND_COMMAND <DEV>,"'?VIDIN_PREF_EDID'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_PREF_EDID'"
Returns a COMMAND string of the form:
VIDIN_PREF_EDID-<resolution>
Sets the preferred resolution for the EDID source to mirror in the specified video input port. You can only
set the preferred resolution if you use the VIDIN_EDID command to set the EDID source to All Resolutions,
Wide-screen, Full-screen, or 4K.
Syntax:
SEND_COMMAND <DEV>,"'VIDIN_PREF_EDID-<resolution>'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDIN_PREF_EDID-1280x1024,60'"
Requests the resolution of the video input port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_RES_REF'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDIN_RES_REF'"
Returns a COMMAND string of the form:
VIDIN_RES_REF-<h>x<v>,<rate>
Requests the video input status of the video input port addressed by the D:P:S
Syntax:
SEND_COMMAND <DEV>, "'?VIDIN_STATUS'"
Example:
SEND_COMMAND VIDEO_INPUT_1, "'?VIDIN_STATUS'"
Returns a COMMAND string of the form:
VIDIN_STATUS-<status string>
status string = NO SIGNAL, UNKNOWN SIGNAL, UNSUPPORTED or VALID SIGNAL.
Description
Requests the audio output's encoding.
Syntax:
SEND_COMMAND <DEV>,"'?AUDOUT_ENCODING'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'?AUDOUT_ENCODING'"
Returns a COMMAND string of the form:
AUDOUT_ENCODING-<PCM|COMPRESSED|HBR>
Requests the name of the specified output port.
Syntax:
SEND_COMMAND <DEV>,"'?AUDOUT_NAME'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'?AUDOUT_NAME'"
Returns a COMMAND string of the form:
AUDOUT_NAME-<name>
Sets the name of the specified output port to <name>. The Output name may be changed using
either the VIDOUT_NAME or AUDOUT_NAME command. Both commands are used to change the
same name attribute and do not create separate names for video or audio.
The <name> length is limited to 31 characters. Specifying a longer name results in truncation to the 31
character length limit.
Valid characters are:
• a-z (lowercase letters)
• A-Z (uppercase letters)
• 0-9 (numerals)
• #.-_=+ (special characters: hash, period, dash, underscore, equal, plus, <space> [space characters
at the beginning of a name are truncated])
Syntax:
SEND_COMMAND <DEV>,"'AUDOUT_NAME-<name>'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'AUDOUT_NAME-MyStereo'"
Sets the name of the Output port to MyStereo. This is used for the On Screen Display feature.
Integrated Master - NetLinx Programming
216

Advertisement

Table of Contents
loading

Table of Contents