Hi Mike,

Thanks for this, but I found it didn’t quite work the way I was expecting.  
Here were the issues:

1.  It filled up the Rx window, even if I didn’t have “Enable Tx” on.
2.  Off-frequency responses would cancel my transmissions, as FT8_AutoSeq is 
called for replies other than the frequency I’m “tuned to”.
3.  Searching for “CQ “ would also hit call signs ending in CQ.

I tried fixing these issues, and the following patch seems to work well for me 
with an hour of testing or so.

https://www.dropbox.com/s/kimryht8puumqqx/AutoSeq.patch?dl=0

The fixes are:

1.  Only consider disabling if “Enable Tx” is currently on (to avoid excessive 
messages in the window) - checking the m_auto boolean to determine if auto tx 
is enabled.
2.  I added a boolean to the FT8_AutoSeq parameter list (onMyFreq), and 
populate it with bDisplayRight when it is called.  Since only calls on my 
frequency are displayed in the right window, I use this to ignore other calls.
3.  I changed the search string from “CQ “ to “ CQ “ to fix the chance of not 
disabling if someone with a CQ at the end replies to the calling station.

Thanks!

-Tim KD0GYG

> On Jul 16, 2017, at 7:23 AM, Black Michael via wsjt-devel 
> <wsjt-devel@lists.sourceforge.net> wrote:
> 
> Halt tx if message received in Rx Freq window does not have local callsign 
> and Tx 1 or Tx 6 is selected and not receiving CQ either.
> 
> https://www.dropbox.com/s/0afi9ivurgilcrb/autoseq2.patch?dl=1 
> <https://www.dropbox.com/s/0afi9ivurgilcrb/autoseq2.patch?dl=1>
> 
> de Mike W9MDB
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! 
> http://sdm.link/slashdot_______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to