
Canmorebrewguy (Customer) asked a question.
Is there a way to enable and disable a PID loop with a bit from the HMI on a Click Plus PLC?
Hello,
I am very new to plc and I am trying to build a brewery control. I would like to be able to enable and disable the PID loop during different states of the brew process. The only way I can maybe see it working is to use a rung to toggle between manual and auto control and put the output at 0.
Anyone have any other Ideas?
Cheers,
Todd
What you're suggesting is a pretty common way to do it. Use a NO contact to run the PID loop with the NC moving zero to the PID output.
Thank you for your answer, I am a little unclear on what part of the PID loop I would control with the NO contact. The control output for the PID I assume would have to go to 0 and I am not sure how to write that. Sorry if these are basic questions i am about 3 days deep into watching videos and learning!
I don't use the Click much, but something like this is what I had in mind. There are many other ways to do it as well.
https://accautomation.ca/click-plc-pid-instruction-and-autotuning-using-factory-io/
The above post may help you out. See the Click program for details on start and stop the control.
Besides controlling the output directly you can use the manual auto bit set up in the C area of the PID loop.
Regards,
Garry
https://accautomation.ca/series/click-plc/
Thank you Guys!