Simulink Scope is only showing a straight line
21 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kez
am 7 Nov. 2024 um 11:36
Kommentiert: Kez
am 8 Nov. 2024 um 11:38
Hey Everyone,
I am sorry to bother you, pease find attatched my simulink script. I am aiming to simulate a feed forward control system as seen below. I was advised that I would have an easier time using Simulink in contrast to MATLAB but I am struggling as I am new to Simulink. Any help would be apprieciated, is my model correct or do I need to change it? I believe the system is unsatable but am unsure.
Thank-you all so much. I hope you all have a good day.
0 Kommentare
Akzeptierte Antwort
Shivam Gothi
am 8 Nov. 2024 um 5:37
Bearbeitet: Shivam Gothi
am 8 Nov. 2024 um 5:48
Upon investigating your attached simulink model I found that the time constant of your mechanical system (heat exchanger) is quite large. Also, there is maximum time delay of 35 seconds. Therefore, you need to increase your simulation time to observe the transients innyour model. I increase the simulation time to 150 seconds in your attached model and was able to get the below attached waveform on the scope.
Now addressing you question about stability:
The system simulated by you is first order system having time delay. Also, it is an open loop system. Therefore, the system will be always stable.
But, if you are planning to add close loop control, then you have to properly design the controller because your open loop transfer function contains large time delays. This will cause the closed loop system to go unstable if the bandwidth of your controller is not properly decided. design a proper controller that ensures good phase margin and gain margin of the overall system.
Also, you will have to compromise on the bandwidth of the over-all closed loop system to account for the large time delays in your loop transfer function.
I hope this addresses your question!
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Classical Control Design 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!