Python Forum
How to simulate this block diagram with python control library? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: How to simulate this block diagram with python control library? (/thread-3407.html)



How to simulate this block diagram with python control library? - nugrohoav - May-21-2017

[Image: QmD8s.png]
And  G(s)c is a PD Controller. The value of P controller is 973.14 and D controller is 993.
I want to plot the system response in time domain and get the value of %overshoot, time settling,time rise and error steady state.


RE: How to simulate this block diagram with python control library? - sparkz_alot - May-21-2017

Seems like a reasonable goal...what have you tied so far?  Please include any code, errors and output (between the appropriate tags).  Proper posting techniques can be found in the "help" document and will yield you a better response to your question.