Skip to content

WGR800 error - wind speeds >10m/s #9

Open
@jrhilton

Description

@jrhilton

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!!!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions