Category

Computers & Programming

Linkage Program

Stephenson Valve Gear?

  Upon further inspection, A Stephenson value gear mechanism cannot be built with the Linkage program. I don’t have the necessary simulation code to handle the complexity of the links. The problem comes from the connection of the “Link” to the rest of the mechanism. The position of…

Continue reading
Linkage Program

Curved Slider Path

A user asked me about curved links in the Linkage program. I think that it is safe to say that curved slider paths is the desired feature because the visual representation of a link is fairly meaningless. It is the connectors that matter. Straight Sliding Connector The straight…

Continue reading
Linkage Program

Cartesian Coordinates

Computer monitors, the old CRT kind, scan from top to bottom like a TV. Before computers, that didn’t cause any problems but when people started accessing the screen, a new coordinate system (variation) was born. It was the “inverted” Cartesian coordinate system. Well, I don’t think that there…

Continue reading
Linkage Program

Linkage Main Menu Sample Gallery

It turns out that moving the sample gallery into the main menu was only a little bit troublesome and only took an hour for me to figure out how to fix. The problem appeared to be that the MFC code created a new gallery window of some sort…

Continue reading
Linkage Program

New Linkage Features

I was contacted by a very helpful person who tried the Linkage program and had some very good suggestions. I fixed a few bugs and then implemented a few of the less complicated features that we discussed. Fixed a problem where I had added , and . shortcut…

Continue reading
Linkage Program

Locking Link Lengths – Logically

Someone suggests adding the ability to lock the length of a link. After giving this some thought, I can think of a few ways to handle it. There are some complications though and I’m not sure how to handle them. First, the questions: If someone moves a connector…

Continue reading
Computers & Programming

Bezier Cam Designer Experiment

Bezier Cam Designer Experiment The experiment is working. The JavaScript code allows a fixed number of points to be manipulated to create a poly-Bezier shape. The Bezier curve is drawn “by hand” for both the normal version and for the version that uses polar coordinates. The interesting thing…

Continue reading
Linkage Program

Cam Feature in Linkage Program

I have started work on adding cams to the Linkage program. It has taken me a while to add this feature because of the complex nature of cams. For instance, cams can be used to control valves in an engine or they can be used to control the…

Continue reading