User manual
Automation Protocol Bugclock Controls
Miranda Technologies Ltd Page 103
Bugclock Commands
The Bugclock commands allow the control of the timer features of a
Bugclock image, for units where Bugclocks are supported. Clocks can be
loaded, positioned, keyed, etc. using the standard commands for stills and
animations (R0, G, 3, etc.).
Stop Timer T0
This command pauses a Bugclock timer on the specified layer.
CMD Param_1
T0 %01x : Layer No.
Example:
void StopTimer(int layer)
{
remote_send("T0%01x", layer);
}
Start Timer T1
This command allows a previously paused timer to resume.
CMD Param_1
T1 %01x : Layer No.
Example:
void StartTimer(int layer)
{
remote_send("T1%01x", layer);
}