07-12-2006 09:41 AM
07-13-2006 02:47 PM
Hi Ishant,
Looking at the documentation for the PIDcontroller it states that any of the parameters can be represented by %Variables, and are compatible with RVE. I believe that you should be able to access them this way to limit the reset integral windup.
Looking to help,
Steven B.
07-13-2006 04:44 PM
07-14-2006 12:04 PM
07-18-2006 03:27 PM
Hi Ishant,
I didnt find any way any way to change code generated by this block but one way to get more control of the states of a PID is to implement a different three block PID using a PID with zero integral gain and a parallel limited integrator and a summer to add the output of the PID(zero integral gain) and the limited integrator. The limited integrator allows the outputs to be limited using %vars, but not the states directly.
Regards,
Steven B.
07-19-2006 08:53 AM