Can the CS625 be measured with a CR1000 datalogger?

Yes. The PeriodAvg() CRBasic instruction may be used to measure the CS625 on a CR1000, CR800-series, or CR3000 datalogger. To make this work, it is important that the Threshold parameter be set to 1650 mV as shown in the following example:

    PortSet (1 ,1 ) ‘Enable CS625 by setting C1 high (orange wire to C1)

    PeriodAvg (PA_uS,1,mV250,1,1650,0,100,10,1.0,0) ‘Read Period on SE1 (green wire to SE1)

    PortSet (1 ,0) ‘Disable CS625 by setting C1 low

This was helpful

FAQs Home