Skip to main content

Wheel Rolling and falling. Made in ProE Mechanism.




This is the continuation of the previous post that I had.

I modified the previous mechanism a little bit, and I got this. I removed the slot-follower connection and instead I added an additional pin connection which makes the wheel rotate about the vertical. That plus the manipulation of the tilting angle resulted in this. I think the rendering also is a bit better. It took almost couple of hours to capture the rendered video! But worth the effort..

Here is the video...





I will upload the assembly later, so that you can try it out yourself and see the mechanisms.. come back later and have a look.. its almost midnight and I need to sleep, because I have lot of stuff (not ProE) to do before I shift back to Bangalore.. Yaa, after a short stay here in Germany, I am raring to go back :)

bye for now..


Link for downloading the video:



Comments

Anonymous said…
Joe,,

Looks so good...

Dinesh

Popular posts from this blog

TreeView Structure in Excel VBA

TreeView is extreamly useful in specific cases but it can be bit tricky sometimes to implement.  Last Few days I was working on a TreeView Structure and thought I will share the knowledge I gained...  This post takes you through the basic operations to create and operate a TreeView. It will be like the Folder tree window of the windows explorer.  Moreover, you can have it dynamically updated based on the data in excel.... Here we go..

Color the Excel row based on a value/status

Very often, we would like to differenciate the rows that are having certain status (or specific values in a specific column) in a different color. We can filter for the status and apply the color manually, but we can also do that dynamically or automatically with a specific tweak to the Conditional Formatting feature in Excel