tonyc / open890

A web-based remote UI for the Kenwood TS-890.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frequency gridlines missing in FIXED scope mode

Tyrbiter opened this issue · comments

commented

It would be useful to have some frequency and amplitude divisions on the bandscope area of the display as shown on the TS890.

I'd guess this is fairly simple to implement, but it's not really a missing feature, just nice to have.

Hm, I'm not quite sure what you mean - does the grid not show up for you?

image

commented

Clearly not, I had not really noticed before but currently with the whole of 20m across the bandscope I have no grid lines.

Firefox 107 on Fedora 37.

Strange. Running 1.0.1 with the 12m band fix, built this morning.

Interesting - I wonder if this is a local thing just to you, related to CSS -- IIRC we were dealing with some strangeness with NodeJS on your system at one point. I wonder if you've got a cached CSS file somewhere perhaps, from an old build.

At the risk of making things not work for you, the main thing I would suggest is a make clean followed by make up. You could also try a fresh checkout somewhere, to maybe rule out the caching thing.

commented

OK, I have created a new checkout of the code and run make up.

I recreated the connection to the radio from scratch.

I don't see any grid in the bandscope. I tried several different bands, all the same.

Further information - I usually use the fixed bandscope setting, and like to look at the whole band. If I switch to Auto scroll or Center mode then I have a visible bandscope grid, the problem is only when using Fixed mode. And I also notice that once I have the amplitude grid lines they also appear in Fixed mode, it's just the frequency grid lines that are never seen in this mode. I tried stopping the server and restarting it, now I can start in Fixed mode with amplitude lines but no frequency lines appear.

Sorry that I seem to have my special break everything system in use ;-)

Ahh ok, I think you found a missing feature! I think I never implemented the frequency grid for fixed mode. I will change the title of this issue to reflect that.

commented

Glad that is sorted out, not quite sure how all the grid lines disappeared initially but I suppose that was probably a local effect.

In fixed mode, vertical grids appear at the following intervals for the spans specified:

span (kHz) interval (kHz)
5 - 9 0.5
10 - 19 1
20 - 29 2
30 - 49 3
50 - 99 5
100 - 199 10
200 - 499 20
500 50

@Tyrbiter This is available on develop now. Please check it out and let me know if you find anything weird related to this

commented

OK, it seems this is also on main, so I have it running and will report if anything weird happens.

Thanks for the update :)

A comment, there are small frequency markers and tick marks below the waterfall part of the display in all bandscope modes, is this something you would want to replicate?