I can put a 'wait' in there easily enough, but I can't promise it'll work like you want. The way the T2 does its multitasking (it's a simple foreground/background architecture), there's a good chance at least some of the EXEC commands will break. Your second example is the safer way to do it.
Scott Alan wrote: > > > One second pause in execution of script would be better than pause > all, but I wouldn't complain if either was coded at some point. > > For instance the following script would change path, send beacon, and > after beacon is sent then the counter would be reset and path would be > changed back to nul: > > On Second > Increment Counter 1 > If Counter 1 = 1705 > Exec "PATH WIDE2-1" > *Pause* > Exec "BEA !3900.00N112300.00W#PHG27302/ W1, PLS use WIDE1-1,WIDE2-1 > for access/A=003000" > * Pause > Pause* > Set Counter 1 = 0 > Exec "PATH -" > End Block > End Block > > Rather than something like this: > > On Second > Increment Counter 1 > If Counter 1 = 1705 > Exec "PATH WIDE2-1" > Exec "BEA !3900.00N112300.00W#PHG27302/ W1, PLS use WIDE1-1,WIDE2-1 > for access/A=003000" > End Block > If Counter 1 = 1707 > Set Counter 1 = 0 > Exec "PATH -" > End Block > End Block > > Thanks, > Alan > > --- In [email protected], James Ewen <ve6...@...> wrote: > > > > On Sun, Nov 15, 2009 at 2:13 PM, Alan a...@... wrote: > > > > > A one second pause button would be big help in the scripting editor > GUI. > > > > A one second pause of what? All OT2 operations? Or do you just want to > > have the next step of the script happen one second later? There is an > > "On Second" function that lets you do things once per second. > > > > James > > VE6SRV > > > > ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/tracker2/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/tracker2/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
