Real time control based on communication with database

3 ビュー (過去 30 日間)
Anita Martincevic
Anita Martincevic 2015 年 3 月 26 日
回答済み: Suneesh 2015 年 4 月 6 日
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

採用された回答

Suneesh
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 件)

カテゴリ

Help Center および File ExchangeTarget Computer Setup についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by