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.

how to .. cr1000 data to online public ?


mortenx May 2, 2017 08:11 AM

What is best way to get realtime data from cr1000 to online/public web, like google spreadsheet or something where you can create graphs and share data ?


thinkitcodeit May 3, 2017 02:27 PM

How fast do you need to update your data and what is the size of your audience?  Have you taken a look at Campbell Scientifics data services, Konect GDS?  You can find out more and trial an account at www.konectgds.com.  Konect can collect, archive and present data.


jra May 3, 2017 02:52 PM

Here are a few videos to familiarize yourself with Konect. 

Subscribe to our YouTube channel for notifications about new video releases. 


mortenx May 5, 2017 09:02 AM

is it possible to use https  POST  and GET commands with RTMC Pro

so that i can post data to google spreadsheet ?


JDavis May 5, 2017 07:52 PM

RTMC Pro does not have a built in HTTP Port and Get. You can trigger command line programs from it. So, make a command line script or program that does the HTTP commands you want, then set up RTMC to run it.


mortenx May 24, 2017 09:31 AM

what command sends data from cr1000 to pc via main rs232?

if i want to send like 3 sensor values to pc 

DIFF1;DIFF2;DIFF3


nsw May 25, 2017 02:09 PM

Look in CRBasic Help for the SerialOut instruction.

There is an example program which shows what you want to do, click on "Example".

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