User manual
Automation Protocol Video Commands
Miranda Technologies Ltd Page 63
Tally Commands
The Imagestore can be set into a mode where its state is fed back over
automation without explicit request. This information is referred to as
unsolicited tallies.
Enable Video Tallies Y6
This command enables or disables the Y6, Y9, YA, Yf and 3 video tallies for
the serial/network port on which the command was received.
CMD Param_1
Y6 %1x: Tally Enable
1=Enable, 0=Disable
Example:
void EnableVideoTallies(bool Enable)
{
remote_send("Y6%1x", Enable);
}
For LGK-3901 and DSK-3901 this command has an additional optional
parameter that enables or disables the ability to return tallies for commands
that are sent to an Imagestore Intuition. When Intuition tally forward is
enabled, tallies are returned by the Imagestore Intuition to the LGK-3901 or
DSK-3901. See the user manual for more information.
CMD Param_1 Param_2 (Optional)
Y6 %1x: Tally Enable
1=Enable, 0=Disable
%1x: Intuition Tally Forward Enable
1=Enable, 0=Disable
Note: Video tallies may also be enabled via the Set Passive Mode (Ya)
command (page 247).