How can i read real-time data from thingspeak into Simulink
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can i read real-time dataset of temperature from thingspeak into Simulink environment.
3 commentaires
REDDYPALLY RAKESH
le 25 Août 2025 à 10:17
are you still working on that project
if yes can u send me files
Réponses (1)
Adarsh
le 21 Fév 2025
I understand that you want to fetch real-time data from ThingSpeak to Simulink directly instead of fetching the data through MATLAB as an intermediary.
You can fetch the real-time data into Simulink directly from ThingSpeak using the “ThingSpeak Input” block in Simulink. Once you insert the “ThingSpeak Input” block you can modify the channel number to the required channel and enter the field numbers which you want to fetch as an array input and run the simulation to fetch the data in real-time.
For more information of how the “ThingSpeak Input” block fetches the data and output format, the following documentation link can be referred:
- “ThingSpeak Input” - https://www.mathworks.com/help/sldrt/ref/thingspeakinput.html
You may also need to install the “Real-Time Kernel” for it. You can follow the installation steps mentioned in the documentation link below:
Hope it helps.
Voir également
Catégories
En savoir plus sur Datafeed Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!