product image

Can Seamer Control Board Design for Industrial Use

A can seamer is an industrial machine that closes a lid onto a filled container with a pair of rotating rollers, and its control board has to coordinate several motors, read a set of position sensors and stop instantly when a guard is opened.

What the Machine Does

The container is lifted into the seaming head, held in place, and the lid is formed by rollers that approach in two stages. The first operation curls the lid over the flange, and the second compresses the seam.

Every one of those motions is a sequence with a defined position and a defined force. The controller has to reproduce the sequence with enough repeatability that the seam quality does not depend on the operator.

Motors and Their Control

A seamer uses an induction motor for the spindle, a stepper or a servo for the axis that moves the rollers, and often a small motor for the conveyor. Each of them has a different control requirement.

The spindle runs at a constant speed, so a simple drive is enough, while the roller axis needs position control and a defined acceleration. The board has to provide the interfaces for both without letting the switching noise of one disturb the other.

Control cabinet of an automatic can seaming machine

Sensors and Their Inputs

Position is detected with inductive sensors, limit switches or an encoder on the roller axis. The can height and the lid diameter are also detected, either by a mechanical probe or by a sensor.

The inputs are industrial, which means twenty four volts, long cables and electrical noise. Each channel needs filtering, isolation and a defined threshold, and the input circuit has to survive a short to the supply.

Outputs and Actuators

The outputs drive contactors, solenoid valves and indicator lamps. A relay or a solid state switch is used for each, with a flyback path for the inductive load and a fuse for the wiring.

The output for a pneumatic valve should have a defined state at power up, because a valve that opens during the controller start up can move a mechanism with a person beside it.

Industrial control board with opto isolated inputs and relay outputs

The Sequence and Its Interlocks

The sequence is a state machine: home, load, clamp, first operation, second operation, unload. Each transition has a condition, and the conditions include the guard, the air pressure and the position of the mechanism.

The interlocks are what make the machine safe. A guard that is open must prevent motion rather than merely display a warning, and the implementation has to be independent of the controller firmware for the highest risk functions.

Safety Circuitry

An emergency stop removes power from the actuators through a contactor, and the circuit is designed so that a single fault cannot defeat it. A dual channel arrangement with monitoring is the usual implementation.

The safety relay or the safety controller is separate from the control board, and the board provides the status to it rather than the other way round. That separation is what allows the machine to be certified.

Power Supply for the Control Section

The board runs from a twenty four volt industrial supply, which is then converted to the voltages the electronics need. The converter has to accept the wide tolerance of the supply and the transients on it.

Protection against reverse polarity, overvoltage and a short on the output belongs in the same area. In an industrial cabinet, a supply fault is common enough that the board is expected to survive it.

Communication and the Operator Interface

The machine usually has a display for the recipe, the count and the fault history, and a port for a network or a programming tool. The interface is often a separate board connected by a serial link.

Where the machine is part of a line, the communication protocol matters as much as the control. A defined interface with a defined data model is what allows the machine to be integrated rather than reverse engineered.

Thermal and Mechanical Requirements

The board lives in a cabinet with the drives and the contactors, so the temperature is above the ambient of the room. The heat from the motor drives, the relays and the supply converter has to be removed by convection or by a fan.

The mechanical design matters as much as the electrical one. Connectors have to be retained against vibration, and the board has to be mounted so that the cables do not pull on the terminals.

Harmonics and Electromagnetic Compatibility

The motor drives and the switching supply are sources of conducted emission, and the long cables are radiators. The filter belongs at the cabinet entry, and the cable screens are bonded to the enclosure at both ends.

The measures follow the same principles as for any motor drive and any switching converter, with the additional expectation that an industrial product will be installed next to other equipment.

Testing and Commissioning

Testing covers the sequence, the interlocks, the safety circuit and the behaviour at the extremes of the supply voltage. The safety functions are tested with the guards deliberately opened rather than simulated in the software.

Commissioning verifies the seam quality against the specification. The parameters that produce a good seam are stored as a recipe, and the recipe is verified on a sample of containers at the start of each production run.

Design for Maintenance

An industrial machine is maintained by technicians who did not design it. The fault codes, the test points and the documentation are part of the product, and a board that cannot be diagnosed increases the downtime it was meant to reduce.

The connector labelling and the LED indicators on the board are the cheapest form of service documentation. They cost almost nothing at design time and they save an hour every time the machine stops.

Additional Considerations for This Build

Practical attention to industrial input pays for itself here, because it decides whether the finished board behaves as the drawing intended. Where the requirement is not stated on the fabrication drawing or in the assembly notes, the shop has to assume a default, and that default is rarely the value the design was simulated with. Stating industrial input explicitly, together with the tolerance that applies, removes the assumption and keeps the result predictable from batch to batch.

Process Control and Verification

On a design of this kind, can seamer is the item that decides how the rest of the board is arranged. Reviewing the design before the data is released is cheaper than correcting it after the panel is in the tank, because every step downstream inherits the decision made at the front end. Documenting the assumption is part of the design work, and a short note on the drawing prevents a question that would otherwise arrive a day later and cost a day of schedule.

The process window is set by the narrowest step in the flow, so an improvement anywhere else shows up as margin rather than as yield until that step is addressed.

Related reading: our fabrication notes, board quality and design release notes cover the same ground.

FAQ

Why use twenty four volt inputs? Because it is the industrial standard, it tolerates the voltage drop on long cables and it is inherently more immune to noise than a low voltage signal.

Is the safety circuit part of the control board? No. The safety function is implemented in a separate, certified device, and the control board reports status to it.

How is the seam quality controlled? By the sequence parameters, which are stored as a recipe and verified on a sample at the start of each run.

Leave A Comment