User manual

Automation Protocol Video Commands
Miranda Technologies Ltd Page 41
Image Commands
Older Oxtel Imagestores use numbered images. Newer IS2-based units,
Imagestore HD-TV, Imagestore 300, Imagestore 750, LGK-3901 and DSK-
3901 can use numbered images and can also use named images, with file
extensions “.OXT” for stills and “.OXA” for clocks and animations.
Imagestore Intuition uses named images with the file extension “.TEM” for
templates.
Many of the commands listed in this section only work for numbered images.
When sent to IS2-based units, Imagestore HD-TV, Imagestore 300,
Imagestore 750, LGK-3901 and DSK-3901 a numbered file name is
constructed in the form “Vxxx.OXT” or “Vxxx.OXA”, where the xxx is the
specified number in decimal. When sent to Imagestore Intuition, a numbered
file name is constructed in the form “Vxxx.TEM”, where the xxx is the
specified number in decimal. If the specified number in decimal has 4 digits,
then the file name is constructed in the form “Vxxxx.OXT”, “Vxxxx.OXA”
or “Vxxxx.TEM”.
To load and save named files (the preferred option), use the “R” family of
filename-based extended commands.
Load Image from Library 8
Note: This has been superseded by the R0 command.
This reads an image into the selected store. Images are numbered from 0 to n,
where n is dependent on the storage option purchased. The image number is
in hexadecimal.
CMD Param_1 Param_2
8 Layer No. Image No. (hex)
Example: Load image V123.OXT
void LoadImage123(int Layer)
{
remote_send("8%x %x", Layer, 123);
}