필터 지우기
필터 지우기

Real time control based on communication with database

조회 수: 2 (최근 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 CenterFile Exchange에서 Multicore Processor Targets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by