User`s guide

May 15, 2012 • Alcorn McBride TourTraXX User’s Manual • Rev 1.3 • Page 61
Completion Acknowledge Mode
Description: This command is used to select the Completion Acknowledge mode. When the
TourTraXX finishes playing a file, it can send a Completion Acknowledge response
or trigger a command.
There are 2 different completion acknowledge modes possible. This Completion
Acknowledge Mode remains as long as the TourTraXX is powered. Note: The unit
defaults to no completion acknowledge whenever the unit first powers up.
Message Response: R
Command Bytes: <s>"<c>"<d>AK Selects advanced channel response mode. This
allows you to specify a command to be executed
when the status of a channel pair or group changes.
<s> is the channel status to trigger on
P for play started
S for stopped
L for looped
A for paused
<c> is the command to perform when this status occurs
(such as \”CH1 Stopped\”SS)
<d> is either C followed by a channel number in ASCII,
P followed by a channel pair number in ASCII, or G
followed by a channel group number in ASCII
RAK Selects simple channel response mode.
CH is sent out the serial port upon a channel pair
stopping, where CH = ASCII representation of the
Channel pair number (0 through 7). For a completion ack
via Ethernet, use the above advanced mode with a Send
String command.
Examples: Select simple command response mode:
RAK
Use advanced channel response mode to send “ChPair1Started” over UDP to
192.168.1.100 port 2639 from port 2640 whenever channel pair 1 starts:
P"\"ChPair1Started\"U192.168.5.150:2639:2640SS"P1AK