Evaluating Fuzzy logic in ThingSpeak

2 views (last 30 days)
Here is what I'd like to do:
1. Get data from sensors and upload them to thingspeak.
2. Once data gets uploaded I want it to be evaluated with fuzzy logic (a .fis file).
3. The output would then be uploaded to a different thingspeak channel.
I'd like to ask if anyone knows if it's possible to evaluate fuzzy logic in thingspeak and how to do it? If it's not possible then can you tell me some alternatives that could be done?
  2 Comments
Christopher Stapels
Christopher Stapels on 30 Sep 2020
Edited: Christopher Stapels on 30 Sep 2020
ThingSpeak does not presently support fuzzy logic toolbox. I will record your interest in our enhancement request system. You can download your ThingSpeak data into a MATLAB session with thingSpeakRead, analyze it with fuzzy logic, and then upload it to a new ThingSpeak channel with thingSpeakWrite.
Lemuel Aldwin Garcia
Lemuel Aldwin Garcia on 1 Oct 2020
Edited: Lemuel Aldwin Garcia on 1 Oct 2020
Thanks for the reply.
If anyone else is having trouble with implementing this. You could setup a scheduled task in your computer to run your script that evaluates your data using fuzzy logic.
Here is how to setup a scheduled task on Windows: https://www.mathworks.com/matlabcentral/answers/99750-how-do-i-execute-a-matlab-script-at-a-specific-time-each-day

Sign in to comment.

Answers (0)

Communities

More Answers in the  ThingSpeak Community

Categories

Find more on Fuzzy Logic in Simulink in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!