why iam getting negative settling time for load frequency of two area system by using pid controller
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
for both the areas response iam getting negative settling time
5 Kommentare
Sam Chak
am 18 Mär. 2024
Unfortunately, I am unable to check the Simulink model as there is no mathematical model, such as a transfer function, available to establish the mapping between the system's input and output. However, the key to understanding the steady-state response lies in the design of the controllers.
Antworten (1)
Yash
am 25 Mär. 2024
Hi Deekshith!
Based on the output response graph you've shared, it appears that the waveforms exhibit a positive settling time. The primary concern, however, seems to be the negative peak overshoot or the negative steady-state response you are encountering.
Since you have not shared any mathematical model depicting the simulink model, it is very not possible for us to determine the exact reason causing this issue. The problem could arise from various factors, such as a missing negative sign in a gain block or incorrect equations in one or more transfer functions.
To troubleshoot this issue, consider the following steps:
- Examine all the gain blocks to ensure they are configured correctly.
- Review the equations in all transfer functions for accuracy.
- Divide the complete model into smaller submodels and analyze the steady-state response of each to isolate the problem (this approach is akin to unit testing).
- Check for nonlinearity in the system. Nonlinear characteristics of the system components can lead to complex responses, including negative overshoot.
These steps should help you identify and rectify the issue, leading to improved model performance.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Gain Scheduling 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!