VoxCommando
General Discussion => General Discussion => Topic started by: vmail on September 25, 2012, 11:20:22 AM
-
Hi, how do I add a 100ms delay between commands or repeat commands?
<command id="294" name="BBC One HD" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>Scrape</cmdType>
<cmdString>http://127.0.0.1/Samsung/samsungremote.php?key=5</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Scrape</cmdType>
<cmdString>http://127.0.0.1/Samsung/samsungremote.php?key=0</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>goto B B C 1 H D</phrase>
</command>
<command id="273" name="Volume Up" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>Scrape</cmdType>
<cmdString>http://127.0.0.1/Samsung/samsungremote.php?key=VOLUP</cmdString>
<cmdRepeat>5</cmdRepeat>
</action>
<phrase>volume up</phrase>
</command>
Also is there a way to put voxcommando into standby after 1 minute after the last command?
-
hi
how do I add a 100ms delay between commands or repeat commands?
[attachment=1]
Also is there a way to put voxcommando into standby after 1 minute after the last command?
Yes there is , goto options and on the general tab you will see Automatic standby , just type in 60.
-
Thanx, but how do I add in a delay if I have set a repeat command to 5? without having to manually enter the command in 5 times with a pause command between each one
<cmdRepeat>5</cmdRepeat>
-
Thanx, but how do I add in a delay if I have set a repeat command to 5? without having to manually enter the command in 5 times with a pause command between each one
<cmdRepeat>5</cmdRepeat>
Take a look here, this is a good basic tutorial for VC.
http://voxcommando.com/mediawiki/index.php?title=Command_Builder (http://voxcommando.com/mediawiki/index.php?title=Command_Builder)
-
hi
Use the loop setitings.
according to the wiki
- Loop: if Loop is checked your command will loop according to the other parameters you set
If a command is looping, any new command will cause it to stop looping and the new command will be executed - Delay (ms): specifies the time (in milliseconds) that will elapse between loop repetitions. A smaller number will result in faster looping.
- Max Loops: The number of times the command will repeat before automatically terminating the loop. Set this to a very large number to simulate endless looping. It is helpful to set maximum loops in case you are unable to issue another command for some reason. For a scroll command you may with to set a Max loop of about 100. If you plan to scroll through a collection of 200 items then you might want to use a larger number.
well, i thought this would have worked, but unfortunately is doesn't for me. I think James or Kalle may have to shed some light on this one.
[attachment=1]
Give it a try and see how it goes.
-
It depends if you want to loop your whole command, or just to loop an action within a command.
If you just want to loop an action there is no way to set a delay.
-
Also is there a way to put voxcommando into standby after 1 minute after the last command?
Yes. Look in options on the General Tab for "Automatic Standby"