Voice Command to set com frequency

Other problems or issues not covered by other troubleshooting topics.
Locked
RCFlyer
Posts: 86
Joined: Fri Jan 06, 2012 2:38 am

Voice Command to set com frequency

Post by RCFlyer »

The voice command functions are great. I have been trying to set the com 1 frequency with a voice command, but, haven't been able to set the whole frequency string with just one command (Example: 122.50). I have tried COM_STBY_RADIO_SET, COM_RADIO_SET, and, COM1_STBY_RADIO_HZ_SET with no luck. I use the following voice command format:

set com 1, COM1_STBY_RADIO_HZ_SET, .93

I say: "set com 1 12250" , but, nothing happens with the com frequency.

I can get the com frequency to change using a voice command with COM_RADIO_WHOLE_INC or similar event id name string.

Any suggestions?

Really like the new voice command capabilities.

Danny
Brad Shiver
Lockheed Martin
Posts: 361
Joined: Fri Mar 17, 2017 3:58 pm

Re: Voice Command to set com frequency

Post by Brad Shiver »

Hey Danny,

Thanks for the feedback. Currently, the voice commands aren't able to take in events with parameters. As you said, you could increment/decrement using those events, but setting the com to a specific frequency isn't possible through the config file yet. The event ID portion of the line is executed when the phrase is heard, so the numbers at the end of the phrase won't affect the event.

If you are familiar with the PDK, it is possible to implement this functionality using the Voice Control PDK Service to add custom commands.

-Brad
RCFlyer
Posts: 86
Joined: Fri Jan 06, 2012 2:38 am

Re: Voice Command to set com frequency

Post by RCFlyer »

Thanks Brad. I'll look at the PDK.

Danny
Locked