Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Climatronics Wind Monitor (101283-G0)


Yousif Nov 23, 2010 01:08 PM

Good day,

Your assistance is required to guide my in how to configure Climatronics Wind Monitor (101283-G0) in the CR1000 Measurement and Control Datalogger by using the PC200W.
This type of instrument (101283-G0) is not available in the software sensors shortcut.

For more information about the sensor, please visit; http://www.climatronics.com/pdf_pn/sensors/w_monitor.pdf


DavidKatz Nov 24, 2010 10:07 AM

I have asked our Systems Engineer to provide direct assistance. Meanwhile, you can look in the manual at the Model 05103 Wind Speed and Direction sensor information in the PC200W or LOGGERNET manual as they are the same sensor.


IslandMan Nov 24, 2010 11:14 AM

Yousif,

Wiring:
Pin A = Black pr/Red to G on CR1000
Pin B = Red pr/Black to G on CR1000
Pin C = Black pr/White to GND on CR1000
Pin D = White pr/Black to P1 on CR1000
Pin E = Black pr/Green to E1 on CR1000
Pin F = Green pr/Black to 1H on CR1000

Note:
You must add a 1 Meg Ohm resistor from 1H to GND terminal on CR1000 to pull down the 1H terminal when the Wind Direction sensor is in the gap or you will get erroneous readings for Wind directions.

Wind Speed in Mph
PulseCount(Wspd,1,1,1,1,0.229,0)

Wind Direction
BrHalf(Wdir,1,mV2500,1,1,1,2500,True,0,_60Hz,355,0)
If Wdir>=360 Then Wdir=0

Also visit this link for other information on the gap of the sensor.
http://www.campbellsci.com/forum/messages.cfm?threadid=00364B13-D3F8-D8BF-6373DD8CDEA8D58B

* Last updated by: IslandMan on 11/24/2010 @ 4:15 AM *


DavidKatz Nov 24, 2010 02:51 PM

You can also try this:
Here are CR1000 programming commands for the Wind Monitor:

'Measure 101283 Wind Monitor Wind Speed (Mph)
PulseCount (wsmph,1,1 ,1,1,0.2192,0)

'Measure 101283 Wind Monitor Wind Speed (M/Sec)
PulseCount (wsms,1,1 ,1,1,0.09799,0)

'Measure 101283 Wind Monitor Wind Direction
BrHalf (wdir,1,mV2500,1,1,1,2500,True,0,_60Hz,355,0)


Datalogger Wiring:

Sensor Datalogger
BLK to GND
RED n/c

BLK to GND
WHT to P1

BLK to EX1
GRN to SE1

Log in or register to post/reply in the forum.