Discussion:
[wsjt-devel] Tx5 Blank Standard Message
Ed Wilson via wsjt-devel
2017-07-24 14:54:44 UTC
Permalink
I have been testing WSJT-X rc2 on FT8 over the past few days and noted that it has the same defect that I reported earlier of the Tx5 line in the Standard Messages seemingly randomly showing-up and transmitting blank. I built r7935 yesterday and noted today that the same issue continues to exist. I believe that I have found a condition (not necessarily the only one) that results in a blank line as follows:
I was working a weak station with Auto Sequence and Call 1st enabled. I sent him his report several times but received no decoded response. I then gave up, hit Halt Tx, and pressed F4 to clear the messages. I monitored for several 15 second periods and then suddenly copied a decode from this station of RRR. To respond to him, I double-clicked the RRR line which populated the Standard Messages with his call but left Tx5 (73) blank. I did not notice this at first and transmitted a blank line instead of a 73. When I did notice, I sent a macro of RRR TU 73 and he replied with the standard 73 line.
I trust that I have provided sufficient information to troubleshoot this issue. Ed, K0KC
***@arrl.nethttp://k0kc.us/
Black Michael via wsjt-devel
2017-07-24 16:48:50 UTC
Permalink
This patch fixes that problem....autoseq really opened a bag of worms which Bill is working on making it more robust.This one is an edge case that Bill may want to look at.
Index: mainwindow.cpp===================================================================--- mainwindow.cpp      (revision 7937)+++ mainwindow.cpp      (working copy)@@ -4006,6 +4006,7 @@   m_rptRcvd.clear ();   m_qsoStart.clear ();   m_qsoStop.clear ();+  m_lastCallsign = "";   genStdMsgs (QString {});   if (1 == ui->tabWidget->currentIndex())     {
 de Mike W9MDB

From: Ed Wilson via wsjt-devel <wsjt-***@lists.sourceforge.net>
To: "wsjt-***@lists.sourceforge.net" <wsjt-***@lists.sourceforge.net>
Cc: Ed Wilson <***@ymail.com>
Sent: Monday, July 24, 2017 10:38 AM
Subject: [wsjt-devel] Tx5 Blank Standard Message

I have been testing WSJT-X rc2 on FT8 over the past few days and noted that it has the same defect that I reported earlier of the Tx5 line in the Standard Messages seemingly randomly showing-up and transmitting blank. I built r7935 yesterday and noted today that the same issue continues to exist. I believe that I have found a condition (not necessarily the only one) that results in a blank line as follows:
I was working a weak station with Auto Sequence and Call 1st enabled. I sent him his report several times but received no decoded response. I then gave up, hit Halt Tx, and pressed F4 to clear the messages. I monitored for several 15 second periods and then suddenly copied a decode from this station of RRR. To respond to him, I double-clicked the RRR line which populated the Standard Messages with his call but left Tx5 (73) blank. I did not notice this at first and transmitted a blank line instead of a 73. When I did notice, I sent a macro of RRR TU 73 and he replied with the standard 73 line.
I trust that I have provided sufficient information to troubleshoot this issue. Ed, K0KC
***@arrl.nethttp://k0kc.us/------------------------------------------------------------------------------
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-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
dgb
2017-07-24 16:49:57 UTC
Permalink
Same thing has happened here numerous times over numerous versions. I
found by shutting off the Automatic system I'm able to from a macro
insert a 73 message. Of course, all this takes time, after the other
station has sent RRR - pia at any rate.

73 Dwight NS9I
Post by Ed Wilson via wsjt-devel
I have been testing WSJT-X rc2 on FT8 over the past few days and noted
that it has the same defect that I reported earlier of the Tx5 line in
the Standard Messages seemingly randomly showing-up and transmitting
blank. I built r7935 yesterday and noted today that the same issue
continues to exist. I believe that I have found a condition (not
I was working a weak station with Auto Sequence and Call 1st enabled.
I sent him his report several times but received no decoded response.
I then gave up, hit Halt Tx, and pressed F4 to clear the messages. I
monitored for several 15 second periods and then suddenly copied a
decode from this station of RRR. To respond to him, I double-clicked
the RRR line which populated the Standard Messages with his call but
left Tx5 (73) blank. I did not notice this at first and transmitted a
blank line instead of a 73. When I did notice, I sent a macro of RRR
TU 73 and he replied with the standard 73 line.
I trust that I have provided sufficient information to troubleshoot
this issue.
Ed, K0KC
http://k0kc.us/
------------------------------------------------------------------------------
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
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
Loading...