Real time workshop - simulation duration
Ältere Kommentare anzeigen
I would like to ask you a specific question and I would appreciate any help. I m trying to run a real time simulation using a target pc and the simulink encoder (RTW). Although I set inf at the end time, the simulation stops after ~23 sec (fs=500Hz and duration 10000 steps). Increasing the sampling frequency the simulation ends after one period (ie 5000Hz).
Does anybody know why does this happen? I would expect 20sec and 2 sec respectively, as the duration indicates. And if I increased to 100000 steps I would expect even longer simulation time; however nothing changes.
Thank you
1 Kommentar
Azzi Abdelmalek
am 26 Aug. 2013
Are you using Real Time Windows Target?
Antworten (1)
Azzi Abdelmalek
am 26 Aug. 2013
0 Stimmen
When you work with Real Time Windows Target, your operating system will allow to your Matlab application the highest priority, but depending on your pc performances, and your sample frequency, sometimes your calculations take more then your sample time, and after n repetition of this problem (corresponding to maximum ticks missed) your code stops
3 Kommentare
Bertz Tourgoutian
am 26 Aug. 2013
Azzi Abdelmalek
am 26 Aug. 2013
Are you using two PC with real time windows target? How?
Are you running your model in normal mode, if yes, normally 500 Hz is allowed? to improve the performance you can run it in external mode, but you need a Simulink coder.
Bertz Tourgoutian
am 27 Aug. 2013
Kategorien
Mehr zu Multicore Processor Targets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!