Integrated Master - NetLinx Programming
218
Enova Digital Media Switchers - Hardware Reference Manual
Standard Output SEND_COMMANDs (Cont.)
Command
Description
?VIDOUT_CONTRAST
Requests the output contrast of the video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_CONTRAST'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_CONTRAST'"
Returns a COMMAND string of the form:
VIDOUT_CONTRAST-<value>
VIDOUT_CONTRAST
Sets the output contrast of the video port addressed by the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_CONTRAST-<value>'"
Variable:
• Value = 0 to 100
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_CONTRAST-50'"
Sets the contrast of video output port (#1 based on D:P:S) to 50.
?VIDOUT_EDID_DATA
Requests the EDID of a Video Output Port.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_EDID_DATA'"
Example:
SEND_COMMAND 5002:1:11, "'?VIDOUT_EDID_DATA'"
Returns a COMMAND string of the form:
VIDOUT_EDID_DATA-00FFFFFFFFFFFF0005B800150100000001180103800000780A14E5A3564
C9D250E5054200000D100D1E8D1FCB300810081C061003118DE0DD0D820902E10244813000000000
0001A011D8018711C1620582C2500C48E2100009E000000FD0017780F6611000A202020202020000
000FC00414D585F48444D493576310A200139020323F067030C002000802C4E102021221F2805142
F290403120723090707830100008F2F78D0511A27405890340056502100001E0E1F008051001E304
0803E01565021000018DE0DD0D820902E10244813005650210000184E0C80C020902D10204013005
6502100001E00000000000000000000000000000000000000008E
?VIDOUT_EDID_LIST
Returns a list of resolutions the connected display supports.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_EDID_LIST'"
Example:
SEND_COMMAND 5002:1:11,"'?VIDOUT_EDID_LIST'"
VIDOUT_EDID_LIST-["1360x768,60,DS","1280x720,60,DS","1920x540i,60,DS",
"1920x1080,60,DS","720x480,59,DS","1440x240i,59,DS","1920x1080,24,DS",
"640x480,59,DS"]
?VIDOUT_FORMAT
Requests the Video Format of the Video Output Port
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_FORMAT'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_FORMAT'"
Returns a COMMAND string of the form:
VIDOUT_FORMAT-<HDMI|DVI>
?VIDOUT_FREEZE
Requests the status of the freeze option of the video port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_FREEZE'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_FREEZE'"
Returns a COMMAND string of the form:
VIDOUT_FREEZE-<ENABLE|DISABLE>
VIDOUT_FREEZE
Enables or disables the Freeze setting on the video port addressed by the D:P:S. If enabled, then the
Freeze setting is on. If disabled, then the Freeze setting is off.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_FREEZE-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_FREEZE-ENABLE'"
?VIDOUT_HDCP_STATUS
Requests the HDCP Status of a Video Output Port.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_HDCP_STATUS'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_HDCP_STATUS'"
Returns a COMMAND string of the form:
VIDOUT_HDCP_STATUS-<ENABLED|DISABLED|ERROR>