MoniPlus2 Voice Guidance Configuration Guide
April 29, 2014
18
Tag
Values
Description
</Audio>
The audio for the nested screen is not spoken but must be defined.
<Audio audioID="0200" groupID=”0001”>
<Text lang="en"> This text will not be
spoken. </Text>
</Audio>
Base screen 100 contains the reference to screen 200:
100<ff><si>ABYOUR BALANCE IS<si>CFDO YOU
WANT ANOTHER<si>DITRANSACTION?<si>F6YES------
><si>I6NO-------><so>
200
Screen 200 contains the dynamic data in the Screen Update Data
field:
200<si>A2$500.00
<esc>P0000;1;$500.00<esc>\
When screen 100 is displayed, the following text is spoken:
“Your balance is 500 dollars. To perform another
transaction, press 1. If you do not want another
transaction, press 2 or the cancel key.”
Example using a nested screen with placeholder tags; both
screens 100 and 200 will be displayed, but only audioID 0100
will be spoken:
The audio of the nested screen contains the placeholder tag and the
ParamSourceID references the base screen.
<Audio audioID="0100" groupID=”0001 repetitions=“0””
ParamSourceID="0200
">
<Text lang="en">Your balance is
<PlaceHolder/>.
To perform another transaction, press
1. If you do not want another transaction, press 2 or the
cancel key. </Text>
</Audio>
The audio for the base screen is not spoken but must be defined.
<Audio audioID="0200" groupID=”0001”
keyboardID="124">
<Text lang="en"> This text will not be
spoken. </Text>
</Audio>
Base screen 200 contains the dynamic data in the Screen Update
Data field and the reference to screen 100.
200<ff>
<esc>P0000;1;$500.00<esc>\
<si>A2$500.00
<so>
100
Nested screen 100 contains the text to be displayed and voiced.
100<si>ABYOUR BALANCE IS<si>CFDO YOU WANT
ANOTHER<si>DITRANSACTION?<si>F6YES------
><si>I6NO------->