Hi,
any help is appreciated because I´m a VA newbee
![Wink ;)](https://forum.voiceattack.com/smf/Smileys/default/wink.gif)
I want to set the heading knob on the MCP of the Boeing 737 to a desired heading.
This works very well for the recognition of my spoken input and the heading bug is turning
e.g. "heading 090 degrees".
But
if I put in a new command in e.g. "set heading 100", this new command "100"
was added to the 090 degree, so the new bug is set to 190°. So I´ll never get the right heading.
So I think it´s best to set the heading bug always to 000° first with a command and then starting
my commandlist below.
So, what´s the additional helpful VA command for this? My commandslist:
When I say:
[set;] heading [0..3] [0..9] [0..9] degrees
commands:
Pause 0.1 seconds
Set text [loop] to '{CMD}'
Set integer [loop] value to the converted value of {TXTNUM:loop}
Write
'value recognized as {INT:loop}' to log
Start Loop While : [loop] Is Greater Than 0
Press U key and hold for 0.03 seconds and release
Set integer [loop] to [loop] minus 1
End Loop
THX to the helpers
![Smiley :)](https://forum.voiceattack.com/smf/Smileys/default/smiley.gif)