cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

One method to make wound springs

dschenken
21-Topaz I

One method to make wound springs

This is one means to create a wound spring.

 

It uses two graphs: One called Radius and the other called Turns. Pictures of typical graphs are attached. Graphs are a kind of Datum feature.

 

The centerline of the spring is a datum curve driven by equation using a cylindrical coordinate system. Since I happened to chose an X extent from 0 to 16 in the graphs, the number 16 is used in the relations for the equation. You may choose a different length. You don't have to use the entire graph extent. "t" in the equations is a Pro/E supplied variable that is evaluated over the range of 0 to 1. Unless you want kinks in the spring, keep all transitions between entities in the graph tangent.

 

r =evalgraph("radius",t*16)

theta = 360*evalgraph("turns",t*16)

z=16*t

 

Notice that the turns graph changes from 0 to 10 along a straight line. Some other curves are possible, though Pro/E may balk at the next step, creating a solid. Adjustments to accuracy may be required.

 

The solid (or surface if you like) is created using a variable section sweep. Pick the curve, then select Insert/Variable Section Sweep; sketch the section and it should work.

 

Notice that the ends of the spring are perpendicular to the centerline allowing addition of straight sections, hooks, and other attachments.

 

Check the  spring pictures available by changing the graphs.

 

If you need flat segments or reversals, add a graph for the 'z' component.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
4 REPLIES 4

Just posted a video on YouTube dealing with compression springs.

Creo compression spring - Part 1 - YouTube

TomU
23-Emerald IV
(To:dschenken)

That's a seriously long set of videos, but very well done!  It's really fascinating seeing the different ways people approach the same modeling challenges.  Your approach is closer to what I've done in the past than what David is doing.  Fortunately I've never needed any springs that change direction half way around!

P.S.  If you create a dedicated discussion related to your video, I have a couple of things I'd like to share, but I don't want to hijack this thread.

TomU
23-Emerald IV
(To:dschenken)

David Schenken‌, do you think you could add pictures of the related graphs for a couple of the springs shown above?

Top Tags