<div class="gmail_quote">On Wed, Jun 2, 2010 at 12:36 PM,  <span dir="ltr"><<a href="mailto:sm5ajv@qrq.se">sm5ajv@qrq.se</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
As long as you are sending canned messages the PTT should work as follows:<br>
<br>
1. Before the first character of the message is sent the PTT should be<br>
   active using LEAD TIME before the actual message is started<br>
2. The PTT line should be active during the ENTIRE message.<br>
3. When the messages is over the PTT-line should be inactive, immediately<br>
  or x ms later using TAIL TIME.<br>
<br>
The benefit of the above PTT-scenario is that there will not be any switching<br>
of TX-RX-TX during the transmission of the message, regardless of sending<br>
speed.<br></blockquote><div><br>If you send CW messages with the internal Win-Test Keyer via a real LPT port or COM port keying circuit, I believe it works just as you describe as long as both a keying line and a PTT line are wired from the port to your radio.<br>

<br>If you must use the WinKey, you can set PTT Lead and Tail Time in the <a href="http://docs.win-test.com/wiki/Menu:Options#WinKey_configuration...">WKSETUP dialog</a>.<br>
<br>
If you enable the WinKey 2 features, you can set the PTT Tail to 2 letter spaces (6 bauds)<br>
<br>
You can also set the "CT Space" options (word space = 6 bauds instead of 7).  Then I don't think there will be any PTT drop-out between letters.<br><br>But perhaps it will not return to receive immediately, at the end of  message.  I think the problem is that Win-Test sends one character at a time to the WinKey, so the WinKey doesn't know exactly when "end of CW" has been reached and it must wait to see if there are any more characters to send before dropping PTT.<br>

<br>What type of radio do you have?  You could perhaps send commands to the radio, via LUA scripts, to enable PTT at the beginning of a CW message, and immediately disable PTT at the end of a message.<br><br>e.g.<br><br>
PTTON.wts (for Elecraft K3):<br>
<br><div style="margin-left: 40px;">wtRadio:Send("TX;")<br></div><br>PTTOFF.wts (for Elecraft K3):<br><br><div style="margin-left: 40px;">wtRadio:Send("RX;")<br></div><br>Then in your CW messages, call these scripts as follows:<br>

<br><div style="margin-left: 40px;">F1:  #PTTON CQ $MYCALL $MYCALL TEST #PTTOFF<br></div><br>You would also want to assign PTTOFF.wts to the Escape key and have the script set RC=0 to continue with normal ESC key processing.<br>

<br>But I haven't tested this.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


Is this possible to achieve with the current versions of WT and WK?<br>
Is it possible to do this with the a WK embedded in a microHam device?<br></blockquote><div><br>MicroHAM has its own additional PTT configuration options in addition to the WinKey PTT options (PTT, QSK, etc.); see the PTT Tab.<br>

<br>73,<br>Bob, N6TV<br></div></div><br>