Real-Time Controller with DAQ

5 views (last 30 days)
Hallo everyone,
I have a general question for automatisation engineers. Is it possible to design a real-time controller for a hardware with daq-device? the Parameter im trying to control is the displacement measuerd by an accelerometer.
If you have any information please let me know.
Regards
Ali

Accepted Answer

Walter Roberson
Walter Roberson on 4 Jul 2022
Within limitations, yes. I have not done this myself, but I have seen people mention having done it.
There are at least three fundamental issues that need to be considered:
  • whether the calculations can be carried out quickly enough to sustain the desired control rate. This might require using faster hardware, or using Simulink Real-Time, or (common) using approximations
  • latency: in some cases, calculations can be handled at the appropriate rate, but the delay before the answer might be too much. There are a number of different causes for delay, including signal delays... but also including the fact that every extra derivative in the calculation requires more signal processing time
  • whether your equipment is able to get enough data into the right place in the necessary time. USB based DAQ can run into this more than Ethernet or DAQ cards present in the host.

More Answers (0)

Categories

Find more on Data Acquisition Toolbox Supported Hardware in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!