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.

NX Motion Simulation Part 2: Setting up Links and Joints

Let's continue from the previous post. Now it's time to visualize our previous calculation for the timing diagram of the indexing mill and punch die using 3D Motion Simulation in Unigraphics (UG) NX4.

Advertisement

While we successfully created a 2D motion simulation in Excel, modern engineering demands a full Digital Twin. The UG NX4 Assembly model is prepared as shown below.

The mating conditions of the assembly model follow the sketch shown in [Timing Diagram (Part 1 - No Overlap Movement)].

Step 1: Entering the Simulation Environment

New to UG NX4 Motion Simulation? No problem. Follow this step-by-step guideline.

In the motion simulation environment, all commands are initially disabled. You must right-click on the assembly file and select New Simulation.

This command creates the necessary files and organizes them automatically.

Step 2: Defining the Kinematic Environment

Click the environment command (calculator icon) and select "Kinematics".
Why? Because we are going to use "Spreadsheet Run" to control the motion based on our Excel calculations, rather than relying on the internal dynamic solver.

Step 3: Creating Links and Joints

Advertisement

Defining Links:
1. Click the Link command.
2. Select the object (the indexing mill).
3. Enter the name "Mill".
4. Click Ok.

Repeat this for the punch die. Now we have 2 links, but they are floating in space. We need to define joints to constrain their Degrees of Freedom (DOF) to zero.

Defining the Revolute Joint:
1. Select the Joint command.
2. Choose "Revolute joint" (allows rotation in Z-axis only) and select the "Mill" link.

Setting Orientation and Origin:
3. Select "Orientation of joint on the first link".
4. Select "Vector" and click the top face of the indexing mill (defines Z-axis).

5. Select "Point" and click the center of the mill.
6. Rename the joint to "J_Mill".

Step 4: Setting the Initial Motion Driver

The joint is defined geometrically, but it needs a Driver to move.

For now, we set a placeholder constant velocity:
1. Select "Constant"
2. Enter "100" in the Velocity box (100 deg/s).

Note: You are correct that the real motion should be cycloidal. We use this placeholder just to verify the mechanism is assembled correctly before we inject our complex Excel data.

Let's take a break. In the next post, we will replace this constant driver with our Spreadsheet Run data.

Comments

Popular posts from this blog

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 ...

Polynomial Cams: Analysis & Design Pitfalls (Part 3)

Figure 1: Mathematical coefficients determine the physical shape. Poor math leads to physical defects like the "dip" shown on the right. In [ Polynomial Cam Function (Derivation of Fifth-degree function) - Part 2 ], we derived the equations for the Fifth-Degree (3-4-5) Polynomial . Advertisement Now, we apply this math to the real world of Mechanical Cam Design . The shape of the physical cam is determined by plotting these functions. Unlike a standard Cycloid curve, the polynomial allows us to manipulate the Start Velocity (v 0 ) and End Velocity (v 1 ) of the follower. However, this flexibility requires careful design. If the coefficients are not balanced, the physical cam profile can develop "dips" or negative slopes, causing the mechanical linkage to behave unpredictably. Case 1: Standard Dwell-to-Dwell (Zero Velocity) Figure 2: The standard profile (v 0 =0, v 1 =0). Safe, smooth, and ide...

Chebyshev Linkage Design: Ratios & Straight-Line Motion

Figure 1: The Chebyshev linkage converts rotary input into approximate straight-line output. Introduction to the Chebyshev Linkage The Chebyshev linkage is a four-bar mechanical linkage that converts rotational motion into approximate straight-line motion . It was invented by the 19th-century Russian mathematician Pafnuty Chebyshev , who was deeply involved in the theoretical problems of kinematic mechanisms. His goal was to improve upon existing designs, such as the Watt Straight-line Mechanism , which James Watt had used to revolutionize the steam engine. While Watt's design produces a lemniscate (figure-eight) curve with a straight section, the Chebyshev linkage is often preferred in specific machinery because the straight-line portion of the path is parallel to the line connecting the two fixed ground pivots. Search for Mechanism Design & Robotics Books Advertisement Design Ratios and Geometry The gen...