Transport Delay in Realtime simulation

3 Ansichten (letzte 30 Tage)
Mirko Novakovic
Mirko Novakovic am 29 Jan. 2023
Beantwortet: Samhitha am 26 Apr. 2025
Hello,
I set the simulation time to "inf" in order to be able to change the parameters during real-time.
However it seems that Transport Delay block is not working in this mode. When I switch to finite time, it is working, but then I can not change the parameters real-time.
How to solve this?
Thanks
M.

Antworten (1)

Samhitha
Samhitha am 26 Apr. 2025
The Transport Delay block pre-allocates a buffer based on the simulation stop time. When the stop time is inf, it cannot allocate the buffer, so it fails to work correctly. Use the Variable Transport Delay or Variable Time Delay blocks, which do not rely on a pre-allocated buffer.
For more details you can go through the following documentation:

Kategorien

Mehr zu Simulink Real-Time finden Sie in Help Center und File Exchange

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by