Vidout_Sleep; Vidout_Sleep_Delay; Vidout_Status; Vidout_Testpat - 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 Output SEND_COMMANDs (Cont.)
Command

?VIDOUT_SLEEP

VIDOUT_SLEEP

?VIDOUT_SLEEP_DELAY

VIDOUT_SLEEP_DELAY

?VIDOUT_STATUS

?VIDOUT_TESTPAT

VIDOUT_TESTPAT
Enova Digital Media Switchers - Hardware Reference Manual
Description
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
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'"
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
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'"
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.
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.
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."
Integrated Master - NetLinx Programming
221

Advertisement

Table of Contents
loading

Table of Contents