Interlock Mislogic on Roll Forming Machines — Guarding, Shear Up Sensor & Hydraulic Pressure OK Faults
Introduction — When Interlocks Prevent the Machine from Starting
Roll forming machines rely heavily on interlock logic to ensure that the machine only runs when all required conditions are safe and correct.
An interlock is a condition that must be satisfied before a machine function is allowed to operate.
Typical roll forming machine interlocks include:
- safety guarding closed
- hydraulic pressure available
- shear blade in home position
- punch system ready
- encoder system active.
If any required interlock condition is missing, the PLC will block the machine start command.
Sometimes operators believe the machine is malfunctioning, but the PLC is simply waiting for an interlock signal that has not been satisfied.
However, interlock faults may also occur due to incorrect logic or faulty sensors.
Understanding how interlocks work helps technicians diagnose these issues quickly.
What Is Interlock Logic in a PLC Program
Interlock logic is a set of conditions inside the PLC program that must evaluate as true before a machine action can occur.
For example, before the machine can start automatically, the PLC may check:
- emergency stop circuit healthy
- guards closed
- hydraulic pressure OK
- shear blade at home position.
If any of these conditions are false, the PLC blocks the start command.
This prevents dangerous machine operation.
Typical Roll Forming Machine Start Interlocks
Most roll forming machines include a master start permission condition.
Example conditions required before automatic operation:
1 safety circuit healthy
2 hydraulic pressure OK
3 shear blade in up position
4 punch system ready
5 machine mode set to automatic.
If any of these conditions fail, the PLC will refuse to start the line.
The HMI often displays an alarm message indicating the missing interlock.
Guarding Interlock Problems
Machine guards protect operators from moving parts such as:
- roll stands
- shear mechanisms
- punching stations.
Guard doors usually contain safety switches connected to the safety circuit.
If a guard door is open, the safety circuit opens and the machine cannot run.
However, guard switch problems can sometimes prevent the machine from starting even when the guard is closed.
Common Guard Switch Issues
Several problems may occur with guard switches.
Misalignment
Guard switches must align correctly with their actuators.
If a door hinge loosens or shifts slightly, the switch may not close fully.
Worn Mechanical Components
Frequent opening and closing can wear out guard switch mechanisms.
Loose Mounting
Vibration from the machine may loosen switch mounting hardware.
Technicians should inspect guard switches carefully if guarding interlocks fail.
PLC Guard Signal Monitoring
In most machines, the PLC receives a signal indicating whether guards are closed.
The PLC may display this signal on a diagnostic screen.
Technicians should check the PLC input status to confirm whether the guard signal is active.
If the guard is closed but the PLC does not detect it, the issue may be:
- wiring fault
- switch failure
- input module problem.
Shear Up Sensor Interlock
The shear blade position is critical for safe machine operation.
Before the machine starts feeding material, the PLC must confirm that the shear blade is fully raised.
A sensor called the shear up sensor detects this position.
If the shear blade is not fully raised, the PLC will block machine startup.
Symptoms of Shear Position Interlock Faults
Operators may observe:
- machine refuses to start
- shear position alarm displayed on HMI
- shear cycle incomplete message.
These symptoms indicate the PLC believes the shear blade is not in the correct position.
Causes of Shear Up Sensor Problems
Several issues can prevent the shear position sensor from functioning properly.
Sensor Contamination
Metal debris or oil may accumulate on proximity sensors.
Sensor Misalignment
The target metal plate may move slightly out of detection range.
Wiring Damage
Damaged cables may prevent sensor signals from reaching the PLC.
Cleaning and realigning the sensor often resolves the problem.
Hydraulic Pressure OK Interlock
Hydraulic pressure is required for many machine functions such as:
- cutting
- punching
- material handling.
Before allowing machine operation, the PLC verifies that hydraulic pressure is available.
This signal usually comes from a pressure switch or pressure sensor.
If pressure is too low, the PLC prevents the machine from running.
Symptoms of Hydraulic Pressure Interlock Faults
Typical symptoms include:
- machine refuses to start
- hydraulic pressure alarm displayed
- shear or punch systems inactive.
These faults may occur even when the hydraulic pump appears to be running.
Causes of Pressure OK Signal Failure
Several issues may cause pressure interlock faults.
Hydraulic Pump Failure
If the pump does not generate pressure, the pressure switch will not activate.
Incorrect Pressure Switch Setting
Pressure switches may require adjustment to match system pressure.
Wiring Problems
Loose wiring connections may interrupt the pressure signal.
Faulty Pressure Sensor
Pressure sensors may fail over time.
Technicians should verify hydraulic pressure using a mechanical gauge when diagnosing these faults.
PLC Interlock Logic Errors
Sometimes the problem is not a sensor failure but incorrect PLC logic.
Examples include:
- incorrect logical conditions
- wrong signal polarity
- missing reset conditions.
Program modifications or incorrect updates may introduce logic errors.
Engineers should review PLC logic if interlock signals appear correct but the machine still will not start.
HMI Diagnostic Screens
Many roll forming machines include HMI diagnostic screens that display interlock status.
These screens may show:
- guard closed status
- shear position signal
- hydraulic pressure signal.
Technicians should use these screens to identify which interlock condition is preventing machine startup.
Troubleshooting Procedure
Technicians diagnosing interlock problems should follow a structured process.
Step 1 — Check HMI Interlock Status
Identify which condition is preventing machine startup.
Step 2 — Inspect Sensors and Switches
Verify guard switches, shear sensors, and pressure switches.
Step 3 — Check PLC Input Signals
Confirm that the PLC receives the correct signals.
Step 4 — Inspect Wiring Connections
Check for loose or damaged wiring.
Step 5 — Review PLC Logic
If signals appear correct, verify PLC interlock logic.
Preventative Maintenance
Regular inspection of interlock components helps prevent machine downtime.
Recommended maintenance includes:
- checking guard switch alignment
- cleaning proximity sensors
- verifying hydraulic pressure sensors
- inspecting wiring connections.
Preventative maintenance improves machine reliability.
Commissioning Best Practices
During machine commissioning, engineers should verify interlock functionality.
Typical tests include:
1 opening guard doors to confirm machine stops
2 verifying shear position sensors
3 confirming hydraulic pressure signals
4 testing PLC start interlock logic.
These tests ensure that safety and machine conditions operate correctly.
Production Impact of Interlock Problems
Interlock faults can prevent the machine from starting, causing production delays.
Possible consequences include:
- downtime during troubleshooting
- delayed production schedules
- operator frustration.
Proper diagnosis helps restore machine operation quickly.
Benefits of Reliable Interlock Systems
When interlock systems function correctly, they provide several advantages.
These include:
- safe machine operation
- protection against equipment damage
- improved operator confidence
- reliable startup sequences.
For roll forming machines operating continuously in industrial environments, reliable interlocks are essential.
FAQ — Interlock Faults in Roll Forming Machines
Why won’t my roll forming machine start even though the start button works?
The PLC may be blocking the start command due to an unsatisfied interlock condition.
What is a shear up sensor?
It is a sensor that confirms the shear blade is fully raised before the machine begins feeding material.
Why does hydraulic pressure affect machine startup?
Hydraulic pressure is required for cutting and punching operations, so the PLC verifies pressure before starting.
How can I check which interlock is active?
Most machines display interlock status on the HMI diagnostic screen.
Can a faulty sensor prevent machine startup?
Yes. If a sensor signal is missing or incorrect, the PLC will block machine operation.