On Tue, Feb 8, 2011 at 11:26 PM, Peter C. Wallace <p...@mesanet.com> wrote:
>
> --- if ( ( tmp1 * pid->limit_state ) <= 0.0 ) {
>
> +++ if ( ( tmp1 * pid->limit_state * pid->igain ) <= 0.0 ) {
>
> Is a possible patch if negative PID values are to be allowed
>
> Based on the diagram of this page
(http://en.wikipedia.org/wiki/PID_controller),
negative PID gain may make the system diverge (unstable).
In my experience with Mitsubishi and Yaskawa AC Servos, the PID gains are
always positive.
Why would you need negative I-gain?
Would it be possible that the polarity for calculating error is
mis-configured?
--
Yishin
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers