<div dir="ltr">Barry,<div><br></div><div>Try saving the two attached LUA scripts in your scripts directory (in Win-Test, use File | Explore | /scripts directory to find it).</div><div><br></div><div>Then call the LUA scripts UTC and UTC2 in your RTTY F2 message to send and repeat the current UTC time, like this:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace, monospace">    F2:  $RST $SERIAL #UTC $RST $SERIAL #UTC2 $MYCALL</font></div><div><font face="monospace, monospace">INSERT:  $LOGGEDCALL $QSOB4 $GUESSEXCH $F2</font></div></blockquote><div><br></div><div>In case the attachments are lost, here's what's in UTC.wts:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><font face="monospace, monospace">-- Set global LUA variable UTC</font></div></div><div><div><font face="monospace, monospace">UTC = os.date("!%H%M")</font></div></div><div><div><font face="monospace, monospace">wtKeyer:Insert(UTC)</font></div></div><div><div><font face="monospace, monospace">return -1</font></div></div></blockquote><div><br></div><div class="gmail_extra">and in UTC2.wts:</div><div class="gmail_extra"><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_extra"><div class="gmail_extra"><div class="gmail_extra"><font face="monospace, monospace">-- Read global variable set by UTC.wts</font></div><div class="gmail_extra"><font face="monospace, monospace">if UTC ~= nil then</font></div><div class="gmail_extra"><font face="monospace, monospace">   wtKeyer:Insert(UTC)</font></div><div class="gmail_extra"><font face="monospace, monospace">end</font></div><div class="gmail_extra"><font face="monospace, monospace">return -1</font></div></div></div></blockquote><div class="gmail_extra"><div><div><br></div><div>If it doesn't work, it's probably because Win-Test is using a different folder to look for scripts.  Try changing the Win-Test shortcut:  Right Click, Properties, Compatibility tab, check "Run as an Administrator", click OK, restart Win-Test,</div><div><br></div><div>73,<div>Bob, N6TV</div></div></div>
<br><div class="gmail_quote">On Mon, Mar 21, 2016 at 5:55 AM, Barry Cooper <span dir="ltr"><<a href="mailto:g4rko@btinternet.com" target="_blank">g4rko@btinternet.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



<u></u><u></u>




<div lang="EN-US" dir="ltr" vlink="purple" link="blue">
<div dir="ltr">
<div style="font-size:12pt;font-family:Calibri;color:rgb(0,0,0)">
<div>Hi Dave,</div>
<div> </div>
<div>Thanks for the reply. Your suggestion only seems to work for sending time 
with a QTC exchange in WAE. I want to imbed the time (UTC) as part of a normal 
RTTY reply string and store it on the F2 key. I have tried using $TIME and 
$TIME: neither work. Any other ideas?</div>
<div> </div>
<div>RTTY contest exchange:</div>
<div> </div>
<div>W9PA BARTG TEST</div>
<div>G4RKO</div>
<div>G4RKO 599 005 <strong>1106</strong> 005 <strong>1106</strong> W9PA</div>
<div>W9PA 599 021 <strong>1106</strong> 021 <strong>1106</strong> TU</div>
<div>W9 BARTG TEST etc. etc..........</div>
<div> </div>
<div>where <strong>1106</strong> is the time of the QSO.......</div>
<div> </div>
<div>73</div>
<div>Barry</div></div></div></div></blockquote></div></div></div>