Heat Exchanger Control

blackslipper

Member
Join Date
Nov 2005
Location
North Carolina
Posts
47
Hi all,

Looking for some basic information on the control of a heat exchanger via a PLC.

I am using the Siemens S7-200 PLC...

Its the first time I am working with Heat Exchangers...

Thanks Much
BlackSlipper
 
The first part of basic information must be supplied by you. What do you want to 'Control' ? What are your process variables? What are your feedback devices? What are your controlled devices? What do you want to do?
 
The aim is to control the temperature at the output of the heat exchanger, based on the temperature if to cold then another loop should be implemented which has heated water to reduce the temp of this over cold water at the output
 
Soooo... you have a temperature probe, a 'Heat' Solenoid, and a 'Cool' Solenoid.

Sounds simple, just compare and outputs. Maybe with a bit of deadband.

If Temp_Out < (Desired_Temp - DeadBand) then Heat_Sol_ON
If Temp_Out > (Desired_Temp + DeadBand) then Cool_Sol_On
 
Peter Nachtwey said:
Does any body actually control heat exchangers this way?

If you have enough time constant (thermal mass) and a deadband in the controller it isn't that bad. After all, this is essentially the way your home thermostat works.
 
I was recently studying heat exchangers

I got into the things like the log mean temperature difference and the heat balance. I was looking at doing a more advance model for the controlguru site.

For ONE set of conditions the temperature band would probably work well enough. However, I would be tempted to make the dead band a varible depending on the rate of change in the temperature.

I would think the deadtime would be a killer. You couldn't tell the temperature drifted outside the deadband until the dead time has elapsed. The amount of error would be dependent on the rate of change.
 

Similar Topics

Dear, i am looking at the control of heat exchangers. I have one set of two heat exchangers. When i select its control valve that will be...
Replies
4
Views
2,508
hello i would like some tips about pid regulating on hot water circuit with heat exchanger. i explain the context. i have a primary water circuit...
Replies
3
Views
1,782
I arrive at a site where I am starting up a used piece of equipment of which a component was a steam to water to product heat exchanger that was...
Replies
12
Views
7,092
Hello all! I am fairly new to the world of PLC's and this forum, so I apologize for my lack of knowledge. I have a Powerflex 753 that keeps...
Replies
6
Views
561
Hey All, I've got a Vacon x4 VFD running in open-vector mode. It is spinning a heavy pin-mill wheel. It gets frequency reference from a PID...
Replies
20
Views
2,542
Back
Top Bottom