Only field1 is updating

8 ビュー (過去 30 日間)
Wouter Mets
Wouter Mets 2021 年 4 月 28 日
コメント済み: Wouter Mets 2021 年 4 月 30 日
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 件のコメント
Christopher Stapels
Christopher Stapels 2021 年 4 月 28 日
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?:
Wouter Mets
Wouter Mets 2021 年 4 月 30 日
Hi Christopher,
Thanks for your reply!
https://api.thingspeak.com/update?api_key=WRITE_API_KEY&field1=0&field2=43, this will defenitely help me to improve my code. I was sending each field individually, so within 15 sec interval (thanks Vinod!).
I noticed that when I send th field-update individually with a larger interval, it works! With your reply I can now update all fields in one update!
Kind regards,
Wouter Mets

サインインしてコメントする。

採用された回答

Vinod
Vinod 2021 年 4 月 28 日
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.
  1 件のコメント
Wouter Mets
Wouter Mets 2021 年 4 月 30 日
Thank you Vinod for your advise! Definitely helped!
Kind regards,
Wouter Mets

サインインしてコメントする。

その他の回答 (0 件)

コミュニティ

その他の回答  ThingSpeak コミュニティ

カテゴリ

Help Center および File ExchangeThingSpeak についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by