In the Matlab analysis option on my Thingspeak channel I chose to experiment with the example in the title regarding humidity average. It works fine but only works once. How can I keep it updating every 5 minutes or so?
4 Comments
Time DescendingClose issue. I missed the instructions on bottom of page.
Can you describe your overall goal in a little more detail? There are likely many ways to acheive the result you are loking for, but the advice may differ based on the goal.
You can use a TimeControl to automatically schedule a MATLAB analysis to run on a ragular basis, or you can use React to run only when some condition is met - for example in a channel value.
You can also use a derived channel where you write calculated valeues from an existing channel's data and then use analysis on the derived channel to trigger an update.
Sign in to participate