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.

Cr1000+16 probes 10hs


palino72 Mar 23, 2013 03:57 PM

Hi, i'm a new user of this forum and i'm not expert in datalogger programming. Can you give me some instruction for to connect 16 probes of soil water content (10hs) to Cr1000?
Grazie


James Apr 16, 2013 06:40 PM

Connect all the white wires to the 12 volt switched power supply; red wires to the SE channels and the bare wires to the nearest ground.

The program wil measure and store the mV outout from the sensors every 15 minutes


Public mV(16)

DataTable (SWC,True,-1)
Sample (12,mV(),FP2)
EndTable

BeginProg
Scan (15,min,0,0)

SW12 (1 )
Delay (0,10,mSec)
VoltSe (mV(),16,mV2500,1,1,0,250,1.0,0)
SW12 (0 )
CallTable SWC


NextScan
EndProg

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