remote wsxt-x QSO Start_time different from wsjt-x log

6 posts / 0 new
Last post
dl1kfl
remote wsxt-x QSO Start_time different from wsjt-x log

I forgot to start wsjt-x in cqrlog-remote mode and had some QSO. I decided to import wsjt.adi as I did when starting using cqrlog and then remove duplicates.

What I found is that all existing logs were doubled afterwards. Import adi: time_on different from time_off. Existing cqrlog: time_on = time_off. Removing dups seems to look on time_on and so did not remove anything. eqsl logs now are doubled too :(

Linux Station Kubuntu 17.10:
cqrlog 2.2.0(001) (rigcontol disabled)
wsjt-x 1.8.0 (latest release, rigcontrol enabled)

Console output from: cqrlog --debug=1:
....
Sending: fmv

Setting UDP decode to HiSpeed
Header position:1 Schema number:2 Message type:5 Qso Logging Id:WSJT-X
edtCall before started logging #5:ON6MM
Date :2018-01-24
Time: 07:06
timespec: 0
Call decoded #5:ON6MM edtCall:ON6MM
Grid :JO20
Qrg :3.574
Band :80M
Mode :FT8
RSTs :-04
RSTr :-05
Pwr :60
Comments :
Name : edtName :
edtName before pressing save:
WSJTX decode #5 logging: press save
Note:
insert into cqrlog_main (qsodate,time_on,time_off,callsign,freq,mode,rst_s,rst_r,name,qth,qsl_s,qsl_r,qsl_via,iota,pwr,itu,waz,loc,my_loc,county,award,remarks,adif,idcall,state,qso_dxcc,band,profile,cont,club_nr1,club_nr2,club_nr3,club_nr4,club_nr5) values('2018-01-24','07:06','07:06','ON6MM',3.574,'FT8','-04','-05','','','','','','','60',27,14,'JO20','JO31RD','','','',209,'ON6MM','',1,'80M',1,'EU','','','','','')

SELECT * FROM profiles WHERE visible > 0 ORDER BY nr
...

BTW: Using fldigi the start times were different from stop.

Searching the forum I found some similar questions years ago but no solution. Any help would be greatly appreciated.

oh1kh
Wsjt log

Hi
At the moment end time is set to both start and stop.

I will look this...

--
Saku
OH1KH

--
Saku
OH1KH

oh1kh
wsjt-x log

Looked this.

Old source (cqrlog 1.9.0 @ 2015) shows UDP message#5 contents:
*
* QSO Logged Out 5 quint32
* Id (unique key) utf8
* Date & Time QDateTime
* DX call utf8
* DX grid utf8
* Dial frequency (Hz) quint64
* Mode utf8
* Report send utf8
* Report received utf8
* Tx power utf8
* Comments utf8
* Name utf8
*

New revised UDP #5 content (from https://sourceforge.net/p/wsjt/wsjt/HEAD/tree/branches/wsjtx/NetworkMess... )
*
* QSO Logged Out 5 quint32
* Id (unique key) utf8
* Date & Time Off QDateTime
* DX call utf8
* DX grid utf8
* Tx frequency (Hz) quint64
* Mode utf8
* Report send utf8
* Report received utf8
* Tx power utf8
* Comments utf8
* Name utf8
* Date & Time On QDateTime
*
* The QSO logged message is sent to the server(s) when the
* WSJT-X user accepts the "Log QSO" dialog by clicking the "OK"
* button.
*

UDP decoding was not touched since version 1.9.0.

I have now test binary (2.2.0-104) for x86_64 at my web site http://www.saunalahti.fi/~sakny/bin/cqrlog2/
and source code available at https://github.com/OH1KH/cqrlog-devel

With few test loggings it seems to work as expected.
Waiting for comments and test results before pull request.

--
Saku
OH1KH

--
Saku
OH1KH

dl1kfl
wsjt-x log

Hello Saku,

it seems to work with 2.2.0-104. I did not test all features of this great program but the times are correct now.

Thank You for the fast help!
73
Frank

73, DL1KFL

9H1ZZ
Will this be included in an

Will this be included in an official release any time soon?
Robin, 9H1ZZ

oh1kh
Will this be included in a

HI !
Pull request is done and accepted.
So it will be in next official release.

--
Saku
OH1KH

--
Saku
OH1KH