User manual

Automation Protocol Video Commands
Miranda Technologies Ltd Page 60
The information returned for DSK-3901 is:
Format Field
%c Cmd
%03x DSK1 Fader Angle (0x0 to 0x200)
%03x DSK1 Fade-to-Black Angle (0x0 to 0x200)
%03x DSK2 Fader angle (0x0 to 0x200)
%03x DSK2 Fade-to-Black Angle (0x0 to 0x200)
%02x 0 (Not used)
The information returned for LGK-3901 is:
Format Field
%c Cmd
%03x DSK1 Fader Angle (0x0 to 0x200)
%03x DSK1 Fade-to-Black Angle (0x0 to 0x200)
%03x DSK2 Fader angle (0x0 to 0x200)
%03x DSK2 Fade-to-Black Angle (0x0 to 0x200)
%02x 0 (Not used)
%03x DSK3 Fader Angle (0x0 to 0x200)
%03x DSK3 Fade-to-Black Angle (0x0 to 0x200)
%03x DSK4 Fader angle (0x0 to 0x200)
%03x DSK4 Fade-to-Black Angle (0x0 to 0x200)
%03x DSK5 Fader angle (0x0 to 0x200)
%03x DSK5 Fade-to-Black Angle (0x0 to 0x200)
Imagestore Intuition requires an extra “layer number” parameter and returns
the status of a single layer.
CMD Param_1
N Layer No.
Imagestore Intuition example:
void EnquireVideoLayerStatus(int Layer)
{
remote_send("N %x", Layer);
}