Automation Direct PID Cooling Loops

jmpipe

Member
Join Date
Aug 2006
Location
NJ
Posts
1
Has anyone used the automation direct plc to do water cooling of an extruder barrel? Heating is no problem but setting up a heat & cool zone is giving me fits. Thanks
 
You can do somthing like the attached JPG below. Take the PID and spit its output in the middle, use the upper range to rescale as an output to the cooling valve, rescale the lower range to be the output to the heating valve. Throw in some deadband/hysteresis around the middle so you valves won't fight each other.



If you want to make the PID use the 16-bit mode for the output, but your input may be 12 bit you can use the independent mode to set the PV and the CV to different scales. At least on the D4-450 I used earlier this week.

Also, you may have to change the PID gains as you move from one valve to the other, since the fluid temperature differences, valve responses, coil/heat exchanger differences can cause the need for different gains when heating vs. cooling. What I do not know is how well the A-D handles dynamically changing the gains. This can cause oscillations. You may need to reset the loop when you modify the gains. Do not know if the A-D documention addresses this potential issue.

Darren

HeatCoolPIDr2.jpg
 
Last edited:
By the way, I forgot to mention the graph above the PID loop was set to direct acting (E=PV-SP). It would be reversed if you chose to use the PID as reverse acting.

Darren
 

Similar Topics

Having some trouble tuning a PID loop in Do-more designer. I am using an H2-DM1E with a F2-THM module. Has anyone had any luck tuning a heat loop...
Replies
4
Views
1,698
I am doing a wire spooling application using an Automation Direct D-260 cpu, F2-8AD4DA-2 16 bit 8 ch in / 12 bit 4 ch out 0-10 vdc board. The...
Replies
10
Views
5,408
OK, this is the first time I have had a need to use a PID loop with an Automation Direct PLC. Hardware : D4-450 with updated firmware V3.3...
Replies
4
Views
5,596
Hello, I have an automation direct d2 262 plc and C-more HMI EA9T6CL-R. I need to prepare a program, scheduled to be performed on a future date. I...
Replies
1
Views
119
Back
Top Bottom