Roll Forming Machine “Won’t Start” — Master Troubleshooting Tree (Electrical + PLC Logic)

Introduction — The Most Common Roll Forming Machine Problem

One of the most frequent support calls in roll forming operations is simple:

“The machine won’t start.”

This situation can occur for many different reasons, including:

  • safety circuits not reset
  • PLC interlocks blocking operation
  • hydraulic systems not ready
  • drive faults
  • incorrect machine mode
  • sensor faults.

Because roll forming machines contain many interdependent subsystems, identifying the exact cause can sometimes be difficult without a structured troubleshooting approach.

This guide provides a master troubleshooting tree that engineers and technicians can follow step-by-step to determine why a roll forming machine will not start.

The troubleshooting process is divided into two main areas:

  • electrical system checks
  • PLC logic and machine interlocks.

By working through these stages systematically, the root cause can usually be identified quickly.

Step 1 — Confirm the Machine Actually Received the Start Command

Before checking complex systems, confirm that the start command is actually reaching the PLC.

Operators should verify:

  • the start button was pressed
  • the HMI start command was issued
  • the PLC input for the start signal is active.

If the PLC never receives the start command, the machine will remain idle.

Common Causes of Missing Start Signals

Possible reasons include:

  • faulty pushbutton
  • broken wiring to PLC input
  • incorrect machine mode
  • HMI communication failure.

Technicians should monitor the start signal in the PLC diagnostic interface to confirm it changes when the operator presses the button.

Step 2 — Verify the Safety System

If the start command is present but the machine does not run, the next system to check is the safety circuit.

Safety systems prevent machine operation when hazardous conditions are present.

Typical safety inputs include:

  • emergency stop circuits
  • guard door switches
  • safety light curtains
  • safety relays.

If any of these signals indicate an unsafe condition, the PLC will block machine startup.

Emergency Stop Circuit Checks

Emergency stop circuits are one of the most common causes of startup problems.

Check the following:

  • all emergency stop buttons released
  • safety relay reset
  • no broken wires in the E-stop loop.

A single open contact anywhere in the safety circuit will prevent machine operation.

Guard Door and Safety Interlocks

Some machines include safety interlocks on guards or maintenance access doors.

If a guard is open, the safety system prevents machine startup.

Technicians should verify:

  • guard doors are closed
  • safety switches are functioning correctly
  • wiring connections are intact.

Step 3 — Check Machine Mode Selection

Many roll forming machines operate in multiple modes.

Typical modes include:

  • manual mode
  • setup mode
  • automatic mode
  • maintenance mode.

The machine will usually start production only in automatic mode.

Operators should confirm that the correct mode is selected.

Incorrect mode selection can prevent machine startup even when all other conditions are satisfied.

Step 4 — Verify Hydraulic System Readiness

Roll forming machines with punching or cutting systems typically rely on hydraulic power units.

If the hydraulic system is not ready, the PLC will block machine startup.

Common hydraulic readiness signals include:

  • hydraulic pump running
  • pressure switch active
  • oil temperature within range.

If hydraulic pressure is low, the PLC may generate a fault alarm and prevent the machine from starting.

Hydraulic System Troubleshooting

Technicians should check:

  • hydraulic pump operation
  • oil level in the reservoir
  • hydraulic pressure switch settings
  • oil filter condition.

A failed hydraulic pump or clogged filter can prevent the machine from reaching operating pressure.

Step 5 — Check Drive Systems

Most roll forming machines use variable frequency drives (VFDs) or servo drives to control motors.

If a drive reports a fault, the PLC will block machine startup.

Common drive faults include:

  • overcurrent conditions
  • overheating
  • communication errors
  • encoder feedback faults.

The drive status should be checked using:

  • the drive display panel
  • PLC diagnostics
  • HMI alarm screens.

Resetting the drive fault may restore machine operation.

Step 6 — Confirm Encoder Feedback Signals

Encoders provide critical position and speed information to the PLC.

If the encoder signal is missing or invalid, the PLC may prevent machine startup.

Technicians should verify:

  • encoder wiring connections
  • encoder power supply
  • encoder signal presence in the PLC.

Encoder faults can also generate alarms such as:

Encoder signal lost.

Step 7 — Check Mechanical Position Sensors

Certain machine components must be in safe positions before the machine can start.

Typical position sensors include:

  • shear home position
  • punch head home position
  • stacker clear position.

If any of these sensors report incorrect positions, the PLC will block startup.

For example, if the shear blade is not fully raised, the PLC will prevent the machine from running.

Step 8 — Verify Recipe Selection

Some machines require a valid recipe to be loaded before production can begin.

Recipes contain parameters such as:

  • panel length
  • punch spacing
  • line speed limits.

If no recipe is selected, the PLC may block machine startup to prevent incorrect production.

Operators should verify that the correct recipe is loaded on the HMI.

Step 9 — Check Active Alarm Conditions

Active alarms often prevent the machine from starting.

Typical alarms that block startup include:

  • hydraulic pressure low
  • shear position error
  • servo axis not ready
  • safety circuit fault.

The HMI alarm screen should display active faults.

Operators should acknowledge and correct these faults before attempting to restart the machine.

Step 10 — Check PLC Interlock Logic

Even if all hardware systems appear healthy, the PLC program may still block startup due to internal interlocks.

Examples include:

  • machine not in ready state
  • sequence not reset
  • previous cycle incomplete.

Technicians should review PLC diagnostic bits that indicate machine readiness.

Many modern PLC programs include diagnostic signals such as:

StartPermitted
MachineReady
AllInterlocksOK.

These bits help identify which condition is preventing machine operation.

Using a Bit-by-Bit Diagnostic Method

A helpful troubleshooting approach is to examine each start interlock individually.

Typical start interlocks may include:

  • safety circuit healthy
  • hydraulic system ready
  • drive ready
  • shear home
  • punch home
  • stacker ready
  • no active faults.

By checking each condition separately, technicians can quickly identify the failing condition.

Electrical Wiring Issues

If all PLC signals appear correct but the machine still does not start, the problem may be electrical.

Possible electrical issues include:

  • loose wiring connections
  • damaged cables
  • failed relays
  • faulty contactors.

Visual inspection of the control panel may reveal obvious electrical faults.

PLC Hardware Problems

Although less common, PLC hardware failures can also prevent machine startup.

Possible issues include:

  • failed input modules
  • failed output modules
  • power supply problems
  • communication errors between PLC and HMI.

Technicians should check PLC diagnostic indicators and error logs.

Example Troubleshooting Tree

A simplified troubleshooting tree may follow this sequence:

1 Start command received
2 Safety circuit healthy
3 Machine mode correct
4 Hydraulic system ready
5 Drive systems ready
6 Mechanical positions safe
7 Recipe loaded
8 No active alarms
9 PLC start interlocks satisfied.

If any step fails, the technician should investigate that subsystem.

Preventing Startup Problems

Many startup issues can be prevented with proper machine maintenance.

Recommended practices include:

  • regular inspection of safety circuits
  • hydraulic system maintenance
  • periodic sensor checks
  • PLC alarm log reviews.

Preventative maintenance reduces unexpected machine downtime.

When to Call Technical Support

If all troubleshooting steps have been completed and the machine still will not start, it may be necessary to contact technical support.

Support engineers may require information such as:

  • PLC diagnostics screenshots
  • alarm messages
  • drive fault codes
  • recent machine modifications.

Providing accurate information helps engineers diagnose the problem more quickly.

Benefits of a Structured Troubleshooting Approach

Following a structured troubleshooting tree offers several advantages.

These include:

  • faster identification of faults
  • reduced machine downtime
  • improved technician efficiency
  • safer troubleshooting procedures.

For roll forming machines operating in high-volume production environments, a systematic approach to troubleshooting is essential.

FAQ — Roll Forming Machine Startup Problems

Why won’t my roll forming machine start?

The most common causes include safety circuit faults, hydraulic pressure problems, drive faults, or PLC interlocks blocking startup.

How can I check if the PLC received the start command?

Monitor the start input signal in the PLC diagnostic interface or HMI status screen.

Can hydraulic problems prevent machine startup?

Yes. If hydraulic pressure is too low or the pump is not running, the PLC may block machine operation.

What sensors must be in the correct position before starting?

Common sensors include shear home, punch home, and stacker clear position sensors.

Why would a recipe prevent the machine from starting?

Some machines require a valid product recipe before allowing production to begin.

What should I do if all systems appear ready but the machine still won’t start?

Check PLC interlock signals and diagnostic bits to identify which condition is blocking the start command.

Quick Quote

Please enter your full name.

Please enter your location.

Please enter your email address.

Please enter your phone number.

Please enter the machine type.

Please enter the material type.

Please enter the material gauge.

Please upload your profile drawing.

Please enter any additional information.