AGC Implementation Using Python
Does anybody have any idea about implementing an AGC using python ? There is one paper available online from PTI, but it doesn't talk much about the implementation.
Does anybody have any idea about implementing an AGC using python ? There is one paper available online from PTI, but it doesn't talk much about the implementation.
Which paper are you referring to?
Do you mean implementation in a dynamic simulation?
yes, I am looking for AGC implementation in a dynamic simulation. Any thoughts?
The normal solution is to write a dynamic model in Fortran that updates the setpoint for the governor model. You want to do it in Python! Maybe you can use a for-loop updating the governor setpoints every second?