Hi all, I'm trying to remotely monitor data from a CR300 datalogger. I have a couple of questions regarding the device. Any help would be highly appreciated.
Thanks in advance
1)Works on both ComUSB and ComRS232. Beware that I have heard of cases where USB left connected stopped working after a number of weeks. It takes so long to happen that we have not been able to determine if the issue is on the PC side of the datalogger side. Reinitializing the USB connection by restarting the computer or unplugging the USB cable gets it working again.
2)Loggernet software is designed precisely for that scenario.
3)Primary option for IP connections on a CR300 is attaching a cellular modem. An advanced setting on the CR300 allows putting the USB port into RNDIS mode. RNDIS lets the USB port function as an IP connection to a Windows computer.
4)It would really be much easier to get things working by attaching a Campbell cell modem to the CR300. An IP connection allows using FTP or the datalogger web API to retrieve data. I have heard getting RNDIS to work on a Linux computer is hard.
Many users have decided to just automatically output records from the datalogger to a comport for the raspberry pi to listen. In a datalogger program that requires GetRecord to copy data from a table into a string, then SerialOut. ModbusClient is an option for making current readings available.
Thanks for your reply. I ended up writing a python script for parsing data from console and inserting it in a remote SQL database.
This post is under review.