Extrusion Process Control: How Extruders Are Controlled by PLCs
How an extruder is controlled — barrel temperature zones, screw speed, melt pressure, line speed and pulling, and the PLC/PID loops that hold the process.
Extrusion is one of the most tightly coupled continuous processes in plastics manufacturing. Every variable interacts with every other: raise screw speed and melt pressure climbs; slow the haul-off and wall thickness drifts; let a barrel zone drop ten degrees and you introduce viscosity variation that propagates all the way to the finished profile. A PLC does not just monitor these variables — it actively balances them in real time through a web of coordinated PID loops, interlock logic, and drive references that span the extruder, the die, and every downstream station on the line.
This guide covers the full picture from a controls perspective: what the key process variables are, how the PLC structures its control around them, and where the engineering decisions are that separate a stable line from a drifting one.
What Extrusion Is
A single-screw extruder takes solid polymer pellets at the feed throat, conveys and compresses them along a heated barrel, melts them through a combination of conducted heat and frictional shear, and then forces the viscous melt through a shaped die. The die profile — whether it is a flat sheet die, a pipe die, a profile die, or a blown film die — determines the cross-section of the final product.
Downstream of the die sits the cooling and haul-off section: water baths or air cooling rings to solidify the extrudate, sizing tooling to hold dimensions, and a haul-off (puller) that draws the product away from the die at a controlled speed. A winder or cut-off saw finishes the line.
The PLC sits at the center of all of it. Its job is to maintain steady-state conditions — constant melt temperature, constant melt pressure at the die, and a matched ratio between extruder output and haul-off speed — while responding to disturbances and protecting the equipment.
The Key Control Variables
Before looking at how the PLC controls the process, it helps to understand exactly what it is controlling and why each variable matters.
Barrel and Die Temperature Zones
The barrel is divided into multiple independently controlled temperature zones, typically four to eight on a standard production extruder, plus one or more die zones. Each zone has its own heater band and, on most designs, a separate cooling circuit — either a forced-air blower, a water-cooled jacket, or both.
The zone temperatures are not arbitrary. They define the thermal profile along the screw:
- Feed zone (zone 1): Kept relatively cool to prevent premature melting that would cause bridging at the feed throat.
- Transition / compression zones: Progressively higher to melt and homogenize the polymer.
- Metering zone (last barrel zones): Set to the target melt temperature for the material.
- Die zones: Fine-tuned to control melt viscosity at the point of shaping.
Getting these temperatures wrong produces visible defects — surging output, degradation, die lines, or poor surface finish — and in severe cases damages the screw or die.
Screw Speed
Screw speed, expressed in RPM and controlled through a variable frequency drive (VFD) or servo drive on the extruder motor, is the primary throughput variable. Higher RPM means more material pushed per unit time.
But screw speed also generates shear heat: the mechanical energy of turning the screw converts into heat in the melt. This means screw speed and barrel temperatures are not independent — changing RPM changes the thermal balance in every zone, which is why barrel zone PID tuning must be done at normal operating RPM, not at startup conditions.
Melt Pressure
Melt pressure is measured at the die head, usually with a strain-gauge or capacitance-type melt pressure transducer. It is the back-pressure that the screw pumps against and is a direct indicator of the state of the melt and the restriction through the die.
- A rising pressure at constant RPM indicates increasing viscosity (temperature drop, material change, or contamination).
- A falling pressure at constant RPM indicates a drop in viscosity or a partial loss of restriction.
- A sudden pressure spike is a process upset — a blocked screen pack, a piece of cold material, or an improper startup — and can be destructive.
Melt pressure is a safety-critical signal. Every extruder line has a high-pressure interlock that trips the drive if pressure exceeds the rated limit of the die and tooling.
Line Speed and Haul-Off Speed
The haul-off (also called the puller) draws the solidified product away from the die at a set speed. The relationship between the extruder output rate (mass/time) and the haul-off speed determines the draw ratio — how much the extrudate is stretched between the die and the puller.
Draw ratio is fundamental to product dimensions and, for oriented materials, to mechanical properties. If the haul-off is too fast relative to extruder output, the product stretches thin; too slow and it piles up at the die face.
Coordinating extruder screw speed and haul-off speed is one of the central tasks of the line control system.
Cooling
Cooling rate affects crystallinity, residual stress, and final dimensions. For pipe and tube extrusion, the cooling bath temperature and length determine how quickly the material solidifies around the sizer. For blown film, the frost line height (where the bubble solidifies) is a function of the air ring cooling volume and air temperature.
The PLC monitors cooling temperatures and, in some configurations, adjusts them as a secondary variable — for example, trimming cooling water flow rate in response to a changing product gauge.
Multi-Zone Temperature Control: PID Per Zone
Each temperature zone runs its own closed-loop PID controller inside the PLC. The structure is:
- Process variable (PV): Thermocouple reading from that zone (Type J or Type K, depending on temperature range and material).
- Setpoint (SP): The target temperature for that zone.
- Output: Typically a percentage duty cycle to a solid-state relay (SSR) switching the heater band, plus a separate output to the cooling valve or blower.
Heat/Cool Output Structure
Most barrel zones require both heating and cooling capability. A common implementation splits the PID output:
| PID Output Range | Action |
|---|---|
| 50–100% | Heating output scales from 0–100% |
| 0–50% | Cooling output scales from 100–0% |
| 50% | Deadband — neither heating nor cooling |
This "split-range" output means the PID is always working toward the setpoint from both directions. The deadband prevents the heater and cooler from fighting each other.
In practice, a running extruder at normal speed rarely needs its barrel cooling because screw shear generates heat continuously. Cooling becomes active during screw speed increases, emergency stops (where residual shear heat would otherwise overshoot the setpoint), or when running low-viscosity materials that require lower barrel temperatures.
Cascade Considerations
On a high-precision line, cascade PID improves temperature zone response. The outer (primary) loop compares the zone thermocouple reading to the setpoint and outputs a corrected "inner setpoint." The inner (secondary) loop — sometimes a heater current loop or a secondary temperature sensor closer to the melt — tracks that inner setpoint much faster. The result is tighter temperature control with less overshoot on disturbances like feed surges.
For most standard extrusion lines, single-loop PID per zone with well-tuned gains is sufficient. See the full discussion of tuning methods in PLC PID Tuning Complete Guide and the specifics of how temperature PID is structured in PLC code in Temperature Control PLC Programming.
Zone-to-Zone Interaction
Barrel zones are thermally coupled through conduction along the barrel wall. A large change in zone 3 will eventually affect zones 2 and 4. This is not a problem the PLC solves algorithmically — it is managed through:
- Conservative PID tuning (slightly underdamped rather than aggressive) to avoid cross-zone hunting.
- Sequential startup ramp — zones heat to setpoint from feed end to die end rather than simultaneously, reducing thermal gradient stress.
- Soak time interlocks — the PLC will not allow the drive to start until all zones have been at setpoint for a configurable hold time (typically 15–30 minutes for the barrel mass to equalize).
Screw Drive Control: VFD and Servo
The extruder motor is almost always controlled through a variable frequency drive (VFD). The PLC sends a speed reference — an analog signal (typically 0–10 V or 4–20 mA) or a digital speed word over a fieldbus — and the drive maintains the commanded RPM under varying load.
Closed-Loop vs Open-Loop Drive
- Open-loop V/Hz control is acceptable for basic extrusion where speed precision requirements are loose.
- Closed-loop vector control (with motor encoder feedback) is preferred for precision applications because it maintains constant RPM even as melt pressure (and therefore motor load torque) changes.
The PLC typically:
- Receives a speed setpoint from the operator interface or from an automatic line speed coordination calculation.
- Applies ramp limits — maximum acceleration and deceleration rates — to prevent mechanical shock and melt pressure spikes.
- Monitors drive fault outputs and motor current, tripping the line if an overcurrent or drive fault occurs.
- Interlocks startup so the screw cannot start unless all zone temperatures are confirmed at setpoint (the soak interlock described above).
Melt Pressure Trim on Screw Speed
A more sophisticated implementation adds a pressure-to-speed trim loop: the PLC runs a secondary PID loop that reads the die-head melt pressure and trims the screw speed reference to hold pressure at a setpoint. This compensates for gradual changes in material viscosity during a run without operator intervention.
The pressure trim loop is typically slow — integral-heavy with a low proportional gain — because melt pressure responds sluggishly to screw speed changes and because aggressive corrections cause throughput swings that are worse than the original drift.
Melt Pressure Monitoring and Safety
The melt pressure transducer is both a process feedback signal and a safety device.
High-Pressure Interlock
Every extrusion line has a high-pressure trip, hardwired (not just in the PLC program) to the drive enable circuit. If melt pressure exceeds the rated maximum for the die and tooling, the drive cuts out immediately. This interlock:
- Is wired directly to the drive's hardware enable input, not routed through the PLC scan cycle.
- Is tested during commissioning and at scheduled maintenance intervals.
- Triggers an alarm in the PLC HMI with a pressure-at-trip value logged for diagnostics.
Failure to maintain this interlock has caused die explosions. It is non-negotiable.
Rupture Disc
Many high-output extruders install a rupture disc — a mechanical pressure relief device — immediately upstream of the die. If the die is blocked and the hardwired interlock fails to stop the screw fast enough, the rupture disc vents the pressure burst to a safe discharge point rather than allowing it to build to a catastrophic level.
The PLC monitors a rupture disc blown indicator (a limit switch on the disc housing) and adds it to the alarm log. A blown disc requires a line shutdown, disc replacement, and root-cause investigation before restart.
Pressure as a Process Diagnostic
Beyond safety, melt pressure trend data tells the maintenance and process team a great deal:
- Gradual rise over weeks: Screen pack plugging; schedule a screen change.
- Cyclical pressure oscillation: Screw surging, often caused by temperature instability in the feed zone or inconsistent pellet bulk density.
- Step change: Die or die adapter partially blocked; contamination in the melt stream.
Logging pressure at 1-second intervals and trending it on the HMI (or historian) is standard practice on any well-run extrusion line.
Line Speed Coordination and Draw Ratio
The most important coordination task on a continuous extrusion line is maintaining the correct speed ratio between the extruder screw and the haul-off puller.
The Draw Ratio Relationship
Draw ratio is defined simply as:
Draw Ratio = Haul-off speed / Die exit speed
Die exit speed is not directly measured — it is calculated from screw RPM, drive motor torque, and the die geometry — or, more practically, it is inferred from a thickness or diameter gauge downstream.
In steady-state operation, the draw ratio must be held constant. If it drifts, product dimensions change. The PLC enforces this by:
- Expressing the haul-off speed as a ratio reference relative to the extruder screw speed.
- When the operator changes extruder speed, the PLC automatically scales the haul-off speed reference by the same ratio.
- Any independent override of either speed is logged as a deviation from the nominal draw ratio.
Line Speed Ratio Table (Example Pipe Extrusion)
| Extruder RPM | Target Haul-off (m/min) | Draw Ratio |
|---|---|---|
| 20 | 2.0 | 1.10 |
| 30 | 3.0 | 1.10 |
| 40 | 4.0 | 1.10 |
| 50 | 5.0 | 1.10 |
The ratio stays constant across speeds. The actual numbers depend entirely on the die design and material.
Cascade Speed References Through the Line
On a multi-station line — extruder, cooling bath, haul-off, cutter — all downstream stations receive their speed references as a ratio of a single master speed reference. The PLC (or a dedicated drive coordinator) implements this as a speed cascade:
- The operator sets one master speed.
- Every downstream station calculates its own setpoint as
master_speed × station_ratio. - Ratios are stored in a recipe structure, indexed by product code.
This is architecturally similar to the tension zone coordination described in Web Tension Control Explained, where speed ratios between unwind, processing, and rewind maintain consistent web tension. In extrusion, the goal is dimensional consistency rather than tension, but the cascaded ratio logic is comparable.
For a broader view of how this fits into a complete factory automation strategy, see Manufacturing Automation Guide.
Gauge Control and Product Quality
On precision lines — thin-wall tubing, film, sheet — gauge (thickness) measurement feeds back into the line speed coordination loop.
A laser micrometer, ultrasonic gauge, or beta gauge (radiation-based for sheet) measures the product cross-section continuously and reports a thickness PV to the PLC. The PLC then:
- Compares measured gauge to the target gauge.
- Trims the haul-off speed reference to correct the deviation — if product is thicker than target, speed up the haul-off to draw it thinner; if thinner, slow down.
- Applies limits to the trim range to prevent overcorrection.
This gauge feedback loop is typically slow — a large transport delay exists between the die and the measurement point — and requires careful tuning. An integrating-only controller (pure I) is common because it removes offset without the oscillation risk of a high-gain proportional response.
Die Bolt / Lip Adjustment (Sheet and Film)
For sheet dies with adjustable die lips, some lines add automatic die bolt control: the PLC drives servo motors on individual die bolts to correct cross-direction (CD) gauge variation — thickness uniformity across the width. This is a separate multi-axis control problem and is typically handled by a dedicated profile control system that reports to the main PLC.
Alarms and Interlocks: The PLC's Safety Layer
A correctly structured extrusion line has two layers of protection:
Hardwired safety interlocks (not PLC-dependent):
- High melt pressure drive trip
- Motor thermal overload
- Emergency stop chain
PLC-managed alarms and soft interlocks:
- Zone temperature deviation high/low (PV more than ±X°C from SP for more than Y seconds)
- Zone thermocouple broken or open circuit
- Cooling water flow loss
- Drive fault status
- Screw soak interlock (startup inhibit until temperatures stabilize)
- Product gauge out of tolerance
The PLC should log every alarm with a timestamp, the PV at alarm, and the operator response. This data is the starting point for any quality investigation or process improvement work.
Startup and Shutdown Sequences
A PLC-controlled startup sequence removes dependency on operator memory and enforces best practice:
- Zone heat-up: All zones ramp to setpoint at a controlled rate.
- Soak timer: PLC holds until all zones are at setpoint and stable for the configured soak time.
- Purge permission: Operator initiates a purge at low speed to clear degraded material from previous run.
- Production ramp: Screw speed ramps from purge speed to production setpoint over a configured time.
- Line speed engage: Haul-off and downstream stations engage at the calculated ratio once head pressure confirms stable melt.
The shutdown sequence is the reverse — haul-off first slows to prevent material pileup, screw ramps down, then zones ramp to a reduced standby temperature rather than full off (to prevent thermal shock to the barrel and screw).
The PLC View: What a Typical Control Program Looks Like
Pulling the above together, a typical extrusion PLC program is organized into functional blocks:
| Block | Function |
|---|---|
| Temperature Zone PID (×N) | Independent PID loop per zone, split heat/cool output |
| Soak Interlock | AND logic across all zone "at setpoint" bits |
| Drive Speed Reference | Master speed output to extruder VFD |
| Pressure Monitor | High-pressure alarm, safety relay output |
| Haul-off Ratio | Calculates haul-off reference = master × ratio |
| Line Speed Cascade | Propagates master to all downstream stations |
| Gauge Trim | Slow I-only loop adjusting haul-off ratio |
| Alarm Handler | Event queue, timestamps, operator acknowledge |
| Startup/Shutdown Seq | Step-based sequence with timers and interlocks |
| Recipe Manager | Stores product-specific setpoints, ratios, PID gains |
The PID implementation follows the same principles as any process loop — integral windup prevention during the soak phase, bumpless transfer when switching from manual to auto, and output clamping to prevent drive overrange. All of these are covered in detail in PLC PID Tuning Complete Guide.
The temperature control specifics — how the PLC code structures the PID function block calls, how to handle thermocouple fault inputs, and how the split heat/cool output is engineered in ladder logic — are covered in Temperature Control PLC Programming.
If you are working in plastics and also control injection molding equipment, the control architecture differs significantly from extrusion: see injection molding for a detailed comparison of the injection, clamp, and ejection cycle and how a PLC sequences those pressure and position events.
FAQ
How is an extruder controlled?
An extruder is controlled by a PLC that manages multiple PID loops simultaneously: one per barrel and die temperature zone, one for screw speed via a VFD, and a coordinated ratio link between the extruder and the downstream haul-off. The PLC also monitors melt pressure for safety and, on precision lines, trims line speed in response to a gauge measurement.
What controls barrel temperature on an extruder?
Each barrel zone has its own heater band and cooling circuit, both driven by a PID controller in the PLC. The PV is a thermocouple embedded in the barrel wall. The PID output is split between a solid-state relay for the heater (output > 50%) and a cooling valve or blower (output < 50%). The PLC prevents drive startup until all zones have held their setpoints for a minimum soak time.
Why is melt pressure monitored on an extruder?
Melt pressure at the die head is monitored for two reasons. First, it is a safety signal: a hardwired high-pressure interlock will trip the extruder drive before pressure can damage the die, adapter, or tooling. Second, it is a process diagnostic: gradual pressure rise indicates screen pack fouling; cyclical oscillation indicates screw surging; a step change indicates a blockage or contamination event.
How does a PLC coordinate line speed between the extruder and the haul-off?
The PLC expresses the haul-off speed as a fixed ratio of the extruder screw speed. When the operator changes the master speed, all downstream stations — haul-off, cooling station speed, cutter — update their references proportionally so the draw ratio remains constant. On precision lines, a slow gauge feedback loop adds a small trim to the haul-off ratio to correct dimensional drift without operator intervention.


