Only field1 is updating
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Wouter Mets
am 28 Apr. 2021
Kommentiert: Wouter Mets
am 30 Apr. 2021
Hi There,
I am quite new to ThingSpeak and I am trying to get some data into fields using http messages. It seems to work fine on field 1 of my channel, but the other fields won't updat (anymore). Any suggestions why this could happen and how I can check whether my messages have been sent/received?
3 Kommentare
Christopher Stapels
am 28 Apr. 2021
If there is a 200, the data should be accpeted.
Have a look at the recent data to see what is being written to the channel.
Use the read data API see the last few entries.
Use a format like this
Can you show the part of your code where you write to multiple fields?
Do you use this format?:
Akzeptierte Antwort
Vinod
am 28 Apr. 2021
What is likely happening is that the fields are being updated inidvidually, and faster than once per 15s. What you really want to do is update all feeds on the channel at the same time. Definitely use the ThingSpeak library and take a look at this example as a reference.
Weitere Antworten (0)
Communitys
Weitere Antworten in ThingSpeak Community
Siehe auch
Kategorien
Mehr zu ThingSpeak finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!