<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Hello,<br>
I tried some stuff, but nothing seems to work. The cat command for the
TRX works just fine for switching.<br>
The problem seems to be in time gap between setting TRX to 2nd VFO and
WinTest getting confirmation of switching VFO from the radio.<br>
<br>
If I'm placing a wtApp:Sleep(n) the Programm will do nothing in this
time, even not checking if TRX status has changed.<br>
<br>
I think i will try to get the status from the TS-850 by interpreting
the return value of the IF command, or implement an delay from system
time without stopping the WinTest Application.<br>
<br>
If someone has anymore hints i will be looking for this.<br>
<br>
Olli<br>
<br>
</tt>
<div class="moz-signature">
<title></title>
<hr size="2" width="100%"><font face="Arial">  Oliver Grossmann
  |   DH2WQ   |   <a class="moz-txt-link-abbreviated" href="mailto:oliver.grossmann@bretzi.de">oliver.grossmann@bretzi.de</a></font><br>
</div>
<br>
On 19.11.2010 20:00, Laurent HAAS - F6FVY wrote:
<blockquote cite="mid:4CE6C94E.2080803@free.fr" type="cite">
  <pre wrap="">Hi

Le 19/11/2010 19:44, Bob Wilson, N6TV a écrit :

  </pre>
  <blockquote type="cite">
    <pre wrap="">If I could figure out how to send up arrow and down arrow commands (key
code?) from Lua
    </pre>
  </blockquote>
  <pre wrap="">
Try

wtApp:SendKeyCode(294. 4) for the Ctrl-Up key
wtApp:SendKeyCode(296, 4) for the Ctrl-Down key

Not deeply tested.

73

Larry - F6FVY
_______________________________________________
Support mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Support@win-test.com">Support@win-test.com</a>
<a class="moz-txt-link-freetext" href="http://www.f5mzn.org/cgi-bin/mailman/listinfo/support">http://www.f5mzn.org/cgi-bin/mailman/listinfo/support</a>
  </pre>
</blockquote>
</body>
</html>