Integrated Master - NetLinx Programming
221
Enova Digital Media Switchers - Hardware Reference Manual
Standard Output SEND_COMMANDs (Cont.)
Command
Description
?VIDOUT_SLEEP
Requests whether a a Video Output port turns off TMDS lines.
Syntax:
SEND_COMMAND <DEV>, "'?VIDOUT_SLEEP'"
Example:
SEND_COMMAND 5002:1:11, "'?VIDOUT_SLEEP'"
Returns a COMMAND string of the form:
VIDOUT_SLEEP-ENABLE
VIDOUT_SLEEP
Sets if a Video Output port turns off TMDS lines. 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 127) 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>'"
Variable:
• 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|UNSUPPORTED|VALID SIGNAL>
Note: "
UNSUPPORTED"
indicates that there exists a desired route in the system but the Enova DGX
100 Series system video path, excluding 3rd party equipment, is unable to pass the video format
from end to end as requested.
?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>
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>'"
Variable:
• 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."