User manual
Automation Protocol Easytext Commands
Miranda Technologies Ltd Page 228
Enquire Crawl Count Loop Zc
This command returns information about how many times a Crawl has
looped.
The loop count will be set to zero when a crawl is first loaded, or when the
crawl is cut/faded up.
CMD Param_1
Zc %01x
Layer No.
Example:
void Enq_Crawl_Count_Loop(int Layer)
{
remote_send("Zc01x", Layer);
}
Imagestore Intuition requires an extra parameter “Box number” because there
can be more than one crawl loaded into each layer.
CMD Param_1 Param_2
Zc %01x:
Layer No.
%02x
Box No.
Example:
void Enq_Crawl_Count_Loop(int Layer, int Box_no)
{
remote_send("Zc%01x %02x", Layer, Box_no);
}
The information returned is:
Format Field Description
%c%c Cmd Zc
%4d Loop Count How may times the crawl has cycled around