Open
Description
Hi, I've noted that wind speed never goes above 36km/h (10m/s) yet when I look on the OS consol during high winds it does.
The speeds match up exactly to the consol otherwise, except during very high winds. What could be causing this issue?
Almost as if it should be something like this to also get the tens, as I can see it gets the ones, and decimal tenths:
double gust = ((nyb(14) * 100) + (nyb(13) * 10) + nyb(12)) * 3.6 / 10;
and
avWindspeed = ((nyb(17) * 100) + (nyb(16) * 10) + nyb(15)) * 3.6 / 10;
Not had a chance to upload this to try, but has anyone else noticed this issue?
Many thanks,
James.
P.s great work on this, I can't tell you how useful it has been, as getting data out of the console via USB is hit and miss!!!
Metadata
Metadata
Assignees
Labels
No labels
Activity