Search Results

cam

Linkage Program

Rotating Cams to Their Followers

I’m about ready to turn the Beta Linkage program into the official production version. The only problem is that I still want to do more work on it. It feels incomplete if it can’t move a cam to make it meet a follower. In other words, the follower…

Continue reading
Linkage Program

Improvements to Spline/Cam Features

Thanks to a user, I fixed a few bugs in the spline/cam simulation code. Splines that are not fastened to a link or connector are now treated as part of the “ground” and can be used as cam-like shapes without producing simulation errors. Speaking of connectors; a cam…

Continue reading
Linkage Program

Closer to Cams Than Ever

After many more hours of work, I have a complete polyline editor. Each segment can be a Bezier curve or a straight line. Each node can be a cusp or have the control points smooth and optionally symmetrical. Nodes can be added and deleted and the curve can…

Continue reading
Computers & Programming

Functioning Cam Simulation

Cam and Follower I was able to get a functioning cam simulation running in JavaScript. It was a little tricky and isn’t quite perfect yet. Mostly, I had to remember how my code works with the HTML5 canvas and with the coordinate system that I use for the…

Continue reading
Linkage Program

Linkages, Cams, Gears, Etc.

With gears somewhat working in the Linkage program (there is a small glitch to fix still), I need to figure out what to do next. I have a list of user requests as well as a list of things that I want. I’m not sure what to do…

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