Link

Kinematics

Kinematics refers to how our machines move through space.

Layout

Picking an appropriate machine layout is probably one of the first things we do when thinking of a new machine: this is basically “in what order do the axes bolt on to one another” and there are a few prototypical forms we can see to get oriented:

The Vertical Mill (VMC)

vmc

  • XY “table”
  • Z “vertical”

These are the modern cousin to knee mills. Notice the large cantilever on the Z Axis: these are typically large machines w/r/t their build volumes.

The VMC is a classic workhorse, and not insurmountable to build in the lab. See this youtube channel to see a homebrew, 700kg epoxy granite build.

For a more reasonably sized homebrew VMC, see:

Bed Mill / Gantry Machines

zund

shopbot

  • XY “gantry” and fixed bed
  • Z Axis mounted to X Gantry

These are typically “wide and flat” and prioritize XY traverse speeds. They are typically about the same size as their working volumes, making them suitable for large format machining of (i.e.) 4x8’ stock or longer. Stock material are typically sheet-like.

5 Axis

There’s a few ways to skin the 5ax cat, and debate as to which is best. For a five axis machine, we essentially have all of the DOF we might need to machine any geometry (as the 6th axis, rotation along the axis of the spindle, is redundant), but varying layouts offer varying stiffnesses & “reachability” - how easy it is to manouver the tool onto i.e. the underside of a work piece. Part fixturing here also becomes important!

750

okuma

Scara Arms

“Scara” arms are two or three-DOF (adding Z) machines typically made for rapid motion: the rotary linkages are lighter to swing around than heaving large axis over the same work space. In addition, they have small footprints relative their work area.

scara

Building a Scara involves also solving the inverse kinematics to translate from cartesian positions to joint angles,

km
from How To Mechatronics

Dual Scara arms (“parallel robots”) also exist,

Delta Robots

Robot Arms

These are everywhere, and typically used for material handling / “generalized” automation. They are long forward-chains of rotary transforms, ang gearboxes / actuators capable of producing enough torque (at low enough weights) remain expensive.

6

A 6 DOF robot arm can hold any “pose” (3 positions, 3 rotations) with only one joint solution (actual orientation of the arm), but some newer arms include 7 DOF, such that they can hold any pose while retaining a “null space” where the robot’s joints can rotate through a range of possible orientations that still maintain the end effector pose. This allows the robot arm to be moved out of the way of obstacles in it’s working environment while maintaining position of the end effector:

Etc!

There are infinitely many variations on machine kinematics, like I said earlier these lists are not extensive. We can do better with our time to try to understand some of nuance that might appear as we design these things.

Transform Matrices

from Northwestern

If we need to (typically only when we have rotary joints) we can formulate a machine’s kinematics in terms of homogeneous transform matrices or HTMs - here, from some ‘ground’ reference space (or world coordinate system WCS) we can express each subsequent axis location as some multiplication of HTMs.

Constraint

While machine layout is blatantly obvious, the way a machine’s kinematic constraints are worked out is often more subtle. Understanding kinematic constraint can make a world of difference during machine design, but it is often overlooked.

There are others who do a better job at this than I can, so I would point us towards this pdf from the University of Arizona.

dof from Practical Precision

We typically become acquanted with this idea through kinematic couplings that precisely constrain one rigid contact between two bodies, along all 6 DOF. Slocum has done a review on these in 2010, where this image is from:

coupling

We can see that this is composed of elements from the earlier image. We find these in practice most often in toolchangers like Joshua Vasquez:

Or in optical mounts like this:

km fab

Most kinematic mounts are low stiffness because points of contact are meant to be vanishingly small (of course in practice they never are, and Hertz Stress is where to start to understand why) and so we rarely see kinematic mounts used in high-load applications like CNC Milling.

My own toolchanger is also a kinematic mount, although it’s a bit unconventional (made for ease of manufacture & actuation) you can track that project here.


Not Just Couplings

Kinematics is not just about couplings. One way to think of this: each of our Transform Matrices have one “loose” or unconstrained DOF: the degree of freedom that is actuated at that junction. Kinematics is about precisely constraining all other degrees of freedom in the matrix without “binding up” the free DOF.

I think I only have time for one of these examples, but it’s the most common: if we consider a gantry machine with two Y Axes, like clank:

clank-km

This means that when the motors are turned off the Y Axis is free to rotate somewhat in the XY plane:


But when the motors are on, this is perfectly constrained. If the Y-Left assembly and Y-Right assembly were identical, Clank would be over-constrained. It’s worth noting that if we were to write a suitable controller for Clank, we could control this slight rotation in the XY plane of the Y axis: the machine has “three axis” but four motors: using differential drive on the Y-Left and Y-Right motors would allow use of the “loose” DOF here. In practice, the motors simply mirror one another.

Most importantly, this design means that the left-side Y rail and right-side Y rail do not have to be perfectly parallel - because the Y-Right assembly has no X constraint, the rail on this side can “wander” without causing two X-Constraints to fight with one another.

So: a bit subtle, kind of boring, and easy to ignore, but careful kinematic design is what can make your machine glide like this:


Kinematics & Structure

We can also think about structures has having DOF, i.e. in the case of unstable (underconstrained), stable (well constrained) and indeterminate (overconstrained) frames. In a sense, structural stability and kinematic constraint are one and the same.

dt
from Maxwell or see og Maxwell