Controlling 40 Heaters

ataslaki

Member
Join Date
Mar 2003
Location
Greater Los Angeles Area
Posts
3
I've got a new machine to program that features 50 miniature heaters for 50 individual stations. I'm thinking of using a PLC to control the heat around 300°F ± 10°.

Can this be done with a PLC? Is there a PLC that can do the PID on its own? I know I can write my own code to try to control the heaters in a PLC, but it lacks the accuracy of a OMEGA controller.

Any suggestions?
 
I think you will have difficulty to find a modern PLC that does NOT have PID functionality.
Here are the ones I am sure of:
Allen Bradley SLC5/03+, PLC5, ControlLogix.
Siemens S7.

Others can tell you about other brands.
For 50 PID loops you will have to look at a medium sized PLC at least.
 
I use a high density (32 point) DC output card on a SLC with Crydom or Higam Bay SSR's (these have integrated heat sinks) to control either open or closed loop heaters. Use a 1746-BTM to gain autotune of the PID loop over having to use a standard T/C input card.
 
What type of heating elements are they? Perhaps induction coild you can simply turn on and off? Or do they require an analog signal?

What accuracy do you need to hold?

What type of feedback do you have/need?

The Moeller PLC's have PID functionality and also have an autotuning PLC block.
 
I haven't used that Redlion product before but I have used the DLC which cost about $100 per zone and worked really well, it communicated using Modbus.
 
I don't think you are going to find many PLCs with 50 individual PID loops - most PLCs have some limits on how many PIDs you can use.

Do you really need to have a PID for each heater? Can't you just use a thermostat with a deadband of 5 or 10 degrees, and keep the temperatures within the ±10 degrees you need?
 
Some Details

I could use individual temperature controllers, but the idea of having a PLC is compact, and can do the job.

Yes, basically the PLC is going to only do the job of a heater controller.

30W individual flat round heaters from Watlow is what's being used.

I've done the same with a PLC, but only a few termocouples; 50 is alot, that's why I came to the forum to get some ideas if it's doable with a PLC.

Thanks all for the suggestions.
 
I have controlled as many as 75 RTD's (NR8's and NR4's) in a single controller without any problems with the SLC500 series. You would only be limited (as usual) by memory and available slot space.

In these particular applications, we did not use PID but had a deadband of +/- 2 degrees to open and close each channels respective solenoid valve.

Regards,
Chris
 
The number of PID blocks will not be the limiting factor in the Allen-Bradley SLC-500 series. Your cost will be in buying enough analog outputs to control 50 heaters. If you use the NO4I, it would take a 13-slot rack. As for as the PID loops, you could do it with only one PID block, using "Indirect Addressing" to multiplex all 50 heaters. In heating applications you have plenty of time to "poll" each device, so with 50 it would not be unreasonable to do 1 each second, locking in the PID output computation for each heater until the next poll.
 
If your desired temp is fixed, you may find it much simpler and less expensive to use a thermostat, or tempature switch. To directly control the heaters.

We use these temp switches to monator hyd oil temp. I dont see one for 300 deg. but I'm sure somebody makes them.

Actually we use a 75 deg switch. The one I posted is for 250 deg.
 
use the outputs of the plc directly as it is only 30 watts even on 24 volt it is under 2 amps.
for input you can use one analog input and switch it with outputs and relays or use lots of inputs.

for control i would use pulses
if wanted i can write simple program and send it no problem.

i can recommend wago for this nice small and compact.
 

Similar Topics

Afternoon all, I'm working on setting up a large excel recipe table for porting updates through the Linx Gateway RTD/DDE function into my recipe...
Replies
2
Views
113
Compactlogix controller, program has 28 conveyors that use TON's to start the conveyors. The TT sounds a warning horn during start and the DN...
Replies
10
Views
486
I'm a Manufacturing Engineer with limited PLC experience and I am doing some research for our Controls Department. Does anyone have experience...
Replies
4
Views
179
Good Evening , I should know more about Solid State Relays . I have a system with 8) 120 vac Vibrators . These Solid State Relays have...
Replies
24
Views
2,055
Hi All, I am facing one issue with the SEW MDX61B drive. Issue- I want to run a conveyor with this drive in two directions but it runs in...
Replies
0
Views
340
Back
Top Bottom