I thought I had found an error in my code that caused the problem, but when I fixed the code, the error remained. What are the rules? I have a simple setup. I am writing 2 temperatures and one status point to a ThingSpeak channel from a Raspberry Pi Pico W, fields 2, 3, and 8. I am using Matlab analysis to take the difference of the two temperatures and do some simple math on them and then write them to the same channel, fields 4, 5 and 7. It works only once! Then I get the same Limitation error as being too frequent. Why is this error? If there is a chapter somewhere I can read, let me know. Perhaps, I need to write to a different channel?? But, why would that matter? Thanks. (If you need to see code, please advise.)
What does this mean? Error using "My App" Requests are too frequent.
7 次查看(过去 30 天)
显示 更早的评论
I have Matlab analysis that is giving me a too many request error. "Error using TRY Again Pico Boiler Matlab Requests are too frequent. For further information, see Limitations in the documentation. The link is broken for Limitations so I do not know how to fix this error. Suggestions welcome. I was using my Raspberry Pi Pico W to do the math for three of my fields, and I decided tolet Matlab do the math and write the fields into my Channel. I keep getting this error. Thanks for your help.
3 个评论
Christopher Stapels
2023-2-20
How often are you making requests? For free users the fastest allowed is once every 15 seconds, and 1 second for paid unless you are using the bulk endpoint (also used when writing a table of data in MATLAB). Bulk and table updates are also once per 15 seconds max.
Im sorry about the broken link, can you share the URL? You can read the limitations on this page, if you scroll down about a page and a half, or searcht he word limitations.
Reads are not limited, the error comes from writing too fast. Add some delay and all will be well.
采纳的回答
更多回答(0 个)
社区
更多回答在 ThingSpeak Community
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!