Thetis v2.8.11 - UPDATES and current issues

Locked
User avatar
W2PA
Posts: 177
Joined: Sun Apr 09, 2017 6:34 pm
Location: LaGrangeville, NY
Contact:

Re: Thetis v2.8.11 - current issues

Post by W2PA »

Quick comment on the new multi-notch (MNF) mouse functions in 21e: fabulous! Thanks!
73,
Chris, W2PA
User avatar
W2PA
Posts: 177
Joined: Sun Apr 09, 2017 6:34 pm
Location: LaGrangeville, NY
Contact:

Re: Thetis v2.8.11 - current issues

Post by W2PA »

Comment/question on highlighting Tx profile items...

I really like this function - it makes all the relevant settings immediately obvious. But here's something to consider:

This is so useful I'd like to leave it enabled all the time. But it also highlights controls in the main console in a way that partly obscures them to a degree. I'm wondering if there might be a less obtrusive way to indicate this in the main console.

Not high priority, obviously.
73,
Chris, W2PA
User avatar
dl5tt
Posts: 30
Joined: Sat Apr 17, 2021 1:58 pm
Location: Germany

Re: Thetis v2.8.11 - current issues

Post by dl5tt »

Dear Richie,

thanks a lot for your fantastic work.
Unfortunately I can't use your versions (I can only test your improvements), because I need diversity functions (nearly on all bands to supress solar panel inverters).
Could you please remove the limiting for the "gain factor" (at present the maximum is 1.000) or reactivate the old maximum of 5.000. Its sufficient, if I can type in this value.
By the way: Is it possible, that the factor is also active, in all three modes, not only in RX1+RX2.

Thanks again
73 Josef
Actual system: ANAN-7000DLE MKII Protocol 2, external PC Ryzen 5600G, direct ethernet connection.
K1LSB
Posts: 708
Joined: Wed Feb 05, 2020 5:25 pm

Re: Thetis v2.8.11 - current issues

Post by K1LSB »

Richie,

(7KDLE, v21e 64bit, Protocol 2, Win10)

Not sure if you ever addressed this, one tiny persistent bug I'm still seeing is the MIC button won't stay disabled (my "Default" profile has been customized and re-saved).

Thanks for all you do for us!

Mark
Capture.PNG
Capture.PNG (61.1 KiB) Viewed 24313 times
User avatar
ramdor
Posts: 1583
Joined: Wed Jul 03, 2019 3:07 pm
Contact:

Re: Thetis v2.8.11 - current issues

Post by ramdor »

Ernst - I can clear the txt if an image is provided otherwise those without images will have a problem. Also the Region1. I didn't actually test it, just slapped all the numbers in assuming the code would actually use the same method to work out the limits, but NO. It has another version of band edges to do that ! Now it doesn't :lol: Should be ok next release.

Chris - thanks for finding that, forgot to call function to redo the numbers when you click an entry. Added to a couple of other places that were missed as well. Regarding the highlight, I will have a look at doing it another method this evening. It was more of a turn it on, check what is happening, turn it off type thing, but it could be improved I am sure.

K1LSB - it is caused I think by having different values stored into a TX profile. The slider value get stored, and when re-applied via the txprofile, causes a change, which turns the button on. Turn the mic off, then drag the slider, it turns on. Not sure if we actually want it to do that, it has to be coded around otherwise. I'll look at it again.

Josef - I will resolve this when I get back onto the Div form again. It was put on the backburner after the initial fixes to the re-size.

R.
K1LSB
Posts: 708
Joined: Wed Feb 05, 2020 5:25 pm

Re: Thetis v2.8.11 - current issues

Post by K1LSB »

ramdor wrote:K1LSB - it is caused I think by having different values stored into a TX profile. The slider value get stored, and when re-applied via the txprofile, causes a change, which turns the button on. Turn the mic off, then drag the slider, it turns on. Not sure if we actually want it to do that, it has to be coded around otherwise. I'll look at it again.

R.
Richie,

I never touch the Mic slider, it's always at zero. That value is saved with every TX profile so reloading any of my profiles doesn't change the value of the slider.

Mark
cLicari
Posts: 111
Joined: Mon Apr 10, 2017 9:33 pm
Location: North Texas

Re: Thetis v2.8.11 - current issues

Post by cLicari »

Richie....

21e running great here.
Awesome work you're doing!
Thx
Carl
NX5T
Carl Licari
NX5T
Anan 8000DLE, FW v2.0 2b, Thetis 2.8.11, 21k9
Windows 10, dedicated network subnet, Intel i7 8700K, 32GB, NVIDIA GeForce GTX 1060, Samsung 40" 4K display
User avatar
ramdor
Posts: 1583
Joined: Wed Jul 03, 2019 3:07 pm
Contact:

Re: Thetis v2.8.11 - current issues

Post by ramdor »

K1LSB wrote: Richie,

I never touch the Mic slider, it's always at zero. That value is saved with every TX profile so reloading any of my profiles doesn't change the value of the slider.

Mark
but assigning it a 0 is different to the value that is there by default which seems to be 6, so a change will occur, which will turn the button on. I will look at it.

Just as a test, set it 6, turn the mic off, save the TX profile, restart and see if it comes back on.

Richie.
User avatar
rbduck
Posts: 350
Joined: Tue Dec 03, 2019 1:49 pm

Re: Thetis v2.8.11 - current issues

Post by rbduck »

Richie,

Are the PA Gain settings not saved as part of a TX Profile? If not, what is retaining this information?
It looks like to me most of what is saved are items in the audio chain.

I really like the updates. They are working well and I am not seeing any issues.

Thanks and
Cheers,
Ruben
Attachments
Settings.png
Settings.png (24.56 KiB) Viewed 24257 times
73
Ruben
NB4R
Apache-Labs Anan 7000DLE MKII -- Windows 11
User avatar
w-u-2-o
Posts: 5945
Joined: Fri Mar 10, 2017 1:47 pm

Re: Thetis v2.8.11 - current issues

Post by w-u-2-o »

Ruben,

PA gain settings are not part of the transmit profile.

Why would you want them to be?

73,

Scott
User avatar
ramdor
Posts: 1583
Joined: Wed Jul 03, 2019 3:07 pm
Contact:

Re: Thetis v2.8.11 - current issues

Post by ramdor »

That mic turning on problem....

Code: Select all

if (PowerOn && !chkMicMute.Checked) chkMicMute.Checked = true;
the function that contains that is called from 16 places

line in
line in boost
mic boost
MIC gain
CATMic
MicGainMin
MicGainMax
all the keyboard controls to change mic gain
The actual MIC button on the front end gui
when leaving FM
when swapping to AM but only if TXing on B .. for some reason
when swapping to SAM but only if TXing on B .. for some reason

The frustrating thing is that no comments are put in here, why is FM ignored for example? Every other mode it is ok to turn on the MIC if the system is powered and the MIC is off, but not FM? Why?
odd.jpg
odd.jpg (36.54 KiB) Viewed 24239 times
The upshot of this is that it could be any number of those settings that are changing and are causing the MIC to turn back on. Easiest solution would be to drop that code tbh and let user turn it on/off.

R.
User avatar
rbduck
Posts: 350
Joined: Tue Dec 03, 2019 1:49 pm

Re: Thetis v2.8.11 - current issues

Post by rbduck »

w-u-2-o wrote:Ruben,

PA gain settings are not part of the transmit profile.

Why would you want them to be?

73,

Scott
No, I didn't know if those settings belonged in the profile or not. I was just curious. I ask many questions out of mere curiosity and not intended to be a statement of preference. This is why in an earlier message I stated than when I could see the highlighted sections I would learn a few things.

After seeing it all that is highlighted It looks like most all of it is audio chain settings that are saved. There are a places where
power settings are saved. I understand those ( the ones indicated in the profile) are specific power settings and not what I would refer to as power configuration settings that are in the PA Settings tab.


Thanks to you and Richie and all those that have been here a lot longer than I for answering my questions. Sometimes you ask me questions forcing me to think.

Cheers,
Ruben
73
Ruben
NB4R
Apache-Labs Anan 7000DLE MKII -- Windows 11
User avatar
oe3ide
Posts: 423
Joined: Tue May 05, 2020 8:36 am
Location: JN78XK
Contact:

Re: Thetis v2.8.11 - current issues

Post by oe3ide »

Ernst - I can clear the txt if an image is provided otherwise those without images will have a problem
I made the buttons for the 4 default skins (i think IK3VIG Special is the default one).

73 Ernst
Attachments
W1AEXHighVisual.zip
(7.83 KiB) Downloaded 1300 times
W1AEXDarkMetal.zip
(6.77 KiB) Downloaded 1281 times
OpenHPSDR-Gray.zip
(5.88 KiB) Downloaded 1386 times
IK3VIGSpecial.zip
(8.7 KiB) Downloaded 1348 times
Taiga
Posts: 24
Joined: Fri May 22, 2020 5:11 am

Re: Thetis v2.8.11 - current issues

Post by Taiga »

Hi Ritchie,
Small issue:

RX2 AGC gain slider on Panadapter display jumping to different position when initially adjusted:

After starting Thetis with Rx2 enabled, when the Rx2 AGC gain slider is adjusted on the panadapter it doesn't follow the mouse movement, but jumps to a different position approx 10db away from where it should be. Sometimes it disappears outside the panadapter window e.g. to -105 db.

Just in case it may be important re: the above issue: I use RX1 for FT8, and Rx2 to monitor Morse code on the same band. My ADCs are all assigned to ADC0 except for DDC1 (which is assigned to ADC1) in order to accomplish this. Kudos to Scott, who helped me set this up.

Again, thanks so much for all the wonderful improvements in Thetis!

All the best,
Taiga
User avatar
ramdor
Posts: 1583
Joined: Wed Jul 03, 2019 3:07 pm
Contact:

Re: Thetis v2.8.11 - current issues

Post by ramdor »

Taiga wrote:Hi Ritchie,
Small issue:

RX2 AGC gain slider on Panadapter display jumping to different position when initially adjusted:

After starting Thetis with Rx2 enabled, when the Rx2 AGC gain slider is adjusted on the panadapter it doesn't follow the mouse movement, but jumps to a different position approx 10db away from where it should be. Sometimes it disappears outside the panadapter window e.g. to -105 db.

Just in case it may be important re: the above issue: I use RX1 for FT8, and Rx2 to monitor Morse code on the same band. My ADCs are all assigned to ADC0 except for DDC1 (which is assigned to ADC1) in order to accomplish this. Kudos to Scott, who helped me set this up.

Again, thanks so much for all the wonderful improvements in Thetis!

All the best,
Taiga
not seeing this here, tried both panadapter/panafall. Can you make a video, cover radio model, protocol, agc mode + gain settings for rx1/rx2 and DDC/adc config page, and send me DB to my email which is over on QRZ.

Cheers,

R.
K1LSB
Posts: 708
Joined: Wed Feb 05, 2020 5:25 pm

Re: Thetis v2.8.11 - current issues

Post by K1LSB »

ramdor wrote:That mic turning on problem....

the function that contains that is called from 16 places
...
The upshot of this is that it could be any number of those settings that are changing and are causing the MIC to turn back on. Easiest solution would be to drop that code tbh and let user turn it on/off.

R.
I agree, the best solution would be to let the user turn it on/off. IMO it should also be saved with TX profile, given that for some profiles (digital for example) the mic isn't used.

Thanks again,
Mark
G3ZQH
Posts: 111
Joined: Mon Apr 10, 2017 5:21 pm

Re: Thetis v2.8.11 - current issues

Post by G3ZQH »

Hi Richie
Thanks for enabling the Manual Notch Filter (MNF) support for transverters. It works perfectly.
73 Dave G3ZQH
User avatar
KA5KKT
Posts: 157
Joined: Thu Aug 06, 2020 6:51 pm

Re: Thetis v2.8.11 - current issues

Post by KA5KKT »

What button file name do I need to apply to an appropropriate button in my custom skin for the 2TON function?
Attachments
2TON.jpg
2TON.jpg (11.74 KiB) Viewed 24154 times
User avatar
oe3ide
Posts: 423
Joined: Tue May 05, 2020 8:36 am
Location: JN78XK
Contact:

Re: Thetis v2.8.11 - current issues

Post by oe3ide »

chk2TONE-0.png and chk2TONE-1.png


73 Ernst
User avatar
KA5KKT
Posts: 157
Joined: Thu Aug 06, 2020 6:51 pm

Re: Thetis v2.8.11 - current issues

Post by KA5KKT »

Thank you kindly, Ernst.

73,
Dick - KA5KKT
User avatar
W1AEX
Posts: 436
Joined: Sun Apr 09, 2017 6:17 pm
Location: Connecticut, USA
Contact:

Re: Thetis v2.8.11 - current issues

Post by W1AEX »

Richie,

Just a quick note to thank you for all your work and to say that 21e is running smoothly on this end for all the features I use. I really like the easy convenience of the new bandstack interface along with the TX profile highlighting for saved items and the labeling of the ADC assignments.

Great job!

73, Rob W1AEX
"One thing I am certain of is that there is too much certainty in the world."
K1LSB
Posts: 708
Joined: Wed Feb 05, 2020 5:25 pm

Re: Thetis v2.8.11 - current issues

Post by K1LSB »

Being the idiot that I am, I have to ask -- where can I enable the TX profile saved item highlights?

TIA,
Mark
User avatar
W1AEX
Posts: 436
Joined: Sun Apr 09, 2017 6:17 pm
Location: Connecticut, USA
Contact:

Re: Thetis v2.8.11 - current issues

Post by W1AEX »

Hi Mark,

On the "Transmit" tab where you save your profiles, down in the lower left corner.

Rob
"One thing I am certain of is that there is too much certainty in the world."
K1LSB
Posts: 708
Joined: Wed Feb 05, 2020 5:25 pm

Re: Thetis v2.8.11 - current issues

Post by K1LSB »

Ah, thanks Rob.

Mark
User avatar
ramdor
Posts: 1583
Joined: Wed Jul 03, 2019 3:07 pm
Contact:

Re: Thetis v2.8.11 - current issues

Post by ramdor »

Cheers for the feedback. I am using the bandstack stuff quite a bit compared to the old version. I'm glad it has settled down though, 21d turned into a bit of a nightmare :shock: I need to revisit that atten stuff and try to get it all sorted because it is quite an issue tbh.

21f which will probably land for the weekend has a couple of fixes, and a gain multiplier added to diversity which works quite nicely I think. I am looking at a couple of bugs in the short term, and then I am going to work on the bandstack filter manager stuff hopefully have that fleshed out for 21f.

However, feeling a bit zonked out atm after having 2nd pfizer today, so probably not much meaningful progress for a day or so.

R.
User avatar
ramdor
Posts: 1583
Joined: Wed Jul 03, 2019 3:07 pm
Contact:

Re: Thetis v2.8.11 - current issues

Post by ramdor »

Fix the RTTY offset.

Setup -> CAT Control -> CAT

Under RTTY Offset

Enable Offset VFO A
Enable Offset VFO B

This will enable correct frequency when spotting RTTY or going to a RTTY a station that has been spotted.

Thanks
Tom AA4VV
pulled from the wants/wishes thread. What is meant to happen here Tom?

As a test, I slapped in 3.650.000 into HRD over cat, with a VFOA RTTY cat offset in DIGIL of 0. The vfo freq in Thetis was 3.650.000. I then changed it to an offset of 1500 DIGL. The vfo in Thetis was now 3.651.500 when sent 3.650.000 from HRD.

If I am in Thetis, and dial up 3.650.000, with a 1500 DIGL offest, HRD tells me 3.648.500.

R.
Tom AA4VV
Posts: 38
Joined: Sun Apr 09, 2017 9:37 pm

Re: Thetis v2.8.11 - current issues

Post by Tom AA4VV »

pulled from the wants/wishes thread. What is meant to happen here Tom?

As a test, I slapped in 3.650.000 into HRD over cat, with a VFOA RTTY cat offset in DIGIL of 0. The vfo freq in Thetis was 3.650.000. I then changed it to an offset of 1500 DIGL. The vfo in Thetis was now 3.651.500 when sent 3.650.000 from HRD.

If I am in Thetis, and dial up 3.650.000, with a 1500 DIGL offest, HRD tells me 3.648.500.

R.
Sorry, you are correct.. I was thinking Thetis should change it's VFO setting but what you have described is obviously
correct.

Thanks for looking at it.

I am a retired C++ programmer and I know how much effort you are making . Thanks.

73 Tom AA4VV
PD3LK
Posts: 202
Joined: Mon Nov 11, 2019 8:45 pm
Location: Apeldoorn, NLD

Re: Thetis v2.8.11 - current issues

Post by PD3LK »

K1LSB wrote:Richie,

(7KDLE, v21e 64bit, Protocol 2, Win10)

Not sure if you ever addressed this, one tiny persistent bug I'm still seeing is the MIC button won't stay disabled (my "Default" profile has been customized and re-saved).

Thanks for all you do for us!

Mark

Capture.PNG
Hi Mark (& Richie), it took some time before i could reproduce this but in my case the mike changed to ON after switching from LSB or USB to AM or SAM.
The solution is rather simple... set TX-FL button to ON(!), change the mike setting to OFF and save your TX profile again.
Not sure if it's a bug but with TX-FL off your mike setting doesn't get loaded properly. r/Leon
73 PD3LK Leon
User avatar
oe3ide
Posts: 423
Joined: Tue May 05, 2020 8:36 am
Location: JN78XK
Contact:

Re: Thetis v2.8.11 - current issues

Post by oe3ide »

Ok, 2 small cosmetics for today :P
vfob_infocolor.jpg
vfob_infocolor.jpg (556.56 KiB) Viewed 24458 times
vfob_bw_background.jpg
vfob_bw_background.jpg (130.64 KiB) Viewed 24458 times
73 Ernst
User avatar
DL2XY
Posts: 116
Joined: Sun Jul 30, 2017 9:47 am

Re: Thetis v2.8.11 - current issues

Post by DL2XY »

Bug report

[Thetis2.8.11 21e, Anan100 P2, WIN7 x64]
  • Tune tone display is shifted by CW-Pitch in Panadapter, Panafall and Waterfall.
  • TX spectrum display wrong widht if BW<>192k and DUP selected.
  • Scope display is broken. Scope2 display first trace is broken, second trace ok.
  • Collapsed Display: Band Control Buttons disapear if tuned outside hambands.
  • Wrong path evaluation if using -datapath: option (PM follows)
73 Walter
Attachments
tx-spectrum.png
tx-spectrum.png (175.03 KiB) Viewed 24342 times
Tune Display.png
Tune Display.png (165.48 KiB) Viewed 24342 times
Scope.png
Scope.png (177.31 KiB) Viewed 24342 times
Locked

Return to “Thetis”