User manual
Automation Protocol Video Commands
Miranda Technologies Ltd Page 69
Image Preload Tally YA
The Y6 command (page 63) enables or disables unsolicited video tallies for
the serial/network port on which the command was received. One of these
video tallies is the Image Preload Tally (YA) which returns the filename of
the image that is currently pre-loaded into a layer – via R7 (page 93).
Cmd Param_1 Param_2
YA %1x Layer No. %s Image File Name
YA tallies do not get sent in bulk as video tallies are enabled. However
subsequent changes to preloaded images (via the R7 command) are tallied on
an individual basis.
Enable Media Tallies YB
This command enables or disables media tallies for the serial/network port on
which the command was received. Media tallies are used to track media files
as they are added, deleted or modified on the file system
CMD Param_1
YB %06x Media Type (bitwise)
0x000001 = Images
0x000002 = Fonts
0x000004 = Sounds (not applicable for Intuition)
0x000008 = Mixes (not applicable for Intuition)
0x000010 = DVE sequences (not applicable for Intuition,
LGK-3901 or DSK-3901)
0x000020 = Metadata presets (Imagestore 750 v2.0)
0x000040 = Configurations (Imagestore 750 v2.0, LGK-
3901 and DSK-3901)
The command takes a bitwise parameter that defines what combination of
media type tallies is required. If the file type parameter is set as 0x000000
then all media tallies will be disabled. In the following example only images
and fonts are registered for.
void EnableMediaTalliesImagesFonts()
{
remote_send("YB000003");
}