Posts: 52
Threads: 13
Joined: May 2019
Reputation:
0
When in wind modes display as +-180 degrees.
It's much more intuitive as 0 and 180 are special.
One can easily make math errors when busy or tired.
I would just change display not what goes on internally
just make two functions to convert..
No need to change what is going over network.
The only down side I can see is it will take one more space to display the sign.
May not be that much of a deal as fractions of degrees for wind are meaning less.
Posts: 1,876
Threads: 17
Joined: Jun 2016
Reputation:
49
I think you are right, and the wind angle should be displayed this way. I will add this to my list... The sign is only a problem on the lcd display which only has space for 3 digits of that font size. So the sign is a problem from -100 to -180 degrees.
Maybe instead of + and -, and small P and S can be displayed somewhere near the 1?
Posts: 5
Threads: 2
Joined: May 2020
Reputation:
0
I just thought of the same, so showing true/apparent wind angle to boat. I would also love this feature.
The B&G way to show the direction is not a + or -, but to show an indicator of which side the wind is coming in. Especially when beating around 180, it’s important to be able to read it fast. Proposed solution: “-175” or “175-“, even if the font size has to go down.
Posts: 1,876
Threads: 17
Joined: Jun 2016
Reputation:
49
I believe the - is counterintuitive...
What about |175 and 175| ?
The vertical line can probably fit without decreasing font much.
Any suggestions for the opencpn plugin and web interface where screen space is less of an issue?
Posts: 1,876
Threads: 17
Joined: Jun 2016
Reputation:
49
could display something like that on a monochrome display, but the numbers will be smaller, maybe hard to read especially with a small screen. The wind is filtered quite a bit and refresh rate limited to 2-3 times a second so you can read the wind angle.
I have implemented now in git, it underlines on one side or the other, so:
71
vs
71
to distinguish which tack.
Could also use a color display but then it won't be daylight visible.