Category

Linkage Program

Linkage Program

Updated Linkage Program

I have uploaded a new linkage install package. This incorporates all of the latest features. I think that all of the versions of Linkage in the last year can only run on Windows Vista or Windows 7. This latest installer checks the Windows version to keep the program…

Continue reading
Linkage Program

Linkage Program Fixes

I finally got around to finding and fixing a few tiny things. The biggest fix was to the code for sliding links. A sliding link is a link that has two sliders that make it move along a specific linear path. I had code to handle the case…

Continue reading
Linkage Program

Linkage 3.0?

I was working the last few nights on an update to the linkage design and simulation program. I have started the process of adding linear actuator support. Until now, rotating inputs were the only type of input available. I have a working mechanism although I have no way…

Continue reading
Linkage Program

Ribbon Bar Working in Linkage 2.0

I now have the linkage program working with the new ribbon bar. I’m not sure if it’s much better than the old-style toolbar but it’s prettier. I wanted to use an image gallery in the ribbon bar to select sample mechanisms but even with 128×128 pixel images, it’s…

Continue reading
Linkage Program

Solid Links and Thick Lines

I am still stumped on how to simulate the link/slider/slider mechanism I described in an earlier post. I think that there is just no way to do this with math since the curve I need to intersect can only be described with an equation that includes a time…

Continue reading
Linkage Program

Another Special Case!

And another and another. I found another case that requires special code to deal with the geometry that is different from all other cases. the thing to notice in this situation is the fact that connector C controls the location of link 1 horizontally in this case but…

Continue reading
Linkage Program

More Special Cases

I was back at work last night writing code to handle special cases in the linkage simulator. It turns out that every type of connection is a special case, almost. Here is what I have working: There is one case I can see that is missing but the…

Continue reading
Linkage Program

How the Simulator Works

I thought I might write down some points about how the simulator works for future reference and to help me think about it and make improvements. The linkage program is a bit experimental so I try to get something working and then worry about making it better later….

Continue reading