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.

RM YOUNG non moving rain gauge Model 50202 or 50203 with the CR6


CESPool Oct 2, 2018 08:25 PM

Hello,

I was looking for some CRBasic code to use for the RM YOUNG non moving rain gauge Model 50202 or 50203.  Code for either of them should work (50203 is just the heated version of the 50202).  We'll be integrated it with the CR6.  Any help would be great thanks!

--J


Notso Jun 11, 2019 07:15 PM

With 0 mV = 0 mm and 5000 mV = 50 mm, the measurement instruction should look something like this:

               VoltSe (Rain_mm,1,mV5000,1,1,0,_60Hz,0.01,0)

For a CR6:

               VoltSe (Rain_mm,1,mV5000,U1,1,0,60,0.01,0)

The wiring for the above would be:

Black to G

White to 12V

Green to SE1 (U1 for CR6)

The two gray heater wires on the 50202 go to a 24 VAC transformer.  

In the data table, you will want to Sample Rain_mm instead of Totalize.

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