FLDigi logging not showing in Awards
Posted: 07 Jul 2024, 15:46
Using v2.32.1.6
Worked K8K on 30M and 40M CW logging from FLDigi and the Award matrix did not show 30M/40M worked.
I was able to duplicate the problem by adding a 6M QSO from FLDigi and it did not show up in Awards. Did the same from WSJT-X via JTAlert and the FT8 QSO did show up in Awards but it had freqrx and bandrx in it.
There is no freqrx or band being sent by FLDigi and it looks like Log4OM expects that to process it correctly for award lookup.
select callsign,freq,freqrx,mode,band,length(bandrx) from log where callsign='K8K';
K8K|10105.64|0|CW|30m|0
K8K|7025.64|0|CW|40m|3
K8K|28075.807|28075.807|FT8|10m|3
K8K|21076.304|21076.304|FT8|15m|3
K8K|3575.042|3575.042|FT8|80m|3
K8K|18102.042|18102.042|FT8|17m|3
K8K|24916.981|24916.981|FT8|12m|3
K8K|50313|0|CW|6m|0
Worked K8K on 30M and 40M CW logging from FLDigi and the Award matrix did not show 30M/40M worked.
I was able to duplicate the problem by adding a 6M QSO from FLDigi and it did not show up in Awards. Did the same from WSJT-X via JTAlert and the FT8 QSO did show up in Awards but it had freqrx and bandrx in it.
There is no freqrx or band being sent by FLDigi and it looks like Log4OM expects that to process it correctly for award lookup.
select callsign,freq,freqrx,mode,band,length(bandrx) from log where callsign='K8K';
K8K|10105.64|0|CW|30m|0
K8K|7025.64|0|CW|40m|3
K8K|28075.807|28075.807|FT8|10m|3
K8K|21076.304|21076.304|FT8|15m|3
K8K|3575.042|3575.042|FT8|80m|3
K8K|18102.042|18102.042|FT8|17m|3
K8K|24916.981|24916.981|FT8|12m|3
K8K|50313|0|CW|6m|0