User manual

Automation Protocol Extended Status Commands
Miranda Technologies Ltd Page 152
The DSK-3901 and LGK-3901 return uses the following format:
Format Field Description
%c%c Cmd XR
%1x Input Input enquired
%1x Status Status of input, 0=unlocked, 1=locked
%1x Standard Standard of input, 0 = PAL, 1 = NTSC, 2 = 1080i
59.94Hz, 3 = 1080i 50Hz, 4 = 720p 59.94Hz, 5 =
720p 50Hz, 5 = 1080p 59.94Hz at level A, 6 = 1080p
50Hz at level A, 7 = 1080p 59.94Hz at level B, 8 =
1080p 50Hz at level B, f = Unknown (e.g. no input
connected)
Pass Close Caption Xc
This command enables or disables the pass close caption data in the video
signal.
CMD Param_1
Xc %1x: 1 = Enable, 0 = Disable
Example:
void PassCloseCaption(bool Enable)
{
remote_send(“Xc%1x”, Enable);
}
The command Xc alternatively responds with the current pass close caption
flag.
Format Field Description
%c%c Cmd Xc
%1x Enable Current pass close caption flag
Set Time/Date Xe
This command sets the time/date:
CMD Param_1 Param_2 Param_3 Param_4 Param_5 Param_6
Xe %04d:
Year
%02d:
Month
%02d:
Day
%02d:
Hour
%02d:
Minute
%20d:
Second