Real-Time Controller with DAQ

2 visualizaciones (últimos 30 días)
Ali Albaidhani
Ali Albaidhani el 4 de Jul. de 2022
Respondida: Walter Roberson el 4 de Jul. de 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

Respuesta aceptada

Walter Roberson
Walter Roberson el 4 de Jul. de 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.

Más respuestas (0)

Categorías

Más información sobre Data Acquisition Toolbox Supported Hardware en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by