02-07-2017, 03:07
(01-07-2017, 12:21)JT118 Wrote: My Questions are:
Will the A100L2, which I have, work?
I think it will work. You will let me know!
Supposing you are using the latest TX software, search for this:
Code:
// --- Vector A100LK ---
#if (WSpeedSensor_Type == 70) // Vector Intruments, model A100LK : Speed Pulse/sec 0.514444 m/s
#define ClickPerRev 10
#define FORM_FACTOR 0.5144
#endifimmediately after the #endif add this:
Code:
#if (WSpeedSensor_Type == 71) // Vector Intruments, model A100L2 : Speed Pulse/sec 0.514444 m/s
#define ClickPerRev 13
#define FORM_FACTOR 0.5144
#endifNow, on the user configurable settings, choose 71 as Anemometer type
Code:
#define WSpeedSensor_Type 71Waiting to hear from you. If it works, this anemometer model will be added to the list of supported weather instruments.
Regards

