User manual
Automation Protocol Video Commands
Miranda Technologies Ltd Page 73
Animation/Clip Cycle Tally Yj
Note: This command is only valid for Imagestore Intuition. This
command is only enabled if either the video tallies are enabled
(Y61) or the Imagestore Intuition is set to operate in passive
mode [Ya1].
This tally is sent by Intuition every time a cell animation/clip that been setup
to send this tally had cycled. The tally is sent at the end of each cycle and is
enabled using the Y6 or the Ya command. For a tally to be issued for any
object, the ‘Tally’ checkbox should be set within Intuition Builder.
For Imagestore Intuition this will return the following tally every time that a
clip or animation cycle completes:
CMD Param_1 Param_2 Param_3 Param_4
Yj %1x
Layer No.
%02x
Object No.
%1x
Final Cycle Flag
%04x
Crawl Count
The "Final Cycle" flag in the tally command works differently for each loop
mode, for example for layer 2, object 4:
// Single shot: Send single tally when the animation/clip ends
Yj2 04 1 0001
// Cycle: Send tally each time the animation/clip cycles,
// giving the current crawl count.
Yj2 04 0 ????
// In-Loop-Out: Send single tally when the whole
// animation/clip has completed, and does not tally on inner
// loops.
Yj2 04 1 0001
// Linear control: Send single tally every time a move
// completes, giving the current crawl count.
Yj2 04 1 ????
// Ping pong: Send tally at either end of the animation,
// giving the current crawl count.
Yj2 04 0 ????