Integrated Master – NetLinx® Programming
196
Hardware Reference Manual – Enova DGX 100 Series Digital Media Switchers
?VIDOUT_BRIGHTNESS
Requests the output brightness
of the video port addressed by
the D:P:S.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_BRIGHTNESS'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_BRIGHTNESS'"
Returns a COMMAND string of the form: VIDOUT_BRIGHTNESS-<value>
VIDOUT_BRIGHTNESS
Sets the output brightness of the
video port addressed by the
D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_BRIGHTNESS-<value>'"
Variables:
Value = 0 to 100
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_BRIGHTNESS-50'"
Sets the brightness of video output port (#1 based on D:P:S) to 50.
?VIDOUT_CABLE_CONNECTED
Determines if a Video Display is
connected to a Video Output
Port.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_CABLE_CONNECTED'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDOUT_CABLE_CONNECTED'"
Returns a COMMAND string of the form: VIDOUT_CABLE_CONNECTED-<CONNECTED|DISCONNECTED>
?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>'"
Variables:
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-
00FFFFFFFFFFFF0005B800150100000001180103800000780
A14E5A3564C9D250E5054200000D100D1E8D1FCB3008100
81C061003118DE0DD0D820902E102448130000000000001A
011D8018711C1620582C2500C48E2100009E000000FD0017
780F6611000A202020202020000000FC00414D585F48444D4
93576310A200139020323F067030C002000802C4E10202122
1F2805142F290403120723090707830100008F2F78D0511A2
7405890340056502100001E0E1F008051001E3040803E01565
021000018DE0DD0D820902E10244813005650210000184E0C8
0C020902D102040130056502100001E00000000000000000000
000000000000000000008E
?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>
Standard Output SEND_COMMANDs