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.

CR000 and RV50 modem


nguyenhaitruong Nov 16, 2017 04:22 AM

Hello Campbell Scientific South East Asia Team,
I'm using CR1000 datalogger to control tipping bucket raingauge TE525-L with program as code below.
Can you please tell me how to transmit data from CR1000 datalogger to server via RV50 modem (https://www.campbellsci.com/rv50) ?


'Program records precipitation from one TE525 or TE525WS Rain Gage once a
'second and stores the total every 60 minutes
'Wiring Diagram
'==============
'TE525 or TE525WS
' Wire
' Color Function CR1000
' ----- -------- ------
' Black Pulse Output P1
' White Ground AG*
' Clear Shield AG*
'*AG = Analog Ground (represented by ground symbol on CR1000 wiring panel
'Declare the variables and units for the rain measurement
Public Rain_mm
Units Rain_mm=mm
DataTable(Table1,True,-1)
DataInterval(0,60,Min,0)
Totalize(1,Rain_mm,FP2,0)
EndTable
BeginProg
Scan(1,Sec,1,0)
PulseCount(Rain_mm,1,1,2,0,0.254,0)
'For TE525MM Rain Gage, use multiplier of 0.1 in PulseCount instruction
'Call Data Table
CallTable(Table1)
NextScan
EndProg


CBO Dec 5, 2017 06:55 PM

Hello, I did something similar recently. I would like to help you.
If you want to talk to me through WhatsApp, I'm from Chile, my number is +56973587220


nguyenhaitruong Dec 6, 2017 01:15 AM

Thank you for your help, CBO!

Unfortunately I do not use WhatsApp, can you please make friend Facebook with me?

My Facebook: https://www.facebook.com/nguyenhaitruong

Thank you!

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