Category

Linkage Program

Linkage Program

Linkage Bug

bug 1 [buhg]  noun, verb, bugged, bug·ging. noun Also called true bug, hemipteran, hemipteron. a hemipterous insect. (loosely) any insect or insect-like invertebrate. Informal. any microorganism, especially a virus: He was laid up for a week by an intestinal bug. Informal. a defect or imperfection, as in a…

Continue reading
Linkage Program

Memory Leak in Linkage

I found a major memory leak in the Linkage program. Fortunately, the leak only added up to large amounts of memory if a simulation was running for a while. The leak was caused by my forgetting to create a virtual destructor for a C++ class. One of the…

Continue reading
Linkage Program

New Linkage 2.9.5 Ready

I have a new contract job that involves the Windows Phone and I can’t make any changes to the Linkage program for a few months. Since I have some interesting features in the latest version, I wanted to share it. This new version, available here, has some recent…

Continue reading
Linkage Program

DXF Output Partially Working

It took me a while but I now totally understand the DXF format. It wasn’t until I needed to change a bit of the output from the free source code I used, that I needed up getting the details I needed to not be confused. The format is…

Continue reading
Linkage Program

Links on Sliders

The code was fairly simple to write and I had a few minutes to spare today while running some long tests on other code. The video shows a few variations of the multiple slider mechanisms. The sliding connectors must have the exact same sliding radius for these to…

Continue reading
Linkage Program

Code to Slide a Link on a Curve

Link That Slides on Curve I am attempting to make a link slide on a curve. When I started writing the code to handle this, I thought that maybe there is a better way. There must be a way to write the simulation code so that there are…

Continue reading
Linkage Program

Fun Looking Mechanism

While testing the sliding link feature to make sure that I had not missed something when programming the curved path handling, I have been making interesting mechanisms. Although some configurations are still not handled in the code, things like this work fine. Interesting Mechanism Video

Continue reading
Linkage Program

Linkage Oscillating Input

A typo in my post a moment ago made me wonder if I should just add a letter to the word “linkage” and use that as the new name of the program. “Linkjage” has a certain ring to it. Oscillating input is something that I have thought about…

Continue reading
Linkage Program

No More Pink Link

I moved the pink entry to a later position in the color table. Linkage should now have pink links only after there are more than 15 or 20 links in the mechanism. I started to notice that all of the images  that I was posting were a bit…

Continue reading
Linkage Program

Linkage 2.8.10 Available

Curved Sliding Connector Paths are working! There is a type of configuration that is not handled by the simulator but the simpler situations are now handled. Valid Sliding Connector Curved Paths   Invalid Curved Paths   I am planning on improving the simulator so that it can handle…

Continue reading