Integrated Master – NetLinx® Programming
199
Hardware Reference Manual – Enova DGX 100 Series Digital Media Switchers
VIDOUT_SLEEP
Sets if a Video Output port turns
off TMDS lines.
NOTE: While most monitors handle the sleep function well, some monitors continually attempt to
wake up, resulting in constant or intermittent screen blanking when no video is present. For the
video output attached to the problematic monitor, either uncheck the Allow Display Sleep option
and set the Blank Color in the System Configuration interface (see page 163) or set
VIDOUT_SLEEP-DISABLE and VIDOUT_BLANK-<color>.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_SLEEP-<ENABLE|DISABLE>'"
Example:
SEND_COMMAND 5002:1:1,"'VIDOUT_SLEEP-ENABLE'"
?VIDOUT_SLEEP_DELAY
Requests the amount of seconds
the blanking color is displayed
before the TMDS lines turn off.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_SLEEP_DELAY'"
Example:
SEND_COMMAND 5002:1:11,"'?VIDOUT_SLEEP_DELAY'"
Returns a COMMAND string of the form: VIDOUT_SLEEP_DELAY-600
VIDOUT_SLEEP_DELAY
Sets the amount of seconds the
blanking color is displayed
before the TMDS lines turn off.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_SLEEP_DELAY-<time>'"
Variables:
time: 1-32737 (in seconds)
Example:
SEND_COMMAND 5002:1:11,"'VIDOUT_SLEEP_DELAY-600'"
?VIDOUT_STATUS
Requests the video status of the
video output port addressed by
the D:P:S.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_STATUS'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDOUT_STATUS'"
Returns a COMMAND string of the form:
VIDOUT_STATUS-<NO SIGNAL|UNKNOWN SIGNAL|VALID SIGNAL>
?VIDOUT_TESTPAT
Requests the test pattern setting.
Syntax:
SEND_COMMAND <DEV>,"'?VIDOUT_TESTPAT'"
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'?VIDOUT_TESTPAT'"
Returns a COMMAND string of the form: VIDOUT_TESTPAT-<pattern>
NOTE: See the VIDOUT_TESTPAT command for the list of test patterns.
VIDOUT_TESTPAT
Sets the test pattern to display.
Syntax:
SEND_COMMAND <DEV>,"'VIDOUT_TESTPAT-<pattern>'"
Variables:
pattern = Off, Color Bar, Gray Ramp, SMPTE Bar, HiLoTrak, Pluge, X-Hatch
(These options are not case sensitive.)
Example:
SEND_COMMAND VIDEO_OUTPUT_1,"'VIDOUT_TESTPAT-X-Hatch'"
Sets the test pattern to display to “X-Hatch.”
Standard Output SEND_COMMANDs