Author Topic: standby  (Read 1863 times)

0 Members and 4 Guests are viewing this topic.

mparks

  • $upporter
  • Contributor
  • *****
  • Posts: 93
  • Karma: 0
    • View Profile
standby
« on: December 25, 2012, 05:27:17 PM »
What's the most efficient way to do this.

After I give vox a command, and it completes it I want it to asked me
"is there anything else I can do" if I say YES then vox stays in active mode but if I
say NO then vox goes into standby mode .

Any suggestions?

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2320
  • Karma: 47
    • View Profile
Re: standby
« Reply #1 on: December 25, 2012, 05:41:13 PM »
What's the most efficient way to do this.

After I give vox a command, and it completes it I want it to asked me
"is there anything else I can do" if I say YES then vox stays in active mode but if I
say NO then vox goes into standby mode .

Any suggestions?
you need a logic command as confirm marked (in command builder upper right) I can give you a example later when I'm home  ;)

forget this way  :bonk
« Last Edit: December 26, 2012, 09:32:07 AM by Kalle »
***********  get excited and make things  **********

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2320
  • Karma: 47
    • View Profile
Re: standby
« Reply #2 on: December 26, 2012, 09:49:43 AM »
What's the most efficient way to do this.

After I give vox a command, and it completes it I want it to asked me
"is there anything else I can do" if I say YES then vox stays in active mode but if I
say NO then vox goes into standby mode .

Any suggestions?
Ok, the easy way to do it is fire a "event" after each command in that you need this feature. (I'm sure you are not using it in any command  ;)  )
You can open my "mparkstest.xml" in the right of command editor - drag and drop both groups in your command tree.
The "current time" command  say the current time and trigger a event that is in the "ON or Standby" command group.

to use this example say: "current time"

VC speak the current time and ask you "is there anything else I can do"

you can say "No" then VC go in standby mode or "Yes" and VC stay in ON mode.

The "current time" is a example that show you which parameter you need in the command (VC.TriggerEvent)

If you have a questions let me know.

Kalle
« Last Edit: December 26, 2012, 04:38:34 PM by Kalle »
***********  get excited and make things  **********

mparks

  • $upporter
  • Contributor
  • *****
  • Posts: 93
  • Karma: 0
    • View Profile
Re: standby
« Reply #3 on: December 26, 2012, 09:06:01 PM »
This is perfect, just what I was trying to do. Thank you so much.....  ;)

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2320
  • Karma: 47
    • View Profile
Re: standby
« Reply #4 on: December 27, 2012, 01:33:57 AM »
This is perfect, just what I was trying to do. Thank you so much.....  ;)
nice to hear that is the right thing  ;)
***********  get excited and make things  **********