Category

Linkage Program

Linkage Program

Some Gearing Working–Linkage 2.0

I have some of the gear simulator working. Video of Simple Gears The simple gears are self explanatory. This was the first working test. The gear size ratio is set in the coordinate/length/angle text box in the tool bar, or by pressing the Gear Ratio button below that….

Continue reading
Linkage Program

Simulating Gears

Okay, the user interface is pretty much working for gears. Gears Now I need to work on the simulation. This sounds simple, but there are some issues that I still need to work out. To start with, the existing simulator does not “follow” the kinematic chain. No Simple…

Continue reading
Linkage Program

More Difficulties with Gears

My previous post described making a link also be a gear. I realize now that this is a limitation that doesn’t need to happen. But removing that limitation causes other problems. Here is where I am with this project: A gear is a link, but not a link…

Continue reading
Linkage Program

Linkage Gearing Dilemma

I have the user interface in the Linkage program working somewhat. I have a serious dilemma with the simplicity of it. The concepts are good, but the details are troublesome. I’ll explain. Various gear Configurations In the image above, there are four gear interface situations shown. The user…

Continue reading
Linkage Program

So Far So Good – Gears!

I have a little bit of the user interface working. I took out an optimization feature where joining a lone connector to another connector would just discard the link that was part of the lone connector. Now, a lone connector might have a link that is a gear,…

Continue reading
Linkage Program

Gears in the Linkage Program

I was just having a discussion with my dad about gears. Every now and then, I think about how to add gearing to the Linkage program and I think that I now have a way to do it. I’m writing down the ideas for future reference, and because…

Continue reading
Linkage Program

New Linkage 2.11 Available

The latest version of Linkage 2 is available here. New or Different The arrow keys will now step the simulation forwards and backwards. The old [ and ] keys still work. Holding the shift key while pressing a left or right arrow will step the simulation 10 steps…

Continue reading
Linkage Program

Fixed DXF Export in Linkage Program

I discovered that my code was using the screen zoom in one of the DXF export calculations, and that the math used to guess at a good connector radius was not quite right. After fixing those two issues, I also made a change to improve the solid link…

Continue reading