News:

  • August 15, 2026, 10:36:25 AM

Login with username, password and session length

Author Topic: PID Autotune not presenting new coefficients  (Read 8230 times)

ksasikumar

  • Full Member
  • ***
  • Posts: 33
PID Autotune not presenting new coefficients
« on: April 19, 2023, 02:39:54 PM »
I have been doing some PID Auto-tuning and noticed for the past few tuning cycles the Autotune is returning the same coefficients I had manually entered when starting the PID loop. I'm pretty sure this is an error since there should be some change to the PID loop after tuning. Why is this happening, is there any way to remedy it?

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6170
  • Yes Pinky, Do-more will control the world!
Re: PID Autotune not presenting new coefficients
« Reply #1 on: April 19, 2023, 02:43:20 PM »
I have been doing some PID Auto-tuning and noticed for the past few tuning cycles the Autotune is returning the same coefficients I had manually entered when starting the PID loop. I'm pretty sure this is an error since there should be some change to the PID loop after tuning. Why is this happening, is there any way to remedy it?

My guess is that something is stepping on it, so you aren't ever seeing the actual autotune results.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

ksasikumar

  • Full Member
  • ***
  • Posts: 33
Re: PID Autotune not presenting new coefficients
« Reply #2 on: April 19, 2023, 02:46:27 PM »
I think I found it - the PIDINIT was on. Related to this - should PIDINT only run on First Scan for it to push values into the PID?

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6170
  • Yes Pinky, Do-more will control the world!
Re: PID Autotune not presenting new coefficients
« Reply #3 on: April 19, 2023, 02:51:03 PM »
I think I found it - the PIDINIT was on. Related to this - should PIDINT only run on First Scan for it to push values into the PID?

Yep.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

ksasikumar

  • Full Member
  • ***
  • Posts: 33
Re: PID Autotune not presenting new coefficients
« Reply #4 on: April 20, 2023, 12:08:51 PM »
Thanks again BobO