Is my model a correct one -- adding two pid controllers

  • Thread starter Thread starter ABDUL HASEEB ARIF
  • Start date Start date
  • Tags Tags
    Model Pid
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
ABDUL HASEEB ARIF
Messages
1
Reaction score
0
can we add two pid controllers like i have done in my model.thanks
model.PNG
 
Engineering news on Phys.org
:welcome:

You can but it probably won't do what you want. The purpose of a PID (or a PI) is to make the input error signal go to zero. Unless the process is unusual, there is not value of the sum of the two PID outputs that makes both errors go to zero at the same time. If they don't, the PIDs will keep searching and will fail.

Design your layout this way. You have two error signals. Write the equations of the process (not the controllers) needed to make both go to zero.