On Thu, May 2, 2024 at 11:50 AM, Dave, W1HKJ wrote:
Today I will work on the items needing correction.
Good day David. About fldigi 4.2.05.16. Thank you for the work done! At first glance (as far as I can check at work) everything works correctly. From 05/1/2024 to 05/10/2024 I will test it at . Only one question left at the moment is about "." The states: ... and optionally including a single decimal point? (? code 46). But in FLdigi, in the "frequency" tag, “,” Example:
<FREQ:9>14,071500
Will this be resolved or is it (in your opinion) not relevant?
|
Re: fldigi 4.2.05 .16 development test version posted at
You're welcome Vladimir.? When
you are 85 years old you do not wait for tomorrow to finish a
task.? You know that tomorrow may never materialize.
David
On 5/3/24 10:34, Vladimir, RW6AVK
wrote:
toggle quoted message
Show quoted text
On Fri, May 3, 2024 at 02:03 PM, Dave, W1HKJ wrote:
UDP/CLOUD log record
Great job! Thank you David! I did not imagine that this issue
would be resolved so quickly.
|
?
and at Source Forge
Index of /files/kcat
Date:?? Fri May 3 09:59:37 2024 -0500
??? Version 1.2.5
????? * maintenance release
??? MacOS 14.4.1 compatibility
????? * update for correct build on 14.4.1
??? Scanner frequency
????? * correct UI entry of scanner frequency
????? * code clean up to satisfy compiler updates
??? MinGW
????? * script update
??? flxmlrpc config
????? * change flxmlrpc configure summary report
??? Arch Linux source fix
??? fix XmlRpc tm_mday comparison typo
?? ?
??? mxe update
????? * corrected mxe build scripts
73, David, W1HKJ
|
Re: fldigi 4.2.05 .16 development test version posted at
On Fri, May 3, 2024 at 02:03 PM, Dave, W1HKJ wrote:
UDP/CLOUD log record
Great job! Thank you David! I did not imagine that this issue would be resolved so quickly.
|
fldigi 4.2.05 .16 development test version posted at
Index of /alpha/fldigi
Date:?? Thu May 2 22:57:52 2024 -0500
??? UDP/CLOUD log record
?? ?
????? * add write log record to UDP socket concurrent with other
??????? internal and external logbook recording.? UDP record in
??????? ADIF format and contains the fields specified on the UDP
??????? field selection dialog.
????? * Add field selection for cloud logbook export
????? * UDP and CLOUD export records are terminated by the
<EOR>
??????? tag.
????? * Make field selection paradigm identical for udp and
cloud
??????? exports.
Date:?? Sat Apr 27 07:44:58 2024 -0500
??? FMT thread
?? ?
????? * insure that FMT thread is closed when modem is deleted
??????? . windows gags on multiple threads writing to same
object
????? * put a whole file lock on the csv file during entire time
??????? it is being written to by the FMT modem.? Excel is an
??????? ultra greedy application that attempts to lock a file
before
??????? any reads or writes and does so even to a file opened
for
??????? write by another program.? Bah Humbug!
The issue with microphone access of MacOS
14.4.1 is not resolved.
73, David, W1HKJ
|
Re: kcat bug fixes - how to submit
|
|
Re: kcat bug fixes - how to submit
|
Re: Was the "wants to use the microphone" issue ever fixed?
Hi, Cliff.
?
Thanks for the suggestion as I’m still familiarizing myself with Mac OS. I checked and the volume is already set to 10.
?
73,
Gary
?
Gary,
On the Mac go to Audio Midi Setup in Utilities, at least that is where it is on mine and make sure the volume is all the way up on the USB Audio Codec. See Screen Shot.
toggle quoted message
Show quoted text
On May 1, 2024, at 20:01, Gary WA4YMZ via <wa4ymz@...> wrote:
?
Thanks for the suggestions.? As everyone might have realized by now, this is something I could have figured out for myself if I remembered the four letter phrase “RTFM” (Read The Friendly Manual)!? After I
was actually seeing a waterfall I tried everything I could think of to have it match what I see when connected to my Win10 laptop and almost everything looks the same now, the exception being that I get much less deflection on the scale at the bottom center
of the form, up to about -50 on the Mac and at least half again on the Win10 laptop, both using SignaLink USB interfaces.? I’m not going to sweat that, though.
Re the lack of waterfall.? ?Try to get some more audio level into the computer from the rig when in RX.
But not so that the "Diamond shaped" indicator changes from Green to Yellow, and definitely not Red!
Or, just adjust the two "WF" levels on the left immediately below the waterfall.? The left most, represents the upper level, the other the dynamic range, in effect Brightness and Contrast!
?
|
Re: kcat bug fixes - how to submit
Bill,
Send me the updated files as attachment to w1hkj@....
David
On 5/2/24 15:28, Bill, N7DZ wrote:
toggle quoted message
Show quoted text
Hi David
I have fixes for two kcat bugs. Based on 1.2.5.2 from your alpha
directory, the bugs are:
(1) the scanner start frequency can't be changed. The entry field
maxes at 999.999 but the value is in kHz. I changed it to allow 2
more digits.
(2) There are tuning errors sprinkled throughout the bands due to
a bug when a 0x00 byte occurs in the frequency. The copy of the
frequency into the buffer sent to the rig stops at the zero, even
though the zero is a significant value and there may be more
values after. When the zero is in the lowest byte it causes no
problem, since zero is zero. When it's in the second byte it makes
a tuning glitch about 111 Hz wide which may go unnoticed. When the
zero is in the third byte it's a bigger issue, a hole in the
spectrum about 29 kHz wide. But these only happen on multiples of
7.5 MHz so aren't in the ham bands. But tuning WWV at 15.000 MHz
becomes a challenge.
I have fixed both of these in my copy. Let me know if/how you'd
like me to send the changes, or if you want more info first.
Thanks - Bill N7DZ
|
kcat bug fixes - how to submit
Hi David
I have fixes for two kcat bugs. Based on 1.2.5.2 from your alpha directory, the bugs are: (1) the scanner start frequency can't be changed. The entry field maxes at 999.999 but the value is in kHz. I changed it to allow 2 more digits. (2) There are tuning errors sprinkled throughout the bands due to a bug when a 0x00 byte occurs in the frequency. The copy of the frequency into the buffer sent to the rig stops at the zero, even though the zero is a significant value and there may be more values after. When the zero is in the lowest byte it causes no problem, since zero is zero. When it's in the second byte it makes a tuning glitch about 111 Hz wide which may go unnoticed. When the zero is in the third byte it's a bigger issue, a hole in the spectrum about 29 kHz wide. But these only happen on multiples of 7.5 MHz so aren't in the ham bands. But tuning WWV at 15.000 MHz becomes a challenge.
I have fixed both of these in my copy. Let me know if/how you'd like me to send the changes, or if you want more info first.
Thanks - Bill N7DZ
|
Re: Was the "wants to use the microphone" issue ever fixed?
Gary,
On the Mac go to Audio Midi Setup in Utilities, at least that is where it is on mine and make sure the volume is all the way up on the USB Audio Codec. See Screen Shot.
toggle quoted message
Show quoted text
On May 1, 2024, at 20:01, Gary WA4YMZ via < wa4ymz@...> wrote:
Hi, Dave. ? Thanks for the suggestions.? As everyone might have realized by now, this is something I could have figured out for myself if I remembered the four letter phrase “RTFM” (Read The Friendly Manual)!? After I was actually seeing a waterfall I tried everything I could think of to have it match what I see when connected to my Win10 laptop and almost everything looks the same now, the exception being that I get much less deflection on the scale at the bottom center of the form, up to about -50 on the Mac and at least half again on the Win10 laptop, both using SignaLink USB interfaces.? I’m not going to sweat that, though. ? Thanks, again! ? Gary. ? Re the lack of waterfall.? ?Try to get some more audio level into the computer from the rig when in RX. But not so that the "Diamond shaped" indicator changes from Green to Yellow, and definitely not Red! Or, just adjust the two "WF" levels on the left immediately below the waterfall.? The left most, represents the upper level, the other the dynamic range, in effect Brightness and Contrast!
|
Re: fldigi 4.2.05.15 development (test) version posted at
Hi Dave,
On my Win10 system now looking like fldigi properly saving and restoring my configuration. And properly writing the FMT csv file. I use the built in logging. Rig control with both flrig 2.0.05.45 and the K4.xml rigcat file working nice. After a very long fmt run using flrig I sometimes find flrig not talking to my K4 when shifting to a different WWV or CHU frequency but that might be a K4 problem.
I am saving away the fldigi data folder before upgrading but did not need that upgrading to x.15.
Thanks, tom w7sua
toggle quoted message
Show quoted text
On 4/29/2024 1:44 PM, Dave, W1HKJ via groups.io wrote: Index of /alpha/fldigi * Parent Directory <> * fldigi-4.2.05.15.tar.gz <> * fldigi-4.2.05.15_LI.dmg <> * fldigi-4.2.05.15_VN.dmg <> * fldigi-4.2.05.15_setup.exe <> * readme.dmg.txt <> * readme.txt <> Author: dave-w1hkj <w1hkj@...> Date:?? Fri Apr 26 01:26:08 2024 -0500 ??? UDP log record ????? * add write log record to UDP socket concurrent with other ??????? internal and external logbook recording.? UDP record in ??????? ADIF format and contains either all adif fields or those ??????? selected on the UDP export fields dialog.? The record is ??????? terminated by <EOR> Author: dave-w1hkj <w1hkj@...> Date:?? Sat Apr 27 07:44:58 2024 -0500 ??? FMT thread ????? * insure that FMT thread is closed when modem is deleted ??????? . windows gags on multiple threads writing to same object ????? * put a whole file lock on the csv file during entire time ??????? it is being written to by the FMT modem.? Excel is an ??????? ultra greedy application that attempts to lock a file before ??????? any reads or writes and does so even to a file opened for ??????? write by another program.? Bah Humbug! 73, David, W1HKJ
|
There is currently no way to
save or retrieve an export template.? The field selections are
not retained between fldigi executions.
David
On 5/2/24 11:15, Glenn Jensen, WA6BJQ
wrote:
toggle quoted message
Show quoted text
Just a quick confirmation - I tied to my Cloudlog instance, and
yes.... I too lost the parameters set in the
"logbook/adif/export" pick list.
This may be by design?? Or do I need to set these parameters
specifically for 'your' Cloudlog environment; export can be used
for other reasons, but the reset button could fix any
customization (as long as you could save a 'cloudlog template'
?(or templates for other systems).
Great work .... love the FLseries (run it on linux, macOS, and
Win11).
73's,
Glenn
On 5/2/24 07:56, Glenn Jensen, WA6BJQ
via groups.io wrote:
Good morning all -
After looking at Vladimir's pictures, while it most likely is
not the case, is there a tie between not having 'cloudlog'
selected, and saving the fields that UDP will be promoting.
73's - Glenn
On 5/2/24 04:50, Dave, W1HKJ via
groups.io wrote:
Good morning Vladimir,
Today I will work on the items needing correction.
David
On 5/2/24 05:09, Vladimir, RW6AVK
wrote:
1) At this moment (fldigi 4.2.05.15) when
selecting all checkboxes, the following is transmitted via
UDP:
<CALL:4>R2DK<SUBMODE:0><FREQ:9>14,072470<BAND:3>20m<QSO_DATE:8>20240502<TIME_ON:4>0950<QSO_DATE_OFF:8>20240502<TIME_OFF:4>0950<NAME:5>Serge<QTH:10>Ivanteevka<STATE:0><VE_PROV:0><COUNTRY:15>European Russia<RST_SENT:3>599<RST_RCVD:3>599<TX_PWR:2>43<CNTY:0><DXCC:0><CQZ:2>16<IOTA:0><CONT:0><ITUZ:0><GRIDSQUARE:6>KO85WX<QSLRDATE:0><QSLSDATE:0><EQSLRDATE:0><EQSLSDATE:0><LOTWRDATE:0><LOTWSDATE:0><NOTES:0><SRX:0><STX:3>000<SRX_STRING:0><STX_STRING:0><CLASS:0><ARRL_SECT:0><OPERATOR:6>RW6AVK<STATION_CALLSIGN:6>RW6AVK<MY_GRIDSQUARE:6>KN95LA<MY_CITY:9>Krasnodar<CHECK:0><AGE:0><TEN_TEN:0><EOR>
<submode> is not transmitted - a tag indicating the
length of the line 0 is sent, and there is no <mode>
at all.
But when using some modulations, only MODE is transmitted
(HELL or DOMINO)
2) ADIF says that the delimiter in the frequency field can
only be "." = "," is not provided.
|
Just a quick confirmation - I tied to my Cloudlog instance, and
yes.... I too lost the parameters set in the "logbook/adif/export"
pick list.
This may be by design?? Or do I need to set these parameters
specifically for 'your' Cloudlog environment; export can be used
for other reasons, but the reset button could fix any
customization (as long as you could save a 'cloudlog template'
?(or templates for other systems).
Great work .... love the FLseries (run it on linux, macOS, and
Win11).
73's,
Glenn
On 5/2/24 07:56, Glenn Jensen, WA6BJQ
via groups.io wrote:
toggle quoted message
Show quoted text
Good morning all -
After looking at Vladimir's pictures, while it most likely is
not the case, is there a tie between not having 'cloudlog'
selected, and saving the fields that UDP will be promoting.
73's - Glenn
On 5/2/24 04:50, Dave, W1HKJ via
groups.io wrote:
Good morning Vladimir,
Today I will work on the items needing correction.
David
On 5/2/24 05:09, Vladimir, RW6AVK
wrote:
1) At this moment (fldigi 4.2.05.15) when
selecting all checkboxes, the following is transmitted via
UDP:
<CALL:4>R2DK<SUBMODE:0><FREQ:9>14,072470<BAND:3>20m<QSO_DATE:8>20240502<TIME_ON:4>0950<QSO_DATE_OFF:8>20240502<TIME_OFF:4>0950<NAME:5>Serge<QTH:10>Ivanteevka<STATE:0><VE_PROV:0><COUNTRY:15>European Russia<RST_SENT:3>599<RST_RCVD:3>599<TX_PWR:2>43<CNTY:0><DXCC:0><CQZ:2>16<IOTA:0><CONT:0><ITUZ:0><GRIDSQUARE:6>KO85WX<QSLRDATE:0><QSLSDATE:0><EQSLRDATE:0><EQSLSDATE:0><LOTWRDATE:0><LOTWSDATE:0><NOTES:0><SRX:0><STX:3>000<SRX_STRING:0><STX_STRING:0><CLASS:0><ARRL_SECT:0><OPERATOR:6>RW6AVK<STATION_CALLSIGN:6>RW6AVK<MY_GRIDSQUARE:6>KN95LA<MY_CITY:9>Krasnodar<CHECK:0><AGE:0><TEN_TEN:0><EOR>
<submode> is not transmitted - a tag indicating the
length of the line 0 is sent, and there is no <mode> at
all.
But when using some modulations, only MODE is transmitted
(HELL or DOMINO)
2) ADIF says that the delimiter in the frequency field can
only be "." = "," is not provided.
|
The two are independent
On 5/2/24 09:56, Glenn Jensen, WA6BJQ
wrote:
toggle quoted message
Show quoted text
Good morning all -
After looking at Vladimir's pictures, while it most likely is
not the case, is there a tie between not having 'cloudlog'
selected, and saving the fields that UDP will be promoting.
73's - Glenn
On 5/2/24 04:50, Dave, W1HKJ via
groups.io wrote:
Good morning Vladimir,
Today I will work on the items needing correction.
David
On 5/2/24 05:09, Vladimir, RW6AVK
wrote:
1) At this moment (fldigi 4.2.05.15) when
selecting all checkboxes, the following is transmitted via
UDP:
<CALL:4>R2DK<SUBMODE:0><FREQ:9>14,072470<BAND:3>20m<QSO_DATE:8>20240502<TIME_ON:4>0950<QSO_DATE_OFF:8>20240502<TIME_OFF:4>0950<NAME:5>Serge<QTH:10>Ivanteevka<STATE:0><VE_PROV:0><COUNTRY:15>European Russia<RST_SENT:3>599<RST_RCVD:3>599<TX_PWR:2>43<CNTY:0><DXCC:0><CQZ:2>16<IOTA:0><CONT:0><ITUZ:0><GRIDSQUARE:6>KO85WX<QSLRDATE:0><QSLSDATE:0><EQSLRDATE:0><EQSLSDATE:0><LOTWRDATE:0><LOTWSDATE:0><NOTES:0><SRX:0><STX:3>000<SRX_STRING:0><STX_STRING:0><CLASS:0><ARRL_SECT:0><OPERATOR:6>RW6AVK<STATION_CALLSIGN:6>RW6AVK<MY_GRIDSQUARE:6>KN95LA<MY_CITY:9>Krasnodar<CHECK:0><AGE:0><TEN_TEN:0><EOR>
<submode> is not transmitted - a tag indicating the
length of the line 0 is sent, and there is no <mode> at
all.
But when using some modulations, only MODE is transmitted
(HELL or DOMINO)
2) ADIF says that the delimiter in the frequency field can
only be "." = "," is not provided.
|
Re: Can't find LPM setting in WEFAX
Looks fine to me.
Marty kd8bj
toggle quoted message
Show quoted text
On 5/2/24 08:13, Asbesto, IW9HGS via groups.io wrote: Is my message readable? I'm not sure anyone can read this
|
Good morning all -
After looking at Vladimir's pictures, while it most likely is not
the case, is there a tie between not having 'cloudlog' selected,
and saving the fields that UDP will be promoting.
73's - Glenn
On 5/2/24 04:50, Dave, W1HKJ via
groups.io wrote:
toggle quoted message
Show quoted text
Good morning Vladimir,
Today I will work on the items needing correction.
David
On 5/2/24 05:09, Vladimir, RW6AVK
wrote:
1) At this moment (fldigi 4.2.05.15) when selecting
all checkboxes, the following is transmitted via UDP:
<CALL:4>R2DK<SUBMODE:0><FREQ:9>14,072470<BAND:3>20m<QSO_DATE:8>20240502<TIME_ON:4>0950<QSO_DATE_OFF:8>20240502<TIME_OFF:4>0950<NAME:5>Serge<QTH:10>Ivanteevka<STATE:0><VE_PROV:0><COUNTRY:15>European Russia<RST_SENT:3>599<RST_RCVD:3>599<TX_PWR:2>43<CNTY:0><DXCC:0><CQZ:2>16<IOTA:0><CONT:0><ITUZ:0><GRIDSQUARE:6>KO85WX<QSLRDATE:0><QSLSDATE:0><EQSLRDATE:0><EQSLSDATE:0><LOTWRDATE:0><LOTWSDATE:0><NOTES:0><SRX:0><STX:3>000<SRX_STRING:0><STX_STRING:0><CLASS:0><ARRL_SECT:0><OPERATOR:6>RW6AVK<STATION_CALLSIGN:6>RW6AVK<MY_GRIDSQUARE:6>KN95LA<MY_CITY:9>Krasnodar<CHECK:0><AGE:0><TEN_TEN:0><EOR>
<submode> is not transmitted - a tag indicating the length
of the line 0 is sent, and there is no <mode> at all.
But when using some modulations, only MODE is transmitted (HELL
or DOMINO)
2) ADIF says that the delimiter in the frequency field can only
be "." = "," is not provided.
|
Re: Can't find LPM setting in WEFAX
Is my message readable? I'm not sure anyone can read this
|
Good morning Vladimir,
Today I will work on the items needing correction.
David
On 5/2/24 05:09, Vladimir, RW6AVK
wrote:
toggle quoted message
Show quoted text
1) At this moment (fldigi 4.2.05.15) when selecting
all checkboxes, the following is transmitted via UDP:
<CALL:4>R2DK<SUBMODE:0><FREQ:9>14,072470<BAND:3>20m<QSO_DATE:8>20240502<TIME_ON:4>0950<QSO_DATE_OFF:8>20240502<TIME_OFF:4>0950<NAME:5>Serge<QTH:10>Ivanteevka<STATE:0><VE_PROV:0><COUNTRY:15>European Russia<RST_SENT:3>599<RST_RCVD:3>599<TX_PWR:2>43<CNTY:0><DXCC:0><CQZ:2>16<IOTA:0><CONT:0><ITUZ:0><GRIDSQUARE:6>KO85WX<QSLRDATE:0><QSLSDATE:0><EQSLRDATE:0><EQSLSDATE:0><LOTWRDATE:0><LOTWSDATE:0><NOTES:0><SRX:0><STX:3>000<SRX_STRING:0><STX_STRING:0><CLASS:0><ARRL_SECT:0><OPERATOR:6>RW6AVK<STATION_CALLSIGN:6>RW6AVK<MY_GRIDSQUARE:6>KN95LA<MY_CITY:9>Krasnodar<CHECK:0><AGE:0><TEN_TEN:0><EOR>
<submode> is not transmitted - a tag indicating the length
of the line 0 is sent, and there is no <mode> at all.
But when using some modulations, only MODE is transmitted (HELL or
DOMINO)
2) ADIF says that the delimiter in the frequency field can only be
"." = "," is not provided.
|