Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-05 Thread John Nelson
Mike, I wonder if the problem is in void MainWindow::set_dateTimeQSO(int m_ntx) where m_dateTimeQSOOn is calculated by assuming that TX periods are in minutes and not 15 secs in the case of FT8. It seems to me that a new method has to be needed to calculate TimeQSOOn for FT8 — John G4KLA

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-05 Thread John Nelson
Mike, You wrote: If you can confirm TX 6 is set during auto-seq try this change in mainwindow.cpp void MainWindow::on_txb6_clicked()//txb6 { m_ntx=6; ui->txrb6->setChecked(true); if (m_transmitting) m_restart=true; if

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-04 Thread Neil Zampella
.sourceforge.net *Sent:* Tuesday, July 4, 2017 12:03 PM *Subject:* Re: [wsjt-devel] Question about QSO Start & End Times UM .. how else do you respond when using JT65/JT9 .. I don't use the buttons on TAB 2. Double clicking on a response in the RX window when I'm calling CQ I agree with, that

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-04 Thread Black Michael via wsjt-devel
4, 2017 12:03 PM Subject: Re: [wsjt-devel] Question about QSO Start & End Times UM .. how else do you respond when using JT65/JT9 .. I don't use the buttons on TAB 2.  Double clicking on a response in the RX window when I'm calling CQ I agree with, that should start the QSO, but double click

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-04 Thread Neil Zampella
now. de Mike W9MDB *From:* Neil Zampella <ne...@techie.com> *To:* wsjt-devel@lists.sourceforge.net *Sent:* Monday, July 3, 2017 6:44 PM *Subject:* Re: [wsjt-devel] Question about QSO Start & End Times In repl

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-04 Thread Neil Zampella
As I mentioned before .. this was happening WAY before FT8 was introduced on non-autosequenced QSOs under JT65/JT9. Neil, KN3ILZ On 7/4/2017 11:24 AM, John Nelson wrote: Mike, And does autoseq sequence to "TX 6" by itself? That would explain why autoseq modes get their time reset. I

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-04 Thread Black Michael via wsjt-devel
3, 2017 6:44 PM Subject: Re: [wsjt-devel] Question about QSO Start & End Times In reply to your other post .. yes, I'm using JTSDK. Again, I'm using Tab 2, not Tab 1.  JT65/JT9 .. no auto sequencing.    Just double clicking to trigger the next response in the sequence.   On 7/3/

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-04 Thread John Nelson
Mike, > And does autoseq sequence to "TX 6" by itself? That would explain why > autoseq modes get their time reset. I suspect this may be the cause. Activity is low today so I have not had the chance to test this. If this is the case, I assume there should be a simple fix: if (auto_seq)

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-03 Thread Neil Zampella
*Subject:* Re: [wsjt-devel] Question about QSO Start & End Times Mike, 1. I'm currently on r 2. Tab 2, but normally a DBL click on either the CQ station or the one replying to my CQ 3. The log time is the end time .. see attached. The first is the DXKeeper entry, the second is

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-03 Thread Black Michael via wsjt-devel
ill end up being the stop time. And does autoseq sequence to "TX 6" by itself?  That would explain why autoseq modes get their time reset. Mike From: Neil Zampella <ne...@techie.com> To: wsjt-devel@lists.sourceforge.net Sent: Monday, July 3, 2017 10:09 AM Subject: Re: [

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-03 Thread Black Michael via wsjt-devel
So are you running JTSDK that maybe we could debug this on your system?Gotta' figure out why this is happening to you. Mike From: Neil Zampella <ne...@techie.com> To: wsjt-devel@lists.sourceforge.net Sent: Monday, July 3, 2017 10:09 AM Subject: Re: [wsjt-devel] Question about QSO

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-03 Thread John Nelson
Mike, > Running r on Mac OSX 10.11. This is compiled on a Mac. I understand that JTDSK is a Windows/Linux installation package. > I can't seem to duplicate it here. I assume you are running FT8 on Windows…? I checked that start/stop times are correct with JT9. I then tried FT8 with

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-03 Thread Neil Zampella
Mike, 1. I'm currently on r 2. Tab 2, but normally a DBL click on either the CQ station or the one replying to my CQ 3. The log time is the end time .. see attached. The first is the DXKeeper entry, the second is the ALL.TXT entry, the third is the wsjtx.log, and the last is the

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-03 Thread Black Michael via wsjt-devel
I can't duplicate the problem on JT9/JT65.  I'm not sure what patch Bill is talking about since I can't find it in my sent folder. So...what's different between your operation and mine? #1 Version you running?  #2 Are you using Tab 1 or Tab 2 for QSO progression?#3 When you log you are seeing

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-03 Thread Neil Zampella
; WSJT software development <wsjt-devel@lists.sourceforge.net> *Sent:* Sunday, July 2, 2017 2:42 PM *Subject:* Re: [wsjt-devel] Question about QSO Start & End Times Mike, Like Neil I also notice that start time = end time in wsjtx.log and wsjtx_log.adi. Running r on Mac OSX 10.

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-03 Thread John Nelson
Mike, > I get the feeling they [Next buttons] are not being set Not correct. Auto-seq is on; the QSO proceeds as expected with Next buttons moving from 1, 3 to 5 1924 Transmitting 14.079 MHz FT8: A92AA G4KLA IO92 Next button 1 set 192500 -2 0.3 1055 ~ CQ A92AA LL56

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-02 Thread Black Michael via wsjt-devel
MDB From: John Nelson <j...@rmnjmn.co.uk> To: Black Michael <mdblac...@yahoo.com>; WSJT software development <wsjt-devel@lists.sourceforge.net> Sent: Sunday, July 2, 2017 2:42 PM Subject: Re: [wsjt-devel] Question about QSO Start & End Times Mike, Like Neil I a

Re: [wsjt-devel] Question about QSO Start & End Times

2017-07-02 Thread John Nelson
Mike, Like Neil I also notice that start time = end time in wsjtx.log and wsjtx_log.adi. Running r on Mac OSX 10.11. Extract from ALL.TXT 192430 0 0.6 1057 ~ CQ A92AA LL56 192430 -16 0.4 945 ~ EK6RSC YO2NAA KN05 192430 -9 0.6 1351 ~ MM0LGS CT1GVN IM67 1924

Re: [wsjt-devel] Question about QSO Start & End Times

2017-06-29 Thread Neil Zampella
.net *Sent:* Monday, June 26, 2017 11:56 AM *Subject:* Re: [wsjt-devel] Question about QSO Start & End Times On 25/06/2017 13:40, Bill Somerville wrote: > Hi Neil, > > can you provide a portion of your ALL.TXT file that covers one of the > QSOs that are logged with equal start and

Re: [wsjt-devel] Question about QSO Start & End Times

2017-06-26 Thread Neil Zampella
*From:* Bill Somerville <g4...@classdesign.com> *To:* wsjt-devel@lists.sourceforge.net *Sent:* Monday, June 26, 2017 11:56 AM *Subject:* Re: [wsjt-devel] Question about QSO Start & End Times On 25/06/2017 13:40, Bill Somerville wrote: > Hi Neil, > > can you provide a port

Re: [wsjt-devel] Question about QSO Start & End Times

2017-06-26 Thread Black Michael via wsjt-devel
Nope...haven't heard anything from him. de Mike W9MDB From: Bill Somerville <g4...@classdesign.com> To: wsjt-devel@lists.sourceforge.net Sent: Monday, June 26, 2017 11:56 AM Subject: Re: [wsjt-devel] Question about QSO Start & End Times On 25/06/2017 13:40, Bill Somerv

Re: [wsjt-devel] Question about QSO Start & End Times

2017-06-26 Thread Bill Somerville
On 25/06/2017 13:40, Bill Somerville wrote: Hi Neil, can you provide a portion of your ALL.TXT file that covers one of the QSOs that are logged with equal start and end times please? Nothing heard on this. Are you debugging this with Mike, W9MDB, off list? If so I have a patch from Mike

Re: [wsjt-devel] Question about QSO Start & End Times

2017-06-25 Thread Bill Somerville
On 25/06/2017 13:36, Neil Zampella wrote: Both the ADI file, and the WSJT.LOG file show the same thing. Here are screen caps showing the latest QSOs. Hi Neil, can you provide a portion of your ALL.TXT file that covers one of the QSOs that are logged with equal start and end times please?

Re: [wsjt-devel] Question about QSO Start & End Times

2017-06-25 Thread Neil Zampella
Mike, Both the ADI file, and the WSJT.LOG file show the same thing. Here are screen caps showing the latest QSOs. The interesting part is they NEVER showed a different end time, they always show the same time as the beginning starting on Jan 18th 2017, when I compiled and installed a

Re: [wsjt-devel] Question about QSO Start & End Times

2017-06-25 Thread Black Michael via wsjt-devel
I'm running 7735 and times are correct.Do you have entries from the ADI file that show the problem?Happened more than once? de Mike W9MDB From: Neil Zampella To: wsjt-devel@lists.sourceforge.net Sent: Saturday, June 24, 2017 11:32 PM Subject: [wsjt-devel] Question