User Options - Wind Speed and Wind Gust resolution
This setting is a bit of a trade-off and is due to the Davis protocol measuring wind speed resolution to 1 mile per hour. If you don't expect high wind speeds in your area in excess of 91.8km/h and want a greater resolution in your readings then set VP2_WindRes to "1", otherwise set VP2_WindRes variable to "2".
Note that a wind speed of 91.8km/h is "very" high and would be equivalent to a storm rating that is stronger than a gale but less than a hurricane. This would also be equivalent to a "10" on the Beaufort scale and such wind speeds on land in Australia are pretty rare.
// --------------------------------------------------------------------------------------
// Define Wind Speed and Wind Gust resolution
// --------------------------------------------------------------------------------------
// This setting only have effect when the software is used in Davis VP emulation mode
#define VP2_WindRes 1 // If set to 2, set Cumulus Wind Speed and Wind Gust multipliers to 0.448. Wind Resolution 0.72 Km/h
// If set to 1, set Cumulus Wind Speed and Wind Gust multipliers to 0.224. Wind Resolution 0.36 Km/h
// WARNING !!! Setting this variable to 1 allows a better wind speed and gust resolution,
// but also limits both of them, to a maximum reading of just 91.8 Km/h
// If set to 0, system uses Standard Davis 1 mph wind resolution.
This setting is a bit of a trade-off and is due to the Davis protocol measuring wind speed resolution to 1 mile per hour. If you don't expect high wind speeds in your area in excess of 91.8km/h and want a greater resolution in your readings then set VP2_WindRes to "1", otherwise set VP2_WindRes variable to "2".
Note that a wind speed of 91.8km/h is "very" high and would be equivalent to a storm rating that is stronger than a gale but less than a hurricane. This would also be equivalent to a "10" on the Beaufort scale and such wind speeds on land in Australia are pretty rare.
// --------------------------------------------------------------------------------------
// Define Wind Speed and Wind Gust resolution
// --------------------------------------------------------------------------------------
// This setting only have effect when the software is used in Davis VP emulation mode
#define VP2_WindRes 1 // If set to 2, set Cumulus Wind Speed and Wind Gust multipliers to 0.448. Wind Resolution 0.72 Km/h
// If set to 1, set Cumulus Wind Speed and Wind Gust multipliers to 0.224. Wind Resolution 0.36 Km/h
// WARNING !!! Setting this variable to 1 allows a better wind speed and gust resolution,
// but also limits both of them, to a maximum reading of just 91.8 Km/h
// If set to 0, system uses Standard Davis 1 mph wind resolution.

