How to Diagnose a Platen Zone That Has an Unstable Temperature Only When the Press Is Open?

May 26, 2026

Leave a message

A heating platen holds a rock-steady temperature during the press cycle, clamped against the massive, cold mold. But the moment the press opens and the part is ejected, the temperature reading for a specific zone begins to bounce around erratically, oscillating by several degrees. The heater is fine, the sensor is fine, and the PID tune is perfect for the loaded state. The problem is that the thermal personality of the platen has fundamentally changed the instant it was exposed to the open air.

Understanding the Two Thermal Personalities of a Platen

When the press is closed, the platen is in tight contact with a large thermal mass (the mold). Heat is conducted away steadily and predictably. This loaded state has a high thermal inertia and a relatively slow, stable response to changes in heater power. The PID controller is typically tuned for this condition using aggressive parameters (high gain, short integral time) that provide tight temperature control under load.

When the press opens, the platen's surface is suddenly exposed to ambient air. Its heat loss is now by natural convection and radiation to the surroundings, which is a much less efficient and more variable process. A draft, an open bay door, a fan, or a slight change in room temperature can cause the surface temperature to fluctuate. The platen has two completely different thermal personalities: a calm, steady one when it is in a warm embrace with the mold, and a nervous, jittery one when it is naked and exposed to the drafts of the factory.

The Root Cause: Mismatched PID Tuning

The PID controller, still using the aggressive, loaded‑state parameters, overreacts to these small, rapid fluctuations. What was a stable response to a heavy load becomes an unstable, oscillating response in the lightly loaded, open‑press state. The controller sees a small drop in temperature (perhaps from a draft), applies a large corrective power pulse (because the gain is set for a large thermal mass), overshoots, then cuts power, causing the temperature to fall again. This cycle repeats, producing the observed unstable temperature press open platen zone behavior.

The heater itself is not faulty. The sensor is not faulty. The problem is that a single PID tune cannot optimally control two vastly different thermal regimes.

Diagnosing the Instability

Step 1: Confirm the Pattern

Before making any changes, the condition must be verified. Record the zone temperature using a data logger or the controller's trending function. Perform three consecutive press cycles:

Press closed (loaded against mold): Temperature should be stable within ±0.5°C.

Press open (platen exposed to air, no part): Temperature should be observed for 2–5 minutes.

Press closed again: Temperature should return to stable.

If the instability appears only during the open‑press interval and disappears when the press closes, the diagnosis is confirmed.

Step 2: Rule Out Other Causes

Although unlikely, other potential sources of open‑press instability should be excluded:

Loose thermocouple connection: A loose connection may cause intermittent readings when the press moves. However, this would usually affect both open and closed states equally. Wiggle the sensor wiring while monitoring the temperature display.

Draft source: A nearby exhaust fan, air conditioner vent, or open door can create cold drafts. Use a handheld anemometer to measure air velocity across the platen surface when the press is open. Velocities above 0.5 m/s can cause noticeable fluctuations. If a draft is present, consider shielding the platen or redirecting the airflow.

Failing solid‑state relay (SSR): An SSR that leaks current or triggers erratically can cause temperature swings. Compare the heater's power output (e.g., using a current clamp) to the controller's commanded output. If the SSR is failing, the instability would likely occur in both states.

Step 3: Use an Infrared Camera to Visualize Thermal Behaviour

An infrared camera can visualize the effect of drafts on the platen surface. With the press open, image the platen surface. Cold streaks or moving cool patches indicate convective air currents. This visual evidence helps confirm that the instability is driven by external environmental factors rather than a control system fault.

The Solution: Dual PID Tunes with Bumpless Transfer

The solution is to implement a separate, gentler "idle" or "standby" PID tune that is automatically switched in when the press is open. This idle tune has:

Lower proportional gain (Kp): Reduces the controller's reaction to small temperature errors.

Longer integral time (Ti): Slows the accumulation of offset error, preventing overshoot.

Same or slightly higher derivative action (Td): May be used to dampen rapid fluctuations, but often derivative is reduced or disabled in idle mode.

Implementing the Switch

Most modern PID temperature controllers (e.g., Eurotherm, Watlow, Omron) support dual‑tune or multi‑profile operation. The switch between the loaded tune and the idle tune is triggered by a digital input from the press's control system (e.g., a limit switch that indicates "press open" or "press closed"). When the press opens, the controller receives a signal and instantly loads the idle PID parameters. When the press closes again, it reloads the loaded parameters.

Bumpless Transfer

A critical feature is bumpless transfer. Without bumpless transfer, switching PID parameters can cause a sudden jump in the controller output (the power command), which itself creates a temperature spike or dip. Bumpless transfer ensures that when the PID set is changed, the controller's internal accumulator (integral term) is re‑initialized to a value that matches the current power output, and the output remains continuous. Most modern controllers implement bumpless transfer automatically when switching between PID sets.

Tuning the Idle Parameters

The idle PID parameters are derived by performing an auto‑tune or manual tune with the press open and the platen at the normal operating temperature, without any mold contact. The resulting parameters will naturally be less aggressive. Typical differences:

Parameter Loaded Tune (Press Closed) Idle Tune (Press Open)
Proportional band 5–10°C 15–30°C
Integral time 10–30 seconds 60–120 seconds
Derivative time 2–5 seconds 0–2 seconds (often disabled)

After implementing the dual tune, the platen temperature should remain stable within ±1°C during both open and closed states, regardless of ambient drafts.

Example Diagnostic Case

A 200‑ton compression molding press exhibited a middle zone with temperature oscillations of ±4°C when the press was open, but ±0.5°C when closed. The instability occurred only in winter when the plant's heating system created intermittent drafts. An infrared camera revealed cold air streams moving across the platen surface when the press was open. The controller was a single‑tune unit. A replacement controller with dual‑tune capability was installed. The loaded PID set was kept as originally tuned. The idle PID set was obtained by running an auto‑tune with the press open. A digital input from the press's open/closed limit switch was wired to the controller's external input. After commissioning, the unstable temperature press open platen zone was eliminated; temperature remained within ±0.8°C in both states.

Alternative Approaches (When Dual Tune Is Not Available)

If the controller does not support dual PID sets, other workarounds may be attempted, though they are less elegant:

Reduce the loaded tune's gain to a compromise value that works adequately in both states. This usually degrades closed‑press performance.

Add a physical shield around the platen that remains in place when the press opens, reducing convective losses. This is mechanically complex and may interfere with part removal.

Use a manual standby power mode: When the press opens, switch the controller to manual mode and set a fixed power level (e.g., 10–20% of full power) that roughly matches the idle heat loss. Return to automatic PID when the press closes. This requires a custom logic relay.

Preventive Measures for New Press Designs

For new press installations, the following design practices prevent open‑press instability:

Specify controllers with multi‑PID set capability and external input switching.

Include a limit switch or proximity sensor dedicated to detecting press open/closed status.

Commission both loaded and idle PID tunes during startup and document both sets in the machine manual.

Install a draft shield around the platen area, if permissible, to reduce convective losses.

Conclusion

An idle‑mode instability is a classic sign of a control system tuned only for the loaded state, and the elegant fix is a software switch to a gentler, separate set of PID parameters for the open‑press condition. The diagnosis is confirmed by observing that the instability occurs exclusively when the press is open and by ruling out sensor or SSR faults. Implementing dual PID tunes with bumpless transfer provides a smooth, automatic transition between the two thermal personalities of the platen. The smartest controller is the one that knows when its environment has changed. For any press exhibiting an unstable temperature press open platen zone, the addition of an idle PID tune is a proven, low‑cost solution that restores stable, reliable operation.

info-717-483

Send Inquiry
Contact usif have any question

You can either contact us via phone, email or online form below. Our specialist will contact you back shortly.

Contact now!