Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

New Station Using Vector Instruments
#3

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

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 #endif

immediately 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 #endif

Now, on the user configurable settings, choose 71 as Anemometer type

Code:
#define WSpeedSensor_Type 71

Waiting to hear from you. If it works, this anemometer model will be added to the list of supported weather instruments.

Regards

Reply


Messages In This Thread
New Station Using Vector Instruments - by JT118 - 01-07-2017, 12:11
RE: New Station Using Vector Instruments - by JT118 - 01-07-2017, 12:21
RE: New Station Using Vector Instruments - by werk_ag - 02-07-2017, 03:07
RE: New Station Using Vector Instruments - by JT118 - 02-07-2017, 16:48
RE: New Station Using Vector Instruments - by werk_ag - 02-07-2017, 21:11
RE: New Station Using Vector Instruments - by uncle_bob - 03-07-2017, 11:16
RE: New Station Using Vector Instruments - by danner - 04-07-2017, 01:37
RE: New Station Using Vector Instruments - by JT118 - 04-07-2017, 15:08
RE: New Station Using Vector Instruments - by werk_ag - 04-07-2017, 23:07
RE: New Station Using Vector Instruments - by JT118 - 05-07-2017, 21:31



Users browsing this thread: 1 Guest(s)