View Single Post
  #32   Report Post  
Old February 11th 16, 03:07 PM posted to uk.sci.weather
Freddie Freddie is offline
external usenet poster
 
First recorded activity by Weather-Banter: Dec 2009
Posts: 5,538
Default West Cornwall Gusts 80mph. Sig Wave height 30'

xmetman Wrote in message:
On Thursday, 11 February 2016 10:31:53 UTC, Freddie wrote:
xmetman Wrote in message:
On Wednesday, 10 February 2016 15:04:08 UTC, JohnD wrote:
"xmetman" wrote in message
...

I suppose the Vantage Pro just collects 1 minute mean speeds and graphs
those values in its own LCD display, and it's down to the display software
on the PC to take the average of 10 of those one-minute values to produce a
10 minute mean. A one minute mean of 67 mph would be significantly higher
than a 10 minute mean (~x1.2 or more higher).
====================

Is it a VP you have (aka VP1 nowadays) or a VP2? If so, it might explain the
apparent default to small cups - that's not the been the default for a long
time. (Not that it makes a huge difference, it's just a different
second-order LUT that's applied for correcting speed vs direction AIUI to
account for effects of the anemometer arm geometry.

But why would you suppose that it collects 1-min means rather than averaging
out the full set of 2.5 sec gust values that are the values actually
measured?

Hi John

I know in the electronics it must collect data and average it out somehow, but as a programmer as far as I can see, the minimum resolution of the raw data it stores is 1 minute and not 2.5 seconds. All the data logger is collecting for wind speed I imagine is the number of revolutions that the anemometer cups make in 2.5 secs, and it would be a good idea if these values were accessible (even if was just for the last 10 minutes) before they were thrown away.

snip

that's why I would like to see that kind of raw 2.5 second data

It is available, Bruce. Davis publish details of their serial
protocol, and there is software available (Cumulus for example)
that uses it. Now there's a programming challenge for
you!

--
Freddie
Pontesbury
Shropshire
102m AMSL
http://www.hosiene.co.uk/weather/
http://twitter.com/PontesburyWx for hourly reports


----Android NewsGroup Reader----
http://usenet.sinaapp.com/


Hi Freddie

I've already written it!

As far as I know, even using the Davis API you can only access minute data, and most of the time this is fine, but as I said in my reply, sometimes it would be good to get at the 2.5 second data that the 1 minute wind speeds are derived from.

Well I've written software that talks to the VP directly via the
serial port, and it downloads something known as "loop" packets.
These contain the real-time data.
I know that Davis supply a DLL for accessing the VP. I think that
downloads the loop packets too.

--
Freddie
Pontesbury
Shropshire
102m AMSL
http://www.hosiene.co.uk/weather/
http://twitter.com/PontesburyWx for hourly reports


----Android NewsGroup Reader----
http://usenet.sinaapp.com/