I have a CR1000 datalogger connected through a GSM modem. I can connect it wirelessly from my computer using Loggernet and view the data. I need to know does CRBasic needs any additional code written in order to view the its data from the web? If it does can anyone point me to any reference material how it is done?
Thanks
rajabadsha,
If you have a fixed IP address you can enter that in a web browser and you will be able to see the built in html page of the logger. If you wanted some custom HTML you can create it in the logger. Check the help for "WebPageBegin/WebPageEnd
" in your CRBasic or CR1000 manual.
I tried using the fixed IP address for the datalogger but I was unable to view data through website. Is it because there is no ethernet attached to it and using a GSM modem instead? How is it possible to know if the logger has a built in html page?In this case would WebPageBegin/WebPageEnd would work?
The linkage between the modem and the datalogger must utilize PPP in order to access the IP stack of the datalogger and all of its functionality. Make sure you've configured the modem and datalogger to communicate with each other via PPP.