69
NO Command Syntax Example
44 VIDOUT_OSD_POS
Command:
SEND_COMMAND <DEV>,
“‘VIDOUT_OSD_POS-<TOP
LEFT|TOP RIGHT|BTM LEFT|BTM
RIGHT>'"
Return:
VIDOUT_OSD_POS -<TOP LEFT|TOP
RIGHT|BTM LEFT|BTM RIGHT>
Description:
Determines the On-Screen Display
(OSD) position on the display
connected to the video output port
addressed by the D:P:S.
Command:
SEND_COMMAND
VIDEO_OUTPUT_1,
“'VIDOUT_OSD_POS-TOP
LEFT"
Return:
VIDOUT_OSD_POS-TOP
LEFT
45 ?VIDOUT_OSD_POS
Command:
SEND_COMMAND <DEV>,
“‘?VIDOUT_OSD_POS '"
Return:
VIDOUT_OSD_POS-<TOP LEFT|TOP
RIGHT|BTM LEFT|BTM RIGHT>
Description:
Requests the On Screen Display
(OSD) position on the display
connected to the video output port
addressed by
the D:P:S.
Command:
SEND_COMMAND
VIDEO_OUTPUT_1,
“'?VIDOUT_OSD_POS '"
Return:
VIDOUT_OSD_POS-TOP
LEFT
46 VIDOUT_SLEEP_DELAY
Command:
SEND_COMMAND <DEV>,
“‘VIDOUT_SLEEP_DELAY-<time>'
"
Return:
VIDOUT_SLEEP_DELAY-<time>
Description:
Set the sleep delay time for the
video output port addressed by the
D:S:P.
Variables:
time = {0~32737} seconds
Command:
SEND_COMMAND
VIDEO_OUTPUT_1,
“'VIDOUT_SLEEP_DELAY-30
"
Return:
VIDOUT_SLEEP_DELAY-30