LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there an efficient way or an integrated Option, to send and save data from CVI Lab Windows to an IoT Cloud?

I am looking for a way how to send Data and save them from a CVI Code to an IoT Cloud account and have the option to access the IoT Cloud, is there any direct way with CVI or another linker to make that possible?

0 Kudos
Message 1 of 2
(647 Views)

LabWindows/CVI doesn't come with such functionality out of the box. In addition, every cloud service tends to have its own API, so your question is not very clear.

 

Since LabWindows/CVI is however a C compiler there should be no problem to link an external library or DLL into your project that provides such an API.

 

So what Cloud service are you looking at? Have you investigated what API libraries this Cloud Service has? If you find one that suits you, you might also have Open Source C libraries somewhere for it. Lacking precompiled link libraries that you can include in your project you could then consider porting that C library to LabWindows/CVI. Depending how much standard C it is or not, this can be very easy or almost impossible.

Rolf Kalbermatter
My Blog
Message 2 of 2
(593 Views)