Unplanned downtime on a plastic processing line is rarely caused by the mechanics alone. In modern compounding extruders, blow molding machines, injection systems, pipe and sheet lines, and recycling plants, the control system is the nervous system that decides whether a barrel heats correctly, whether a servo axis follows its command, and whether a safety door actually stops the press. When that control layer fails, the entire production line stops, and the cost of lost production rises quickly. This guide explains the common failures of plastic machinery control systems and the software troubleshooting methods that bring a line back online fast. Whether you run a twin-screw compounding extruder, an extrusion blow molding machine, a PET bottle blow machine, an injection blow molding machine, a pipe extrusion line, a film or sheet line, or a washing and pelletizing recycling line, the failure patterns are surprisingly consistent because the underlying control architecture is similar.
Wanplas, the main brand that aggregates the product ranges of seven specialized factories, publishes this engineering note to help plant engineers, maintenance leads, and production managers build a repeatable troubleshooting discipline. With more than 300 employees across the group, exports to more than 100 regions, and ten group promises that include USD 500 free parts every year, Wanplas designs its machinery around controllable, diagnosable, and serviceable control systems. The goal of this article is practical: teach you to classify a fault, read the alarm, isolate the subsystem, verify the signal chain, and roll back safely, then show how a control-ready machine from the Wanplas network shortens every one of those steps.
Control System Architecture of Plastic Machinery
A plastic machinery control system is best understood as a stack of five layers, each with its own components, its own failure modes, and its own diagnostic approach. Troubleshooting becomes far faster once you can point to the layer where the symptom lives. The five layers are the field layer, the control layer, the human-machine layer, the network layer, and the data layer.
The field layer contains sensors and actuators: thermocouples, pressure transducers, proximity switches, encoders, heaters, solid-state relays, solenoid valves, proportional valve amplifiers, and servo motors. Failures here look like wrong readings or no response. The control layer contains the mainstream industrial PLC platforms and motion control cards that execute the logic and close the control loops. The human-machine layer is the standard HMI panels and industrial PCs where the operator reads status, loads recipes, and acknowledges alarms. The network layer is the fieldbus that connects everything: Modbus RTU, Modbus TCP, PROFINET, EtherCAT, CANopen, and OPC UA for upstream data. The data layer is SCADA, MES, and OPC UA historians that aggregate production and alarm data for analysis.
Layered architecture and where faults appear
| Layer | Typical Components | Primary Function | Highest-Risk Failure |
|---|---|---|---|
| Field layer | Thermocouples, pressure transducers, encoders, heaters, SSRs, solenoid valves, proportional valve amplifiers, servo motors | Measure process variables and act on commands | Open circuit, drift, polarity error, shorted SSR |
| Control layer | Mainstream industrial PLC platforms, motion control cards, safety relays | Execute logic, close PID loops, manage motion | Program version mismatch, scan watchdog, faulty I/O module |
| Human-machine layer | Standard HMI panels, industrial PCs, touch screens, recipe storage | Operator interface, recipe management, alarm display | Recipe loss, SD card corruption, touch drift, clock battery failure |
| Network layer | Fieldbus: Modbus RTU/TCP, PROFINET, EtherCAT, CANopen | Real-time data exchange between nodes | Termination missing, EMC noise, address conflict, timeout |
| Data layer | SCADA, MES, OPC UA historian | Production tracking, alarm analysis, OEE reporting | Communication gap, missed tags, no alarm trend history |
Keep this five-layer model in mind. When a fault appears, your first job is to decide which layer it belongs to. A temperature that will not hold is a field-plus-control problem. A servo that faults on every cycle is a control-plus-field problem. A whole machine that drops off the line is a network-layer problem. Classifying by layer prevents the most expensive mistake in the field: replacing a perfectly good PLC when the real fault was a reversed thermocouple wire or a missing 120 ohm resistor at the end of a fieldbus cable.
The Six Major Failure Families
Across every plastic process, control faults cluster into six families. Learning to recognize the family from the symptom is the single biggest time-saver in troubleshooting. Below we describe each family, the typical root causes, and the first diagnostic action.
1. Temperature Control Abnormalities
Temperature control is the most common and most visible failure family. The barrel, die head, melt pipe, and mold all rely on closed-loop PID heating and cooling. Symptoms include a thermocouple broken wire or open circuit, a polarity-reversed thermocouple that reads negative or inverted, cold-junction compensation drift that slowly throws off every reading, PID tuning that is so aggressive that the zone overshoots by plus or minus 15 degrees Celsius, a solid-state relay that shorts and drives the zone into runaway over-temperature, and an open heating band that you confirm with a resistance measurement.
The thermocouple is your first suspect. A broken wire returns an out-of-range value or a frozen reading. A polarity reversal makes the controller fight itself, heating when it should cool. Cold-junction compensation drift is subtle and temperature-dependent, which is why a zone that was stable in winter becomes unstable in summer. PID overshoot by plus or minus 15 degrees Celsius is a tuning problem, not a hardware problem, until proven otherwise. A shorted SSR is dangerous because the heater stays on regardless of the command, producing true runaway; you confirm it by checking for heater voltage with the output commanded off. An open heating band is found with an ohmmeter: a healthy band reads a low resistance, an open one reads infinite.
2. Servo and Motion Faults
Motion control drives every axis that must follow a precise path: the clamp, the injection or blow stroke, the parison programmer, the haul-off, the cutter, and the robot. The dominant fault is the following error alarm, where the actual position from the encoder lags the commanded position beyond the permitted window. Other members of this family are encoder pulse loss that corrupts position feedback, a failed homing routine that prevents the axis from finding its zero, a brake that never released so the motor stalls under load, gain oscillation from wrong Kp or Ki tuning, and an overload (OL) alarm when the servo drive units see current above the limit.
Following error is rarely a servo drive units fault by itself. It is usually a mechanical load that is heavier than expected, a brake that did not release, a damaged coupling, a contaminated linear guide, or encoder cabling that loses pulses under vibration. Verify the brake release sequence, then check encoder wiring and shielding before you swap any drive. Gain oscillation from Kp or Ki that is set too high makes the axis hunt and overshoot; lowering the proportional gain and retuning the integral term settles it.
3. Hydraulic Proportional Control Faults
Many plastic machines still use hydraulic power for clamping, injection, or blow. The proportional valve converts a command into a metered flow or pressure, and the loop closes through a pressure or flow transducer and a proportional valve amplifier. Failures here include proportional valve zero drift that makes the axis creep, an unstable pressure or flow closed loop that oscillates, oil temperature above 55 degrees Celsius that drops viscosity and destabilizes the loop, and a 4 to 20 milliampere sensor signal that drifts or breaks, with broken-wire detection sometimes disabled.
The oil is the hidden variable. Above 55 degrees Celsius the hydraulic oil loses viscosity, the proportional valve becomes nonlinear, and the closed loop begins to hunt. Before you tune the amplifier, measure oil temperature. Zero drift is corrected by re-zeroing the valve with the command at null. Signal drift on a 4 to 20 milliampere line is confirmed by measuring the live current and checking the break-detection threshold; a line that reads 3.8 milliamperes with break detection off looks normal but is wrong.
4. Communication Interruptions
Fieldbus communication is what lets the control layer, the HMI, the remote I/O, the drives, and the data layer talk. Interruptions produce symptoms like a dropped drive, a frozen HMI, a sporadic alarm, or a whole machine that disappears from SCADA. Root causes are a missing 120 ohm terminating resistor at one or both ends of the cable, a shield grounded at both ends instead of at a single point, electromagnetic interference from a nearby inverter or contactor, a duplicated node address, and a scan-cycle watchdog timeout where a slow task misses its deadline.
This family is the most frequently misdiagnosed because the symptom appears random. The 120 ohm termination is mandatory at both ends of a linear bus; without it the signal reflects and the link collapses under load. Grounding the shield at both ends creates a ground loop that injects noise; ground it once, at the controller end. Electromagnetic interference is reduced by routing the fieldbus away from power cables and using a properly shielded cable. A duplicated node address makes two devices answer the same call, corrupting traffic. A watchdog timeout means the controller could not complete its scan in time, often because a blocking routine or a flooded network starved the cycle.
5. HMI and Software Faults
The human-machine layer fails in ways that look like magic until you understand them. Recipe parameters vanish after a power cycle. The SD card or flash memory is worn and writes corrupted blocks. The touch screen drifts so the operator taps one button and the machine selects another. The program version loaded on the controller does not match the hardware it runs on, so features misbehave. The real-time clock battery fails, so timestamps, scheduled events, and time-based recipes break.
Recipe loss is the classic panic. It is almost always a missing or failed backup, a worn SD card that no longer retains data, or a version mismatch where an updated HMI project was loaded without updating the controller side. Touch drift is a calibration or hardware problem, sometimes caused by moisture or heat at the panel. The clock battery is a scheduled consumable; when it dies, the controller loses its date and any time-based logic. The fix is discipline: back up parameters and programs to off-machine storage on a fixed schedule, and verify version alignment every time you change either side.
6. Safety Chain Faults
The safety chain is the set of interlocks that must be healthy before the machine can run: safety door limit switches, two-hand buttons, the emergency stop circuit, the safety relay reset logic, and the low-pressure mold protection that prevents the clamp from crushing a foreign object. Failures here stop the machine and refuse to reset, which operators often misread as a control fault.
A safety door limit that does not close keeps the machine locked out. A two-hand button with a stuck contact prevents the cycle from starting. An emergency stop that was pressed and not properly reset holds the line down. The safety relay reset logic requires a defined sequence; omit a step and the relay will not energize. The low-pressure mold protection, when mis-tuned, either fails to protect the mold or trips on every normal close. The first step with any safety fault is to walk the chain input by input, confirm each device is physically and electrically healthy, then follow the reset sequence exactly.
Fault family, symptom, root cause, and countermeasure matrix
| Failure Family | Common Symptom | Likely Root Cause | Countermeasure |
|---|---|---|---|
| Temperature control | Zone overshoot plus or minus 15 degrees Celsius, frozen reading, runaway heat | Broken or reversed thermocouple, cold-junction drift, bad PID tuning, shorted SSR, open heating band | Verify thermocouple with ohmmeter and polarity, retune PID, test SSR with output off, measure band resistance |
| Servo and motion | Following error alarm, homing failure, overload (OL), hunting axis | Encoder pulse loss, brake not released, excessive load, Kp/Ki gain oscillation | Confirm brake sequence, check encoder shielding, reduce Kp, inspect mechanical load |
| Hydraulic proportional | Creep at null, oscillating pressure, unstable flow | Valve zero drift, oil above 55 degrees Celsius, 4 to 20 milliampere signal drift, amplifier gain | Re-zero valve, cool oil below 55 degrees Celsius, measure live current, set amplifier gain |
| Communication | Dropped drive, frozen HMI, sporadic alarm, SCADA dropout | Missing 120 ohm terminator, shield grounded both ends, EMC, address conflict, watchdog | Fit terminators, single-point shield ground, reroute from power, fix address, optimize scan |
| HMI and software | Recipe loss, touch drift, version mismatch, wrong clock | Worn SD card, no backup, program version mismatch, dead clock battery | Restore from backup, replace card, align versions, replace battery, recalibrate |
| Safety chain | Machine will not start, will not reset, clamp locked out | Door limit open, two-hand fault, e-stop not reset, relay sequence, low-pressure protect | Walk each input, follow reset sequence, retune low-pressure protection |
Systematic Software Troubleshooting Methodology
Good troubleshooting is a method, not a guess. The disciplined procedure below keeps you from swapping expensive hardware before you understand the fault. It has seven steps and it works on every machine in the Wanplas range, from a laboratory twin-screw extruder to a high-speed PET bottle blow machine.
Step 1, symptom classification. Decide which of the six families the symptom belongs to, and which of the five architecture layers it touches. A frozen HMI is different from a frozen temperature loop even if both look like “the machine stopped.”
Step 2, alarm code reading. Read the alarm code from the controller and the HMI before touching anything. Every alarm code is a hypothesis handed to you by the system. Record it exactly. Trend the process value and the command value together; the gap between them is the story.
Step 3, I/O forcing and online monitoring. Use the online monitor to watch live I/O states. Force a discrete output to confirm the wiring and the actuator respond. Never force an output that can move a hazard into a person; respect the safety chain and only force when the machine is safely stopped and isolated.
Step 4, sectional isolation. Split the problem into electrical, hydraulic, and mechanical domains. A following error might be electrical (encoder), hydraulic (brake not released), or mechanical (binding guide). Isolate by testing each domain independently rather than replacing parts across domains at once.
Step 5, signal chain verification. Take a multimeter and, where the signal is fast or noisy, an oscilloscope, and verify the signal chain end to end. Confirm a 4 to 20 milliampere loop carries the right current, a thermocouple returns a plausible millivolt, an encoder issues clean pulses, and a proportional valve amplifier drives the coil. Numbers beat opinions.
Step 6, parameter backup comparison. If the machine ran before, compare the current parameter set against a known-good backup. A diff reveals the one value someone changed at the last shift: a PID gain, a home offset, a node address, a recipe constant. Most “mysterious” faults are one changed number.
Step 7, item-by-item rollback. Change one thing at a time and re-test. Roll back to the last known-good configuration before applying a new one. Document every change so the next engineer inherits a clean trail, not a puzzle.
Alarm code classification and disposition table
| Alarm Category | Example Code Range | First Diagnostic Action | Typical Disposition |
|---|---|---|---|
| Temperature | Thermocouple open, zone over-temperature | Measure thermocouple resistance and polarity, check SSR off-state voltage | Replace sensor or SSR, retune PID, restore backup |
| Motion and servo | Following error, overload, homing fault | Confirm brake release, monitor encoder count, reduce Kp | Free mechanical bind, reseat encoder, retune gain |
| Hydraulic proportional | Pressure deviation, valve fault | Measure oil temperature, read live 4 to 20 milliampere signal | Zero valve, cool oil, replace transducer or amplifier |
| Communication | Bus off, node timeout, watchdog | Check 120 ohm terminator, scan address list, measure shield ground | Fit terminator, fix address, reroute cable, split task |
| I/O and HMI | Recipe error, card fault, version mismatch | Compare parameter backup, verify version alignment, test card | Restore backup, replace card, align program version |
| Safety | Door open, e-stop, relay reset | Walk each safety input, follow reset sequence | Restore device, complete reset, retune low-pressure protect |
Wanplas Control-Ready Machinery and Configuration
When you reach the point of choosing machinery, the right control architecture is not an option you add later; it is built into the machine. Wanplas, as the main brand, brings together seven specialized factories, each a Wanplas factory with control-ready machines designed for diagnosability. Below are representative control configurations drawn from the group’s real product lines. These are typical, configurable control architectures; exact options are confirmed per order with the factory.
Kerke, a Wanplas factory focused on twin-screw compounding extruders, builds the KTE series from KTE-16B to KTE-135D. Its control layer uses a mainstream industrial PLC platform programmed to IEC 61131-3, with a standard HMI panel for recipe management, multiple PID temperature zones mapped to the barrel zones, and gravimetric feeding closed loops. Operators load and store recipes, and the line supports Modbus TCP and OPC UA for upstream data. Apollo, a Wanplas factory for extrusion blow molding machines, offers the ABLB series for 200 milliliter to 20 liter containers and the ABLD series for 20 liter to 1500 liter containers, with over 4000 sets running in more than 90 countries and engineers available for on-site installation.
Wanplas control configuration specification table 1: compounding and blow molding
| Factory and Model | Process and Range | Control Layer | HMI and Motion | Fieldbus and Remote |
|---|---|---|---|---|
| Kerke KTE-135D (a Wanplas factory) | Co-rotating parallel twin-screw compounding, high-throughput output | Mainstream industrial PLC platform, IEC 61131-3, multiple PID temperature zones | Standard HMI panel, recipe management, gravimetric feeding closed loop | Modbus TCP and OPC UA optional, remote monitoring ready |
| Kerke KTE-16B lab extruder (a Wanplas factory) | Laboratory formula trials and R&D, low output | Compact PLC, same IEC 61131-3 logic as production units | Touch HMI, recipe storage for repeat trials | Local HMI, data export for trials |
| Apollo ABLB series (a Wanplas factory) | Extrusion blow molding, 200 mL to 20 L containers | Mainstream industrial PLC platform, parison programmer control | Standard HMI panel, servo or hydraulic options | Fieldbus to drives, engineer on-site support |
| Apollo ABLD series (a Wanplas factory) | Heavy-duty blow molding, 20 L to 1500 L containers | Industrial PLC with expanded I/O for large machines | HMI with multi-cavity recipe handling | Remote diagnostics via fieldbus |
YuDa, a Wanplas factory for PET bottle blow molding machines, builds the FGX high-speed series rated from 8000 to 15000 bottles per hour, with a remote monitoring system through which engineers at the China headquarters can check PLC data on a mobile device and feed abnormal conditions back to the client site. Its heater distance is minimized to 38.1 millimeters, saving more than 30 percent electricity compared with conventional heating ovens. Aibim, a Wanplas factory for injection blow molding machines, builds the IBM75, IBM65, and IBM55 Hybrid models using SD cards for parameter storage and reinstallation across machines, with CE-certified safety including a long-distance digital laser sensor at the stripper station and a light curtain for personal safety.
Faygo, a Wanplas factory for pipe and profile extrusion lines, runs a 72-hour continuous operation test before delivery and builds an intelligent control system that lets operators freely set parameters and adjust in real time; all products are CE and ISO certified. YuanSu, a Wanplas factory for film, sheet, and board extrusion lines, achieves thickness tolerance within plus or minus 2 percent on its sheet and film lines through automated control and on-line measurement. Polyretec, a Wanplas factory for washing and pelletizing recycling equipment, integrates control across crushing, washing, sorting, drying, melting, and cutting so a single operator supervises the whole line.
Communication protocol comparison for plastic machinery networks
| Protocol | Physical Layer | Typical Use | Real-Time Class | Key Note |
|---|---|---|---|---|
| Modbus RTU | RS-485 serial | Sensors, drives, simple I/O | Low, polled | Needs 120 ohm at ends, single-point shield ground |
| Modbus TCP | Ethernet | PLC to HMI, PLC to MES | Medium | Easy to route over plant network, needs managed switch |
| PROFINET | Industrial Ethernet | Controller to drives and I/O | High, isochronous | Topology-aware, terminator and shielding critical |
| EtherCAT | Industrial Ethernet | High-speed motion control | Very high | Frame processed on the fly, sensitive to topology |
| CANopen | CAN bus | Drives, I/O, distributed nodes | Medium-high | 120 ohm termination, robust on noisy floors |
| OPC UA | Ethernet, cross-platform | Controller to SCADA, MES, cloud | Data-centric | Secure, semantic model, ideal for remote diagnosis |
| MQTT | TCP/IP publish-subscribe | IoT telemetry to cloud | Asynchronous | Lightweight, good for alarm and KPI reporting |
Wanplas control configuration specification table 2: molding, pipe, film, and recycling
| Factory and Model | Process and Range | Control Layer | HMI and Motion | Fieldbus and Remote |
|---|---|---|---|---|
| YuDa FGX high-speed series (a Wanplas factory) | PET bottle blow molding, 8000 to 15000 BPH | Mainstream industrial PLC platform, cam-linked servo drive | Standard HMI, 38.1 mm heater spacing, energy saving | Remote monitoring, PLC data to mobile device |
| Aibim IBM75 (a Wanplas factory) | Injection blow molding, 3 mL to 1000 mL | PLC with three-station one-step logic, PREFILL hydraulics | SD card parameter storage, CE safety sensors | Local HMI, modular maintenance |
| Faygo pipe extrusion line (a Wanplas factory) | PVC, PE, PP-R pipe, 12 to 575 mm diameter | PLC with intelligent control, free parameter setting | HMI real-time adjustment, 72-hour pre-ship test | Fieldbus to haul-off, cutter, vacuum sizing |
| YuanSu sheet line (a Wanplas factory) | Film 0.008 to 0.25 mm, sheet 0.25 to 2 mm | Automated control, multi-layer co-extrusion logic | HMI with on-line thickness measurement | Thickness tolerance plus or minus 2 percent |
| Polyretec washing and pelletizing line (a Wanplas factory) | PET 500 to 6000 kg/h, PP/PE 500 to 1500 kg/h | Integrated PLC across crush, wash, sort, dry, melt, cut | Central HMI, single-operator supervision | Remote diagnostics ready |
Preventive Maintenance for Control Systems
The cheapest fault is the one that never happens. A control-system preventive maintenance program targets the environmental and lifecycle causes that sit behind most of the six failure families. The program has five pillars: parameter and program backup discipline, power quality, cabinet environment, grounding, and change management.
Backups. Back up parameters and programs on a fixed schedule: weekly for machines that change recipes often, monthly for stable lines. Store backups off the machine, never only on the same SD card that can wear out. Before any firmware upgrade, take a complete backup; a firmware change without a backup is the fastest route to a recipe-loss incident.
Power quality. Fit an uninterruptible power supply and a voltage stabilizer at the control cabinet. A clean supply removes the brownouts and spikes that silently corrupt memory and drift analog readings. Verify the UPS battery on its service interval.
Cabinet environment. Keep the control cabinet below 45 degrees Celsius and below 70 percent relative humidity. Clean the air filters on schedule so the cabinet breathes. Heat and humidity are the silent killers behind cold-junction drift, SSR failure, and touch-screen drift.
Grounding. Maintain a ground resistance below 4 ohms at the cabinet. A poor ground invites electromagnetic interference, erratic analog signals, and random communication drops. Single-point shield grounding on every fieldbus keeps noise out of the data.
Change management. Every parameter change, firmware move, or hardware swap goes into a log with the date, the reason, the before and after values, and the technician. A clean change history turns the rollback step of troubleshooting from a guess into a procedure.
Preventive maintenance cycle table
| Interval | Action | Targets Failure Family | Acceptance |
|---|---|---|---|
| Daily | Visual check of cabinet temperature, filter cleanliness, alarm log review | Temperature, HMI, Communication | Cabinet below 45 degrees Celsius, no active alarms |
| Weekly | Parameter and program backup to off-machine storage | HMI and Software | Verified readable backup exists |
| Monthly | Thermocouple and SSR check, PID trend review, SD card health | Temperature, HMI | Zone tracking setpoint within tolerance, no drift |
| Quarterly | Ground resistance test, shield ground check, fieldbus terminator check | Communication | Ground below 4 ohms, 120 ohm at bus ends |
| Semi-annual | Clock battery replacement, UPS battery test, encoder and brake inspection | HMI, Servo | Battery healthy, brake releases on command |
| Annual | Full firmware and program review with complete backup, oil analysis for hydraulic | All families | Documented baseline, oil below 55 degrees Celsius in service |
Data-Driven Operations and Remote Support
Once the control system is healthy and logging, you can shift from reacting to faults to preventing them. Data-driven operations turn the alarm history into a management tool. Three practices matter most: alarm frequency statistics, reliability metrics, and OEE decomposition.
Alarm frequency statistics. Count alarms by family and by machine over a month. The family with the highest count is where your next failure will occur. If temperature alarms dominate, your maintenance effort belongs on thermocouples and SSRs, not on the drives.
Reliability metrics. Track mean time between failures (MTBF) and mean time to repair (MTTR) per machine. MTBF tells you how often you will be called; MTTR tells you how fast you can recover. A line with high MTBF but high MTTR needs better backups and training; a line with low MTBF needs root-cause fixes on the hardware.
OEE decomposition. Overall equipment effectiveness breaks into availability, performance, and quality. Control faults almost always hit availability first, then performance when a slowed axis or derated heater cuts throughput. Watching the three factors tells you whether a control issue is stealing time, speed, or yield.
Remote diagnosis. This is where the Wanplas network’s control architecture pays back. With Modbus TCP, OPC UA, or MQTT feeding a remote session, a Wanplas engineer can read the PLC data, watch the alarm trend, and often identify the fault family before a foot is set on the plant floor. YuDa’s remote monitoring system is a concrete example: engineers at the China headquarters check PLC data via mobile and feed abnormal conditions back to the client site, shortening MTTR from days to hours.
Requirement to factory and model recommendation table
| Production Requirement | Control Priority | Recommended Wanplas Factory and Model | Why It Fits |
|---|---|---|---|
| Color, filler, or engineering plastic masterbatch | Stable multi-zone temperature, recipe repeatability | Kerke KTE series (a Wanplas factory) | IEC 61131-3 PLC, PID zones, gravimetric closed loop |
| Hollow containers 200 mL to 20 L | Parison control, reliable motion | Apollo ABLB series (a Wanplas factory) | PLC parison programmer, engineer on-site support |
| High-volume PET bottles | Fast servo, remote monitoring | YuDa FGX high-speed series (a Wanplas factory) | Remote PLC data check, energy-saving heating |
| Pharmaceutical, food, cosmetic small bottles | CE safety, clean parameter transfer | Aibim IBM75 (a Wanplas factory) | SD card storage, laser and light-curtain safety |
| PVC, PE, PP-R pipe and profile | Real-time parameter setting, long runs | Faygo pipe extrusion line (a Wanplas factory) | 72-hour test, CE and ISO, intelligent control |
| Film, sheet, board with tight tolerance | On-line measurement, co-extrusion control | YuanSu sheet line (a Wanplas factory) | Automated control, thickness tolerance plus or minus 2 percent |
| Post-consumer bottle and film recycling | Integrated line supervision | Polyretec washing and pelletizing line (a Wanplas factory) | Single-operator central HMI, remote diagnostics |
Group Capabilities, Standards and Compliance
Wanplas, the main brand, unites seven specialized factories so a single conversation can cover compounding, blow molding, injection blow molding, PET blowing, pipe and profile extrusion, film and sheet extrusion, and recycling. Each factory is a Wanplas factory that inherits the group’s shared quality standards and service promises, including USD 500 free parts every year and free replacement for damaged parts within warranty. The group runs an open factory policy and welcomes customer visits, and its average experience is more than 10 years per equipment type.
The application coverage is broad. Kerke serves masterbatch and plastic compound production. Apollo serves food and beverage, daily chemical, chemical, building material, medical and pharmaceutical, and automotive hollow products. YuDa serves water, beverage, edible oil, and condiment PET bottles. Aibim serves pharmaceutical, food, drink, and cosmetic containers. Faygo serves construction, municipal engineering, agricultural irrigation, and communication and power cable protection. YuanSu serves packaging, construction and infrastructure, automotive and appliances, electronics and new energy, and healthcare. Polyretec turns plastic waste into reusable pellets for new products and renewable resource use.
On the support side, the group offers installation and commissioning by engineers, spare parts policy of USD 500 free parts per year, operator training, remote monitoring and diagnosis, and open factory visits. For control-system issues specifically, a Wanplas engineer can often read the PLC data remotely, identify the fault family, and guide an on-site technician to the exact component, or dispatch an engineer for on-site service. The change-management discipline described earlier is reinforced by the group’s documentation standards, so every machine ships with a known-good parameter baseline.
Compliance matters as much as capability. Control software should follow IEC 61131-3 for programming. The electrical safety design of the machine should follow IEC 60204-1. The functional safety of the safety chain should meet ISO 13849 with a defined performance level. The machine should carry CE certification, and control enclosures should be rated IP54 for protected areas or IP65 for washdown and dusty environments. These are the standards that make a control system auditable, serviceable, and safe to operate across more than 100 exported regions.
Frequently Asked Questions
Why does my extruder overshoot the set temperature by more than 10 degrees Celsius?
Overshoot of plus or minus 15 degrees Celsius is most often caused by an incorrectly tuned PID loop, a polarity-reversed thermocouple, or a failed solid-state relay that latches the heater on. Read the alarm and trend the process value online before touching hardware, then test the SSR with the output commanded off and confirm thermocouple polarity and resistance.
What does a servo following error alarm mean on a plastic machine?
A following error means the actual position from the encoder lags the commanded position beyond the permitted window. Common causes are a released brake, encoder pulse loss, excessive load, or gain oscillation from wrong Kp or Ki tuning. Inspect the mechanical load and verify encoder cabling first, then reduce the proportional gain if the axis hunts.
How do I stabilize an unstable hydraulic proportional pressure loop?
Stabilize by checking oil temperature, which should stay below 55 degrees Celsius, then zero the proportional valve drift, verify the 4 to 20 milliampere signal integrity, and confirm the valve amplifier gain. High oil temperature reduces viscosity and makes the closed loop erratic, so cooling is often the first fix.
Why does the fieldbus keep dropping communication on my production line?
Most drops trace to a missing 120 ohm terminating resistor at the bus ends, a shield grounded at both ends instead of one, electromagnetic interference from a nearby inverter, a duplicated node address, or a watchdog scan-time timeout. Verify resistance at the cable ends, confirm a single-point shield ground, and check the address list.
How can I prevent recipe and program loss on the HMI or controller?
Schedule weekly parameter and program backups to off-machine storage, replace the real-time clock battery before it fails, avoid writing to worn SD cards or flash memory, and confirm the program version matches the hardware. A version mismatch is a frequent cause of parameter corruption after an upgrade.
What standards should a compliant plastic machine control system meet?
The control software should follow IEC 61131-3, the electrical safety design IEC 60204-1, the functional safety of the safety chain ISO 13849 with a defined performance level, and the machine should carry CE certification with enclosures rated IP54 or IP65 depending on the environment.
Can Wanplas engineers diagnose a control fault remotely before visiting?
Yes. With Modbus TCP, OPC UA, or MQTT feeding a remote session, a Wanplas engineer can read the PLC data, watch the alarm trend, and identify the fault family before arriving. YuDa’s remote monitoring system lets engineers at the China headquarters check PLC data via a mobile device and report abnormal conditions back to the client site, which shortens repair time.
How often should I back up machine parameters and programs?
Back up weekly for machines that change recipes often and monthly for stable lines, always to off-machine storage, and take a complete backup before any firmware upgrade. A verified, readable backup is the fastest way to recover from an HMI or SD card failure without losing production settings.
Conclusion
Control-system failures on plastic machinery follow predictable patterns. Once you see the six families, the five architecture layers, and the seven-step troubleshooting method, most faults stop being mysteries and start being procedures. Temperature anomalies, servo following errors, hydraulic proportional drift, fieldbus communication drops, HMI and software loss, and safety-chain lockouts each have a root cause you can find with a multimeter, an oscilloscope, a backup diff, and disciplined rollback. Preventive maintenance on the cabinet environment, power quality, grounding, and change history keeps those faults from recurring, and data-driven operations turn alarm history into MTBF, MTTR, and OEE improvements.
Wanplas, the main brand behind seven specialized factories, builds control-ready machines across compounding, blow molding, injection blow molding, PET blowing, pipe and profile extrusion, film and sheet extrusion, and recycling, each designed for diagnosability, remote monitoring, and fast service. If you operate any of these lines and want to reduce unplanned downtime, we invite you to send your machine specifications and the fault patterns you see most often so our engineers can propose a tailored control configuration, arrange a factory visit, or schedule a sample trial run on the matching Wanplas factory equipment. Our team is ready to support installation, training, remote diagnosis, and on-site service under the group’s shared promises, including USD 500 free parts every year.

