Real-Time Controller with DAQ

5 Ansichten (letzte 30 Tage)
Ali Albaidhani
Ali Albaidhani am 4 Jul. 2022
Beantwortet: Walter Roberson am 4 Jul. 2022
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

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 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.

Weitere Antworten (0)

Kategorien

Mehr zu Data Acquisition Toolbox Supported Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by