Real-Time Controller with DAQ

5 次查看(过去 30 天)
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

采纳的回答

Walter Roberson
Walter Roberson 2022-7-4
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Acquisition Toolbox Supported Hardware 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by