How can I increase the Simulation Speed for this SimEvents Model?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I am trying to model a process equipment capable of generating 1e7 entities in a second for the specified runtime. I had attempted to increase the speed of the simulation by increase the period (T) of the Entity Server 1 block and multiplying its output by 1000 using the entity replicator block. However, the simulation still runs at a extremely slow pace.
The model that I created is described in the following diagram. ("T" represents the period defined within each server block, and "Cap" represents the capacity defined within the queue block, and the Model Setting are described in the Magenta-colored block). I really hope the strong Matlab/Simulink community here is able to help and guide me on how can I increase the simulation speed. Thanks!
0 Kommentare
Antworten (1)
Ramtej
am 31 Aug. 2023
Hi Remy,
I understand that you are trying to increase the simulation speed for you simEvents model.
You can speed up your simulation with "Accelerator" mode in Simulink.
Set the simulation mode as "Accelerator" under Simulation tab in Simulink toolstrip. If your entire model is capable of generating C code, you can set the mode as "Rapid Accelerator" which is faster than "Accelerator" mode.
Hope this helps!
1 Kommentar
Siehe auch
Kategorien
Mehr zu Discrete-Event Simulation 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!