I followed all the steps, but I have a problem: the random values are displayed as integers on the graphs, but in reality, they are decimal values. Another problem is that when I do the visualization on the left, it shows 'NaN.
@@LearnToLead138 I did the visualization on LabVIEW itself; it displays the values in decimals. However, when I send them to ThingSpeak, it only shows the integer part.
@LearnToLead138 It's all good, I fixed the problem. It was with the comma, I used search and replace string to convert the comma to a period because Thingspeak can't read commas but only periods, and in the end, it worked fine.
Thanks best for you
Thanks for your valuable comments
Thanks! I would like to read dataset from thingspeak and display them on LabVIEW. Help please
Possible
asifiqbal138@gmail.com
Use read key instead of write
I followed all the steps, but I have a problem: the random values are displayed as integers on the graphs, but in reality, they are decimal values. Another problem is that when I do the visualization on the left, it shows 'NaN.
Check your data type when sending to cloud
@@LearnToLead138 I did the visualization on LabVIEW itself; it displays the values in decimals. However, when I send them to ThingSpeak, it only shows the integer part.
@adhamchaibi8018 can you share screen shot
@@LearnToLead138 Yes, but I think there's no option to send a screenshot in a RUclips comment. Give me your gmail or whatsap number
@LearnToLead138 It's all good, I fixed the problem. It was with the comma, I used search and replace string to convert the comma to a period because Thingspeak can't read commas but only periods, and in the end, it worked fine.