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
>

Reply via email to