cancel
Showing results for 
Search instead for 
Did you mean: 

IoT

SOLVED
MrRao
Member
Solved!

IoT

Hello guys,

i'm new to labVIEW, i need to know how to use iot platform in labview, and which is the best iot platform to upload  the data, and how to do that please if possible share with VI and description,

if anyone worked with thingspeak let me know how to write the data from labVIEW to thingspeak.

 

Thanks.

8 REPLIES 8
altenbach
Knight of NI

Re: IoT

Message contains a hyperlink

 

While thingspeak is mostly Matlab, there is a REST API that you could probably use (See also).

MrRao
Member

Re: IoT

I'm trying to read a current sensor value in labview, that sensed value should updated to thinspeak from android app again i'm sending a data to cloud then cloud to labview. To control the relay , So how to write and read simultaneously, if possible VI please 

Thanks 

altenbach
Knight of NI

Re: IoT

You are describing sequential operations. What do you mean by "simultaneously"?

MrRao
Member

Re: IoT

When vi is running continuously, data should be uploaded and at same time data should be read in labview.

Highlighted
altenbach
Knight of NI

Re: IoT

Use two parallel while loops or do both on one loop. How fast is this supposed to run? What kind of jitter is permissible? Timing is probably not very reproducible here.

 

(I assume that with "running continuously" you are not using the "run continuously" button. Just checking... Smiley Surprised)

MrRao
Member

Re: IoT

If possible can u share the vi , and how to read and write data using HTTP Rest client.

altenbach
Knight of NI
Solution

Re: IoT

I don't have a VI because I don't use these APIs. Did you look at the links I provided earlier?

MrRao
Member

Re: IoT

yes, i visited the website, thank you, for giving information