Learn PLCs free
Technical Guides13 min read5 626 words

How an Injection Molding Machine Works (and How It's Controlled)

How an injection molding machine works — the clamping, injection, and ejection cycle, the machine parts, key process parameters, and PLC/controller automation.

IAE
Senior PLC Programmer
15+ years hands-on experience • 50+ automation projects completed
PLC
Programming Excellence

Injection molding turns raw plastic pellets into finished parts in a repeating cycle that can complete in as little as a few seconds. Every automotive trim panel, medical syringe, and phone case you see was almost certainly made on one. Understanding how that machine works — and how its controller keeps every cycle within tolerance — is the foundation for anyone maintaining, programming, or optimizing a molding cell.

This guide walks through the machine hardware, the full molding cycle, the process parameters that drive quality, the differences between machine types, the defects that signal a process drift, and the closed-loop control architecture that ties it all together.

What Injection Molding Is

Injection molding is a cyclic manufacturing process that melts thermoplastic (or thermoset) material and forces it under high pressure into a closed mold cavity. The melt cools and solidifies into the cavity shape, the mold opens, and the part is ejected. The cycle then repeats — often thousands of times per shift.

The process is suited to high-volume production because the cycle time, once optimized, stays almost constant and the per-part cost falls rapidly as volume rises. Tooling (the mold itself) is the expensive upfront cost; everything else is material, energy, and cycle time.

Injection molding handles:

  • Thermoplastics (PP, ABS, nylon, PC, HDPE) — by far the most common; melt on heating, solidify on cooling, reprocessable
  • Thermosets (epoxy, phenolic) — cure irreversibly under heat; less common, specialized machines
  • Elastomers (TPE, silicone) — used for seals, grips, over-molded parts

The Main Machine Parts

A standard injection molding machine has four major assemblies.

Injection Unit

The injection unit melts plastic pellets and delivers them to the mold under controlled pressure and velocity.

Component Function
Hopper Gravity-feeds dried pellets into the barrel
Barrel Heated steel tube where the screw rotates and melts material
Reciprocating screw Conveys, compresses, and melts pellets; then acts as a plunger to inject
Nozzle Sealed interface between barrel and sprue bushing on the mold
Heater bands Resistance heaters on barrel zones, controlled by the machine's temperature loops
Hydraulic/electric actuator Drives screw rotation (plasticating) and linear injection stroke

The barrel is divided into temperature zones — typically three to five — each independently controlled. Melt temperature is one of the most critical process variables and each zone has its own thermocouple and PID loop. See temperature control in PLC programming for how closed-loop barrel zone control is implemented.

Clamping Unit

The clamping unit holds the mold closed against the injection pressure that would otherwise force it open.

Clamp force is rated in tons (or kilonewtons on metric machines) and must exceed the separating force generated by injection pressure acting on the projected area of the part. Under-clamping causes flash; over-clamping risks mold damage.

There are two common clamping designs:

  • Toggle clamp — a mechanical linkage amplifies actuator force through a toggle geometry; fast and energy-efficient; position-controlled by servo or hydraulic
  • Hydraulic straight-lock — a large hydraulic cylinder closes directly; slower but delivers full clamp force throughout closing; common on larger machines

The clamp also carries:

  • Tie bars — precision-ground rods that provide the mechanical reaction force
  • Platens — the mounting plates for each mold half (stationary and moving)
  • Ejector system — hydraulic or electric actuator that drives the mold's ejector pins through the moving platen

Mold

The mold is the precision steel tooling that defines part geometry. It consists of:

  • Cavity — the female impression of the part
  • Core — the male insert that forms inside surfaces
  • Runner system — channels that route melt from the sprue to each cavity (hot runner systems keep the runner molten to eliminate sprues as waste)
  • Cooling channels — drilled or machined passages carrying temperature-controlled water or glycol to extract heat from the melt
  • Ejector pins — hardened steel pins that push the part off the core after mold opening
  • Vents — fine gaps that allow trapped air to escape during injection

Mold cooling is the dominant factor in cycle time. Most of a typical cycle is spent waiting for the part to solidify enough to eject without distortion. Optimizing cooling channel design and coolant temperature directly compresses cycle time and improves dimensional consistency.

Injection molding machine main assemblies — injection unit barrel screw nozzle, clamping unit toggle platen, mold cavity core, and hydraulic electric drive system Horizontal diagram showing the four main assemblies of an injection molding machine from left to right: injection unit with hopper barrel and screw, mold with cavity and core, clamping unit with platens and tie bars, and the drive system below. Injection Molding Machine: Four Main Assemblies Injection Unit Hopper Heated Barrel + Screw Zone 1→5 temp ramp PID per zone · Jython Anti-windup critical Mold Cavity (moving) Core (fixed) Cooling channels · Vents · Ejector pins Clamping Unit Stationary Moving Toggle Linkage Clamp force: 50–5000 tonnes Mold protection during close Drive System Hydraulic: fixed/variable pump Electric: independent servo per axis Hybrid: servo pump + hydraulic clamp Machine Controller Barrel PID loops Velocity/ pressure cascade State machine SPC data → SCADA
Injection molding machine main assemblies: injection unit (heated barrel, screw), mold (cavity, core, cooling), clamping unit (platens, toggle, tie bars), and drive system — all sequenced by the machine's PLC-based controller.

Hydraulic or Electric Drive System

The machine's power system actuates all axes: clamp open/close, injection, screw rotation, ejection, and core pulls.

  • Hydraulic machines use a fixed-displacement or variable-displacement pump driving hydraulic cylinders and motors. They are robust, handle large clamp forces well, and are tolerant of overload. The trade-off is higher energy consumption and oil-temperature management.
  • Electric machines use servo motors for each axis independently. They are faster, more repeatable, more energy-efficient, and cleaner (no hydraulic oil risk near medical or food tooling).
  • Hybrid machines use a servo-driven pump for injection (high bandwidth demand) and hydraulic actuation for clamping (sustained force, slower response).

The Molding Cycle Step by Step

A single injection molding cycle has six sequential phases. The controller sequences through each phase based on position, pressure, time, or temperature feedback.

1. Mold Close and Clamp

The moving platen travels forward to bring the mold halves together. The controller moves in stages:

  • High-speed close — fast approach with low force
  • Slow close / mold protection — reduced speed near mold contact to detect obstructions (an ejected part that did not clear, or a foreign object)
  • High-pressure clamp build — full clamp tonnage applied and held for the rest of the cycle

Mold protection is a critical safety function. The controller monitors clamp force (or toggle position) during slow close and alarms if resistance is detected before the mold seats fully.

2. Injection (Fill)

With the mold locked, the screw drives forward as a plunger, pushing the shot of melt ahead of it through the nozzle and into the mold cavity.

Injection is velocity-controlled during fill. The controller follows a velocity-versus-screw-position profile — varying the injection speed across the stroke to control how the melt front advances through the cavity. Different sections of the cavity may need different fill rates to avoid jetting, weld lines, or burn marks.

The switch from velocity control to pressure control — the V/P switchover — occurs just before the cavity is full. Setting this transfer point correctly is one of the most important process adjustments in injection molding.

3. Pack and Hold

After switchover, the machine applies a sustained forward pressure (hold pressure) to the screw for a programmed time. This phase:

  • Compensates for volumetric shrinkage as the melt cools and contracts
  • Pushes additional material into the cavity to maintain part dimensions
  • Keeps the gate pressurized until it freezes off

Gate freeze marks the end of the hold phase; adding more hold time beyond gate freeze wastes cycle time and adds residual stress. Determining gate freeze time is done by systematically varying hold time and weighing parts — weight stabilizes once the gate is frozen.

Injection molding cycle six phases — mold close clamp, injection fill velocity control, pack hold pressure, cooling plasticate, mold open, ejection sequence timing Horizontal bar timeline showing the six phases of the injection molding cycle with relative duration: mold close and clamp, injection fill under velocity control, pack and hold under pressure control, cooling while plasticating, mold open, and ejection with robot handshake. Injection Molding Cycle: Six Phases and Relative Duration 1. Mold Close + Clamp 2. Injection (Fill) 3. Pack and Hold 4. Cooling + Plasticate 5. Mold Open 6. Eject + Robot Position + force controlled Velocity profile (V/P switchover at end) Pressure control until gate freeze Dominant phase (50–70% cycle) · screw recharges Multi-stage speed profile EUROMAP 67 I/O handshake Total cycle time (typ. 10–60 s depending on part wall thickness and material) Start End
The six-phase injection molding cycle. The cooling phase typically accounts for 50–70% of total cycle time — reducing it through optimized cooling channel design and mold temperature control is the primary lever for improving productivity.

4. Cooling

The screw retracts and rotates to plasticate the next shot (charging the barrel) while the part cools in the closed mold. Cooling time is a function of:

  • Part wall thickness
  • Material thermal diffusivity
  • Mold coolant temperature and flow rate
  • Required ejection temperature (the part must be rigid enough not to distort on ejection)

The controller monitors coolant supply and return temperatures via sensors in the mold temperature controller unit. For demanding applications, coolant temperature is regulated by a closed-loop chiller/temperature controller — a separate piece of equipment that receives a setpoint from the machine controller or SCADA.

5. Mold Open

Once cooling time expires, the clamp releases and the platen retracts. The controller uses a multi-stage speed profile (slow crack-open to break part adhesion, then high-speed open, then decelerate) to avoid part hang-up or mold damage.

6. Ejection

The ejector actuator advances, driving ejector pins into the mold core to push the part off. For sticky parts, an ejector sequence may pulse forward-retract multiple times. A parts-present sensor (typically a photoelectric or laser scanner on the ejector side or robot gripper) confirms part ejection before mold close is allowed.

This sensor interlock is the handshake between the machine and any downstream automation — a critical safety and quality gate.

Key Process Parameters

Injection molding has a large parameter space. In practice, the parameters below account for the majority of part quality variation.

Parameter Typical Control Method Effect on Part Quality
Barrel zone temperatures Closed-loop PID per zone Melt viscosity, degradation, colour
Mold temperature Coolant circuit PID Cycle time, surface finish, crystallinity
Injection velocity profile Servo/hydraulic position-velocity loop Fill balance, weld lines, shear stress
V/P switchover position or pressure Sensor-based automatic transfer Flash, short shots, sink
Hold pressure and time Open-loop time + pressure Shrinkage, weight consistency
Cooling time Timer (fixed or calculated) Cycle time, warpage, ejection force
Back pressure Closed-loop pressure during screw retract Melt homogeneity, shot weight consistency
Screw RPM Closed-loop speed during plasticating Shear heat, melt temperature

Temperature

Melt temperature is the single most influential variable on viscosity. Most thermoplastics have a narrow processing window: too cold and the material is too viscous to fill the mold without excessive pressure; too hot and the material degrades, discolours, or generates volatiles.

Barrel zone temperatures are set in a ramp profile — typically lower at the feed throat to prevent premature melting and bridging, rising through the metering zone to target melt temperature.

Mold temperature affects surface finish and part crystallinity. Amorphous polymers (ABS, PC) can tolerate lower mold temperatures; semi-crystalline polymers (nylon, POM, PP) benefit from higher mold temperatures for correct crystalline structure and dimensional stability.

Pressure

Injection pressure (the hydraulic or servo force during fill) must overcome melt viscosity and flow resistance. Machines are sized with a pressure rating (typically 1,400–2,400 bar at the nozzle); running consistently at or near maximum pressure indicates a process operating near its limits.

Hold pressure is typically 40–80% of injection pressure. It is the most direct lever for controlling part weight and compensating for shrinkage.

Back pressure during screw retract (plasticating) compresses the melt ahead of the screw tip to improve homogeneity and drive off volatiles. Higher back pressure adds shear heat and mixing; too high causes degradation.

Speed and Shot Size

Injection speed (screw velocity during fill) is profiled to match cavity geometry. Thin-wall parts require high speed to fill before the melt freezes; thick-walled parts can tolerate slower fills that reduce shear stress.

Shot size (the distance the screw retracts during plasticating, equivalent to melt volume) must match cavity volume plus runner volume plus a small cushion. Cushion is the melt remaining under the screw tip at the end of hold; zero cushion means pressure cannot be transmitted to the cavity. Consistent shot size, cycle after cycle, is a primary indicator of process stability.

Hydraulic vs Electric vs Hybrid Machines

Understanding the drive architecture matters when specifying a machine, diagnosing problems, or integrating with plant automation.

Attribute Hydraulic Electric Hybrid
Injection repeatability Moderate High High
Cycle speed Moderate Fast (servo-driven) Fast
Energy consumption High (pump runs continuously) Low (only motors in use draw power) Medium
Cleanliness Oil leak risk No hydraulic oil Minimal oil
Capital cost Lower Higher Medium–high
Maintenance Oil changes, seals, hydraulic components Servo drives, ball screws Mixed
Best fit Large parts, high clamp force, robust environment Medical, cleanroom, high-precision General purpose

Electric machines use independent servo axes. Because each axis is individually controlled, the controller can overlap motions (begin plasticating while the mold is still closing, for example) more precisely than a hydraulic machine limited by valve response. This overlapping of cycle phases is a key technique for reducing cycle time.

Hydraulic machines are still preferred for very large clamp forces (above roughly 1,000 tonnes) where the cost of electric servo systems becomes prohibitive and where the inherent compliance of hydraulics provides some protection against mold crash forces.

Common Defects and Their Process Causes

Defects are process signals. Diagnosing them systematically — rather than guessing — requires understanding the relationship between parameter and defect.

Defect Likely Cause(s)
Short shot (incomplete fill) Insufficient injection pressure or velocity; melt temperature too low; shot size too small; blocked vent
Flash Clamp force insufficient for projected area; mold damage at parting line; V/P switchover too late
Sink marks Hold pressure too low; hold time less than gate freeze time; wall too thick
Weld lines Melt fronts meeting at low temperature; injection speed too slow; venting inadequate
Burn marks Trapped air unable to escape (vent blocked or too shallow); injection speed too high for that section
Warpage Uneven cooling; residual stress from over-pack; incorrect gate location
Jetting Injection speed too high at gate; gate too small; melt temperature too low
Dimensional drift Gradual process drift in melt or mold temperature; shot weight variation; barrel wear

Systematic defect diagnosis follows a one variable at a time methodology. The machine's controller data log (or a connected SPC system) provides the evidence: if cycle weight drifted before warpage appeared, the process shifted before the defect showed up in inspection.

Injection molding key process parameters — melt temperature barrel zones, injection velocity profile V/P switchover, hold pressure, and cooling time effect on part quality Four-panel reference showing the most critical injection molding process parameters: melt temperature barrel zone ramp, injection velocity V/P switchover point, hold pressure range, and cooling time factors including wall thickness and material thermal diffusivity. Key Injection Molding Process Parameters Barrel Temperature Zone ramp: cool feed → hot metering zone Z1 Z2 Z3 Z4 Z5 Too cold: high viscosity Too hot: degradation PID loop per zone Injection Velocity Profiled vs screw position V/P switchover Start End Late V/P → flash Early V/P → short shot Hold Pressure 40–80% of injection P Until gate freezes Low → sink marks High → flash / stress Right → consistent weight Cushion monitors gate freeze status Cooling Time Dominant cycle phase Wall thickness (t²) Thermal diffusivity (α) Coolant temp (Tw) Ejection temp (Te) Lower coolant temp = shorter cycle time
Key injection molding process parameters: barrel temperature zone ramp, injection velocity profile with V/P switchover, hold pressure range, and cooling time factors. Each parameter directly links to specific defect modes.

Automation and Robots

Most production injection molding cells use a robot for part removal, trimming, and downstream handling. The integration between the machine controller and robot is a safety-critical handshake.

Part Removal Robot Types

  • 3-axis Cartesian robots (top-entry traverse robots) — standard for most parts; mount to the machine frame above the mold; fast linear motion; low cost
  • 6-axis articulated robots — used when complex in-mold or post-mold operations are needed (insert loading, in-mold labeling, assembly)
  • Side-entry robots — enter horizontally through the parting plane; suited to horizontal machines with restricted vertical clearance

Machine-Robot Handshake

The controller interfaces with the robot via hardwired I/O or a fieldbus (EUROMAP 67 is the standard interface for injection molding machines and robots). The key signals are:

  • Machine ready for robot entry — output from machine, asserted after mold open completes and ejector has retracted to its home position
  • Robot in mold — input to machine, asserted when robot end-of-arm tooling has entered the mold area
  • Robot out of mold — input to machine, de-asserts "robot in mold"; machine will not close until this is confirmed
  • Part removed / no part detected — alarm input; machine holds in open state and alerts operator if the sensor detects a part was not successfully removed

These I/O signals form an interlocked safety sequence. A mis-wired or bypassed robot handshake is a direct path to a mold crash, so the sequence is typically validated in the machine acceptance test and documented in the FMEA.

Cycle Overlap and Dry Cycle Time

The controller can overlap the robot part-removal stroke with plasticating (screw rotation charging the next shot). Since both operations happen while the mold is open, this overlap reduces the dry cycle time — the non-productive time between injection events. In high-volume production, reducing dry cycle time by even half a second is significant across millions of parts.

For similar considerations in web-converting and continuous process lines, see our article on web tension control.

Automation and Closed-Loop Control: The Controls View

Modern injection molding machines are sophisticated closed-loop control systems. The machine controller (proprietary PLC or dedicated motion/process controller) runs multiple simultaneous control loops.

Barrel Zone Temperature Control

Each barrel zone runs a PID temperature loop sampling the zone thermocouple and driving the heater band SSR or contactor. Key considerations:

  • Barrel zones have slow, high-thermal-mass dynamics — integral action dominates; derivative is often disabled or very small
  • Anti-windup is essential; during startup, all zones heat from ambient and the integrator must not wind up so that zones overshoot badly on approach to setpoint
  • Cross-zone interaction is a real disturbance; adjacent zones affect each other through barrel conduction, so aggressive Kp values cause hunting between zones
  • Setpoint ramp rates limit warm-up speed to prevent thermal shock on the barrel or screw

For detailed PID loop setup and tuning methodology applicable to barrel zones, see PLC PID tuning.

Injection Pressure and Velocity Control

The injection axis runs a cascade control structure on many machines:

  • Outer loop: velocity (screw position derivative) with a velocity setpoint profile
  • Inner loop: hydraulic pressure or servo torque

During the fill phase the outer velocity loop is active. At V/P switchover, the machine transitions the outer loop to pressure control. The transition must be bumpless — a hard step in pressure at switchover causes a pressure spike that flashes the mold.

Electric machine servo drives handle this through the drive's own velocity/torque mode switching. Hydraulic machines implement it through proportional valve control with pressure feedback from a transducer in the injection cylinder or nozzle area.

Cycle Sequencing

The machine controller is fundamentally a state machine: each phase of the cycle is a state, and the controller transitions between states based on conditions (sensor inputs, timer expirations, threshold crossings). A simplified state flow:

  1. Mold close → condition: clamp tonnage reached
  2. Inject → condition: screw position reaches V/P transfer point
  3. Hold → condition: hold timer expires
  4. Cooling / plasticate → condition: cooling timer expires and screw retract completes
  5. Mold open → condition: platen at open limit
  6. Eject → condition: ejector forward limit, part sensor clear
  7. Robot entry / exit → condition: EUROMAP 67 handshake complete
  8. Back to Mold close

Any state can transition to a fault halt if a monitored condition (over-temperature, over-pressure, mold protection trip, safety gate open) is violated. This is structurally identical to the fault handling in other process automation systems — for a comparison with continuous process sequencing, the approach mirrors what is described in clean-in-place automation.

SPC Data to SCADA

Production injection molding cells feed cycle data to a SCADA or MES layer for Statistical Process Control. Every cycle, the machine logs:

  • Cycle time (and each sub-phase duration)
  • Peak injection pressure
  • Cushion (screw position at end of hold)
  • Shot weight (via in-line scale, or inferred from cavity pressure integral)
  • Barrel zone temperatures (actual vs setpoint at transfer)
  • Mold temperatures (supply and return)
  • Machine energy (joules per cycle on electric machines)

Control charts (X-bar/R or individuals/moving range) on cushion and cycle time are the standard first-line SPC indicators for injection molding process health. Drift in cushion before it reaches an out-of-spec limit gives the operator a warning that something in the process is changing.

Injection molding machine state machine controller cycle sequence — PLC state machine from mold close through inject hold cool open eject back to start Circular state machine diagram showing the injection molding controller cycling through eight states: mold close, clamp build, inject fill, V/P switchover, pack hold, cool plasticate, mold open, and eject robot handshake, with fault halt state accessible from any state. Injection Molding Machine Controller: State Machine 1. Mold Close 2. Clamp Build 3. Inject (Fill) 4. V/P + Hold 5. Cool + Plasticate 6. Mold Open 7. Eject + Robot Auto Mode Check FAULT HALT Any state → fault on alarm
Injection molding machine controller as a state machine: the controller sequences through each phase based on sensor feedback (clamp tonnage, screw position, timer, temperature). Any state can transition to fault halt on a monitored alarm condition.

For a broader treatment of how SPC data flows into plant-level automation systems, see the manufacturing automation guide.


Frequently Asked Questions

How does an injection molding machine work?

An injection molding machine melts plastic pellets in a heated barrel, then uses a reciprocating screw to inject the melt under high pressure into a closed steel mold. The melt cools and solidifies into the mold cavity shape. The mold then opens, ejector pins push the part off the core, and the cycle repeats. The full sequence — clamp, inject, pack/hold, cool, open, eject — is controlled by the machine's PLC-based controller, which sequences each phase based on position, pressure, time, and temperature feedback.

What are the stages of the injection molding cycle?

The injection molding cycle has six stages: (1) mold close and clamp build, (2) injection (fill) under velocity control, (3) pack and hold under pressure control, (4) cooling while the screw plasticates the next shot, (5) mold open, and (6) ejection and part removal. The longest stage is typically cooling, which can account for 50–70% of total cycle time depending on part wall thickness and material.

What is the difference between hydraulic and electric injection molding machines?

Hydraulic machines use hydraulic cylinders and motors driven by a pump; they are robust, handle very high clamp forces, and have lower capital cost but consume more energy. Electric machines use independent servo motors for each axis; they are faster, more repeatable, more energy-efficient, and produce no hydraulic oil contamination — making them preferred for medical, cleanroom, and high-precision applications. Hybrid machines combine a servo-driven pump for the injection axis with hydraulic clamping, targeting the energy and speed benefits of electric drives with the force capacity of hydraulics.


Injection molding is one of the most tightly controlled manufacturing processes in industry. Every parameter — melt temperature, injection velocity, hold pressure, cooling time — affects final part quality, and the machine controller is responsible for executing and repeating that parameter set with sub-second precision across millions of cycles. Understanding the machine hardware, the cycle physics, and the closed-loop control architecture behind it gives automation engineers the foundation to commission, optimize, and troubleshoot molding cells effectively.

#injectionmolding#injectionmolding machine#moldingcycle#plastics#processcontrol#automation
Share this article:

Related Articles