The Architecture of Robotic Sync Control
1. Deterministic Communication (The Backbone)
To achieve synchronization, the Press PLC and the Robot Controller must share data with sub-millisecond latency. We utilize high-speed industrial Ethernet protocols to transmit the Absolute Encoder position of the press crankshaft directly to the robot's motion engine.
- Profinet IRT (Isochronous Real-Time): Ensuring jitter-free data exchange.
- EtherCAT: Providing the fastest "on-the-fly" processing for high-SPM lines.
- EtherNet/IP with CIP Sync: Standard for many North American automotive Tier-1 plants.
2. Electronic Camming (E-Cam) & Follow-Up
Instead of waiting for a "Press at Top" digital signal, the robot is programmed as a Slave Axis to the press's Master Axis.
- Dynamic Entry: As the press slide passes 270° (ascending), the robot calculates its acceleration curve to reach the pick point exactly when the die is clear.
- Continuous Path Tracking: If the press speed fluctuates (e.g., due to motor load or operator adjustment), the robot automatically scales its velocity to match, maintaining a constant safety gap.
Technical FAQ: Mastering Synchronized Flow
Q1: What happens if the press performs an Emergency Stop (E-Stop)?
A: The Sync Control system utilizes Path-Safe Retraction. Because the robot "knows" its position relative to the press angle, it doesn't just stop; it executes a controlled move to a "Safe Zone" if the momentum allows, or it triggers a Category 1 stop to freeze both machines simultaneously, preventing a mid-die collision.
Q2: How is "Ghosting" or signal lag compensated?
A: We implement Predictive Position Algorithms. The robot controller looks at the current velocity and acceleration of the press and "projects" where the press will be 10 milliseconds in the future. This compensates for any network jitter and ensures the robot's physical position always matches the logical safety window.
Q3: Can this be retrofitted to older mechanical presses?
A: Yes. We install a high-resolution External Absolute Encoder on the main crankshaft and bridge the signal to the robot controller via a Gateway (e.g., Anybus or specialized Safety PLC). This grants an older "dumb" press the intelligence required for modern robotic synchronization.