Extruder

SS ELEC

Member
Join Date
May 2014
Location
Allentown
Posts
12
Hello. I am programming an extruder for the first time and I'm not sure how to control the heat and cooling for the barrel. I want to use a PID but not have the heat and cool come on at the same time (or close to the same time). I'm using an AB SLC 504. Does anyone have any suggestions or examples?
 
Hello. I am programming an extruder for the first time and I'm not sure how to control the heat and cooling for the barrel. I want to use a PID but not have the heat and cool come on at the same time (or close to the same time). I'm using an AB SLC 504. Does anyone have any suggestions or examples?

If you want to do extruder temperature control with a SLC you will pretty much need a 1746 BTM (barrel temperature module). You really don't want to attempt to do a heat/cool PID in a SLC on your own (or at least I have never seen anyone do it and I wouldn't even try).

Alternatively you could use a process controller that will do this for you. I use Eurotherm products but there are many others. With your SLC you could communicate with these controllers with devicenet if you need to get the information into and out of the PLC.
 
Is it cooled with water and steam in the same chamber or air and electric heaters? I've used my own programming to accomplish both. I'm curious why it's not possible?
 
I'm using an AB SLC 504. Does anyone have any suggestions or examples?

Are you firm on using a SLC? I would suggest CLX/CpLX. Logix has SRTP instructions which work well. There is an example included in Logix software. I copied the instruction definition below:

Split Range Time Proportional (SRTP)
The SRTP instruction takes the 0-100% output of a PID loop and drives heating and cooling digital output contacts with a periodic pulse. This instruction controls applications such as barrel temperature control on extrusion machines.

James
 
Use Standard Temperature Controller

-honywell/omega/omron etc

if you use PLC then you need HMI for setting the SV
 
I used to manage a few extruders; most of the older ones all had individual temperature controllers for each zone from, say, Eurotherm or whoever. There was one that was all PLC controller with SLC505, but we compromised: any new ones sourced all had individual controllers for each zone (the plastic engineers wanted this) but I would get the comms card option (usually Modbus with RS485) and then string them all together and feed them into a PLC. I would use the PLC for master functions only: setpoint changes, startup/shutdown procedures, data collection, alarming, etc. But individual zone PID control I just left to the experts - the little DIN mount temperature controllers.

If I had to do it again, this is the approach I would prefer - individual zone control, then all tied together through a fieldbus to a PLC/HMI/SCADA system.
 
Controlling extruder heats work best with a 1746-BTM module. The regular PID loop in a SLC is not powerful enough to control effectively. Just a warning, setting up that module is not the easiest thing to do.

If you move away from the SLC and go with Compact/Controllogix, you can use the PIDE function block. It works rather well.
 
I am controlling heat and cooling on extrusion lines for plastic right now using PLCs. Compact, SLC, and Micro 1400.

All heat zones are controlled using Time based proportional control using mercury relays, there was a thread on here somewhere that explained it nicely, Ken Roach I believe. Power is 240V hence the need for the mercury relays and time proportional control, SCRs would be to costly. There is an HMI with each line allowing for adjustment of SP and PID values.

Anyways the heat zones here are somewhat slow on start, and any slight overshoot etc is acceptable. Once SP has been reached they hold temp rather well.

Cooling zones (water) are proportional valves controlled by compact logix analog output cards on larger lines while we do use seperate controllers for extruders that only have 1 or 2 cooling lines (nose cooling etc)

Look for the thread on Time Proportional control in the forum, this will allow for you to turn on and off your electric heaters as a percentage. Very affordable and is working well, (if you are allowed to use mercury relays)
 
Last edited:
Solid state relays are now very cheap. And environmentally safer than mercury switches. 240 v any current even 440 volt. No problems.
 
One of the plants I service has two extrudes using compact logix
One using a Twido PLC
And the smallest one using an S7-300
The heating is a fairly standard PID, although the Twido is using standalone temperature controllers with Modbus comms.
The plant has a chilled water supply which is used to cool the barrel once the set point is reached. They achieve a fairly constant +\- 2.5 degrees C
 

Similar Topics

Hi guys ...we have a PVC Extrusion machine and there is some problem with the screen. The screen blacks out by itself although the power is on. We...
Replies
5
Views
1,845
I work on a plastic extruder that uses the following components: SLC 5/05 PLC Eurotherm T940 Process Supervisor -Eurotherm 2500 modules...
Replies
2
Views
1,601
Has someone experience in communication of a Barmag extruder controller to an S7 or S5 plc? Especially if S7, is this possible with the buildin...
Replies
0
Views
2,009
Hi I'm using RSView SE and i need an animation of an extruder leaning 45 degrees to the right (*.gfx file). can anyone give me such thing...
Replies
5
Views
2,895
In one of the previous posts, someone talked about extruder control forced air versus water cooled. I have both types of extruders, I am using...
Replies
1
Views
3,021
Back
Top Bottom