Gravure Printing Machine 7-Motor PLC Control System Design
Key Insight: Modern gravure printing machines demand precise multi-axis coordination. A 7-motor PLC system using Siemens S7-300 ensures high-speed, high-accuracy web control with advanced tension regulation.
System Overview: 7-Motor Gravure Printing Machine
Gravure printing is a high-speed, high-quality process widely used in packaging, decorative materials, and publication printing. A typical gravure press consists of multiple printing units, each requiring precise speed and tension control. The 7-motor configuration is a common architecture for modern machines, where each motor handles a specific section: unwinder, infeed, individual printing units, outfeed, and rewinder. This distributed drive system replaces traditional mechanical line shafts, offering flexibility, reduced maintenance, and improved registration accuracy.
Typical 7-Motor Axis Assignment
| Motor No. | Function | Control Requirement |
|---|---|---|
| M1 | Unwinder | Tension control with diameter compensation |
| M2 | Infeed pull roller | Master speed reference |
| M3–M6 | Printing units 1–4 | Speed synchronization with registration adjustment |
| M7 | Rewinder | Taper tension control with diameter calculation |
PLC Hardware and Software Architecture
The control system is built around the Siemens S7-300 PLC, a proven platform for medium to large-scale automation tasks. The CPU typically used is a 315-2DP or 317-2DP, offering sufficient processing power for complex motion and tension algorithms. The program structure follows a modular approach, with dedicated function blocks (FBs) for each motor axis, tension PID loops, and communication handling.
Key hardware components include:
- CPU 315-2DP/317-2DP: Central processing unit with PROFIBUS DP interface for drive communication.
- Analog input modules (SM331): For tension sensors (load cells or dancer position feedback).
- Digital I/O modules: For pushbuttons, limit switches, and safety interlocks.
- PROFIBUS DP network: Connects the PLC to Siemens SINAMICS or third-party drives.
- HMI (e.g., TP177B or MP277): For operator control, recipe management, and diagnostics.
Programming Language: The application is typically written in Ladder Logic (LAD) and Structured Control Language (SCL) for complex calculations. Standard libraries like Siemens’ Tension Control Library can be adapted.
Core Control Strategies
1. Multi-Axis Speed Synchronization
The infeed roller (M2) acts as the line speed master. All other axes follow this reference with individual speed trim factors. The PLC calculates the required speed setpoints based on gear ratios, cylinder diameters, and draw settings. Electronic gearing is implemented via PROFIBUS communication, sending speed commands to each drive every 10–20 ms. For high dynamic response, some systems use PROFINET IRT or drive-to-drive communication.
2. Tension Control
Web tension is critical for print quality. The system employs closed-loop PID control using feedback from load cells or dancer rollers. The unwinder (M1) operates in torque control mode with diameter compensation, while the rewinder (M7) uses taper tension to prevent core crushing. Intermediate zones between printing units may use dancer position control or load cell feedback to maintain constant tension.
Typical tension parameters for gravure printing:
| Material | Tension Range (N/m) | Typical Web Width (mm) |
|---|---|---|
| BOPP film | 10–25 | 800–1300 |
| PET film | 15–30 | 800–1300 |
| Paper (60–120 gsm) | 40–80 | 600–1200 |
3. Registration Control
Color-to-color registration is achieved by fine-tuning the phase of each printing cylinder. The PLC monitors registration marks via optical sensors and adjusts the angular position of the cylinder drive. This can be done through a virtual line shaft with offset commands or by direct position control using servo drives. Advanced systems incorporate automatic registration control (ARC) with real-time correction algorithms.
Drive Integration and Communication
The drives are typically Siemens SINAMICS S120 or G120 series, connected via PROFIBUS DP or PROFINET. Each drive receives speed/torque setpoints and returns actual values, status, and alarms. The PLC program uses standard function blocks like SFC14/15 for consistent data exchange. For high-performance applications, isochronous mode on PROFIBUS can be used to synchronize the PLC cycle with drive control loops.
Key drive parameters configured via the PLC:
- Ramp times and jerk limits
- Torque limits and current control
- Encoder resolution and scaling
- Flying restart and automatic restart functions
Safety and Interlocks
The control system integrates safety functions such as emergency stop, safety gates, and light curtains. These are hardwired to safety relays or connected via PROFIsafe if using safety PLCs. The program includes comprehensive alarm handling for web break detection, drive faults, and tension out-of-range conditions. All critical alarms trigger an orderly shutdown sequence to prevent material waste and machine damage.
Practical Tip: When implementing a 7-motor gravure control system, always simulate the complete sequence offline using PLCSIM or a digital twin. This reduces commissioning time and helps identify logic errors before field deployment.
Benefits of the 7-Motor PLC Architecture
Compared to traditional mechanical line shaft systems, the electronic line shaft with individual drives offers significant advantages:
- Flexibility: Quick changeover between different print jobs and materials.
- Precision: Digital registration control with sub-millimeter accuracy.
- Reduced Maintenance: Elimination of mechanical gears, shafts, and clutches.
- Energy Efficiency: Regenerative drives can feed braking energy back to the mains.
- Diagnostics: Centralized monitoring of all drive and tension parameters via HMI.
Common Challenges and Solutions
Engineers often face issues such as tension oscillations during acceleration, registration drift at high speeds, and communication delays. These can be mitigated by:
- Optimizing PID parameters with auto-tuning functions.
- Using feedforward control based on inertia compensation.
- Implementing high-speed PROFINET with IRT for deterministic cycle times.
- Applying notch filters to suppress mechanical resonance.
The 7-motor gravure printing machine PLC program is a sophisticated application that demands deep knowledge of motion control, web handling, and Siemens automation technology. With proper design and tuning, it delivers exceptional print quality and productivity.
Further Reading: For detailed implementation guides, refer to Siemens application notes on winding control and the PROFIdrive profile for drive integration.