Real time control based on communication with database
3 次查看(过去 30 天)
显示 更早的评论
I need an advice. What is the most efficient way to implement real-time control algorithm which need to perform following three steps every 5 minutes:
1. Read measurements from data base,
2. Based on measurements calculate control variables,
3. Write calculated control variables to data base.
Thank you in advance.
Regards, Anita
0 个评论
采纳的回答
Suneesh
2015-4-6
You could write a MATLAB function to perform the three steps and then use a MATLAB timer object to execute it as often as you need:
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Target Computer Setup 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!