Skip to main content

Featured Post

Why I Wrote The Sheet Mechanic (And Why Calculations Aren’t Enough)

For engineers who already know the math—but still lose projects. For the last few years, I’ve been sharing technical guides here on Mechanical Design Handbook —how to size a motor, how to calculate fits, and (as you recently read) how to choose between timing belts and ball screws. But after 25 years in industrial automation, I realized something uncomfortable: Projects rarely fail because the math was wrong. They fail because: The client changed the scope three times in one week. A critical vendor lied about a shipping date (and no one verified it). The installation technician couldn’t fit a wrench into the gap we designed. University taught us the physics. It didn’t teach us the reality. That gap is why I wrote my new book, The Sheet Mechanic . This is not a textbook. It is a field manual for the messy, political, and chaotic space between the CAD model and the factory floor. It captures the systems I’ve used to survive industrial projec...
NEW RELEASE: Stop trying to be a Hero. Start being a Mechanic. Get "The Sheet Mechanic" on Amazon »
Disclosure: As an Amazon Associate, I earn from qualifying purchases.

Timing Diagram (Part 2 - Maximum acceleration calculation)

In the previous post [Timing Diagram (Part 1 - No Overlap Movement)], we determined that without overlap, our die must travel 50mm within a tight cam angle of just 55 degrees.

Advertisement

Now, we must ask: What is the physical cost of this rapid movement?

To answer this, we calculate the Maximum Acceleration. In Machine Dynamics, acceleration is directly proportional to Force (F = m × a). High acceleration means high inertial forces, which lead to severe wear, vibration, and the need for expensive oversized servo motors.

Step 1: The Time Calculation

First, we need to convert our "Cam Angle" into actual "Time" in seconds.
Let:
N = Machine Speed (pieces per hour)
Bm = Indexing Angle (degrees)

Cycle time (sec) = 3600 / N
Indexing time tm = (Bm / 360) × Cycle time
Indexing time tm = (Bm / 360) × (3600 / N)

tm (sec) = (10 × Bm) / N

Step 2: Cycloid Cam Profile Equations

The die moves using a Cycloid Cam Profile, which is the industry standard for high-speed indexing because it has finite jerk.

Displacement Equation (h):

h = hm × [ t/tm - 1/(2Ï€) × sin(2Ï€ × t/tm) ]

Where:
hm = Maximum displacement (meters)
tm = Indexing time (seconds)
Ï€ = 3.14159...

Advertisement

To find acceleration, we differentiate displacement twice.
Velocity (v = dh/dt):
v = (hm/tm) × [ 1 - cos(2Ï€ × t/tm) ]

Acceleration (a = dv/dt):
a = (2Ï€ × hm / tm2) × sin(2Ï€ × t/tm)

Step 3: The Maximum Acceleration Formula

The maximum acceleration (amplitude) occurs when the sine function equals 1. Therefore, the peak acceleration is:

amax = (2 × Ï€ × hm) / tm2
The Engineering Insight:
Notice that acceleration is inversely proportional to the square of the time (tm2). Since time is proportional to the cam angle (Bm), we arrive at a critical rule for Cam Design:

If you double the indexing angle, the maximum acceleration reduces by a factor of FOUR!

Step 4: Real-World Calculation (No Overlap)

Let's calculate the forces for our current "No Overlap" design from Part 1.

Parameters:
Machine Speed (N) = 2000 pcs/h
Cam Angle (Bm) = 55 deg (Very tight!)
Stroke (hm) = 50 mm = 0.05 m

1. Calculate Time (tm):
tm = (10 × 55) / 2000 = 0.275 seconds

2. Calculate Max Acceleration (amax):
amax = (2 × 3.1416 × 0.05) / 0.2752

amax = 4.154 m/s2

This is nearly 0.5 G of constant acceleration force, repeated 2,000 times an hour. This will likely cause premature wear on the cam followers and linkages.

In the Next Post (Part 3), we will apply the "Overlap" technique to increase the indexing angle and see how dramatically this acceleration number drops.

Comments

Popular posts from this blog

Dowel Pins & Locating Pins: The Basics of Fixture Design

Dowel pins are precision cylindrical pins used for accurate part alignment in assemblies. They control position, not clamping force. This guide explains tolerances, fits, sizing rules, and design best practices. Figure 1: A typical fixture setup. Notice how dowel pins (silver) provide precise location, while bolts (not shown here) provide the clamping force. In the world of Precision Engineering , the difference between a high-quality product and a scrap part often comes down to microns. While bolts hold parts together, they are terrible at positioning them. This is where Dowel Pins and Locating Pins become essential components in industrial tooling . Advertisement What is a Dowel Pin? Dowel pins are precision-ground fasteners used to secure the relative position of two parts. They are typically machined to extremely tight tolerances (often within 0.0001 inches) and are available in materials like: Hardened Steel: For high-wea...

Hoeken's Linkage: Kinematics and Walking Robot Design

Figure 1: Animated simulation of the Hoeken’s Linkage showing the characteristic "tear-drop" coupler curve. 🚀 New Design Guide Available Don't just read about it—build it. Check out our new tutorial: How to Design a Hoeken’s Linkage in Excel (with Free VBA Simulator) » Introduction to the Hoekens Linkage The Hoekens linkage is a specialized four-bar mechanism designed to convert rotational motion into an approximate straight-line motion. While it serves a similar purpose to other straight-line generators, its unique coupler curve—a "tear-drop" shape—makes it exceptionally useful for intermittent motion and walking machines. One of the most fascinating aspects of kinematic theory is the concept of "Cognates." The Hoekens linkage is actually a cognate linkage of the Chebyshev Straight-line Mechanism . This means that while the physical structure and link lengths differ, they can generate...

Ball Detent Torque Limiter – Working Principle & Selection

Figure 1: The ball detent mechanism provides precise overload protection by disengaging instantly when the torque limit is exceeded. The First Line of Defense: Overload Clutches In high-speed automation and heavy industrial machinery, a "jam" is not a matter of if , but when . Whether it is a cardboard box getting stuck in a packaging machine or a tool crashing in a CNC lathe, the resulting torque spike can destroy gearboxes, twist shafts, and burn out expensive servo motors in milliseconds. A torque limiter (or overload clutch) is the mechanical fuse of the drive system. While electronic monitoring (current limiting) is common, it is often too slow to prevent physical damage from the massive kinetic energy stored in the system inertia. A mechanical torque limiter provides a physical disconnect that operates in a fraction of a second. Search for Torque Limiters & Safety Couplings Advertisement Why Choose ...