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 connection with Loggernet 4.0 through RS232


dsclimate Nov 6, 2015 01:41 PM

Hi..

I am new with use of CR1000 datalogger. I am trying to connect this with PC using RS232 via loggernet.
I am failed to connect the datalogger with loggernet using RS232. I am using loggernet 4.0 version (bought 4 years ago for other use of CR5000). In fact in loggernet, CR1000 is not mentioned with other datalogger list. I have checked Baud rate in both datalogger and loggernet. I am using usb port in pc for connection.
I am using CS external display through CS I/O port.

Please help.
Thanks..


JDavis Nov 6, 2015 03:49 PM

I suggest this blog article on troubleshooting serial connections.

https://www.campbellsci.com/blog/communication-problems-serial-connections


jra Nov 6, 2015 04:09 PM

dsclimate, In LoggerNet's setup you'll need a COM port then PakBus port then the CR1000 will show up as an available logger.

* Last updated by: Janet on 11/6/2015 @ 9:11 AM *


dsclimate Nov 8, 2015 06:20 AM

Thank you JDavis and Janet..


dsclimate Nov 20, 2015 11:42 AM

Hello,

I need your kind suggestion for measuring u,v,w wind from RM 81000 anemometer voltage outputs in CR1000.
I have changed the voltage o/p setting to output format one (i.e. u,v,w, sonic temp) using hyper terminal.

However, u,v,w reading are not giving correct values, but, sonic temp is giving correct value.
I am using the following main program in CRBasic for calculation of u,v,w,SonicT
-----------------------
Main Program
'Scan sensors every 100 msec

BeginProg
Scan(100,mSec,1,0)
'Default Datalogger Battery Voltage measurement Batt_Volt:
Battery(Batt_Volt)
'Wiring Panel Temperature measurement RefTemp:
PanelTemp(RefTemp,250)

'RM Young Sonic Anemometer (81000)
'Turn on sensor via control port
PortSet (9 ,1 )
Delay (0,1,mSec)


'Measure Uwind in mV (0-5000mV range)
VoltDiff (Uwind,1,mV5000,1,True ,0,250,1.0,0)
'Convert windspeed mV to m/s
Uwind=(50/5000)*Uwind-25


'Measure Vwind in mV (0-5000mV range)
VoltDiff (Vwind,1,mV5000,2,True ,0,250,1.0,0)
'Convert windspeed mV to m/s
Vwind=(50/5000)*Vwind-25

'Measure Wwind in V (0-5000mV range)
VoltDiff (Wwind,1,mV5000,3,True ,0,250,1.0,0)
'Convert windspeed mV to m/s
Wwind=(50/5000)*Wwind-25


'Measure Sonic temperature in mV
VoltDiff (SonicT,1,mV5000,4,True ,0,250,1.0,0)
'Convert temp mV to celsius
SonicT=((100/5000)*SonicT)+220-273.15


'Turn off sensor via control port
PortSet (9,0)

'Call Data Tables and Store Data
CallTable(Table1)
NextScan
EndProg
-------------------------

Could you please help me further to measure correct u,v,w value from RM young 81000? I am using differential connection.

I would appreciate your kind concern as I stopped here in Qatar for this without any other help and response. I am really unable to get response from local Campbell Scientific partner in Qatar/UAE.
Please help.


pokeeffe Nov 20, 2015 09:08 PM

Cross-posting is generally frowned upon. Please see my response in the thread RM Young 81000 v/s serial port CR1000.

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