5-Axis Robot Carves Metal Like Butter
kkleiner sends along an amazing video of what robot-controlled machining is coming to. "Industrial robots are getting precise enough that they're less like dumb machines and more like automated sculptors producing artwork. Case in point: Daishin's Seki 5-axis mill. The Japanese company celebrated its 50th anniversary last year by using this machine to carve ... a full-scale motorcycle helmet out of one piece of aluminum. No breaks, no joints, the 5-Axis mill simply pivots and rotates to carve metal at some absurd angles. Every cut is guided by sophisticated 3-D design software (Openmind’s HyperMill)."
I read that as "Craves Metal" and was scared as hell.
I don't mean to take anything away from the Japanese who are clearly leading in the robotics industry. Especially with technologies like this, humanoid robots like Asimo, and even those creepy robots that have the bad latex skin, these are all really impressive displays of Japan's prowess in this field. More importantly, the control mechanisms are being refined at both the software and hardware interconnects, so this isn't just "robotics", but rather the whole field covers a much broader scope than merely software or just hardware.
Why isn't the U.S. leading in this area? Why have we decided that we're happy enough building Facebook applications? It's sad to see that we aren't as focused on building real systems that will have an actual physical impact on our surroundings. We took Laertes' ridiculous admonition "to thine own self be true" and turned ourselves and our energies into the very worst of what we are as a nation. We have become exactly what the Japanese saw 20 years ago: a nation of lazy, overpaid workers. And, I hate to say it, we are paying the price for that with our jobs.
Industrial robots are getting precise enough that they're less like dumb machines and more like automated sculptors producing artwork
No, the engineers who built them and the programmers who programmed them are the sculptors, the robots are simply sophisticated knives. They're tools that humans use to create the sculpture.
It isn't artificial intelligence, it's real. It's the programmer's intelligence.
Free Martian Whores!
I'm starting to get involved in CNC machining (hobbyist level). One of the things that is quite clear is that there are really no good open source CAM packages. For that matter, open source 3D CAD has a long way to go, although I have great hopes for FreeCAD (not ready yet, but huge progress in the past year). If someone out there is looking for a challenge, take a look at 3D CAM, starting with 3-axis milling. Toolpath planning is *hard*. Your problem: Here is an arbitrary chunk of arbitrary metal. Here is a list of arbitrarily shaped tools. Here is the work envelop of your machine. Here is a table of chiploads that won't break the tools. Here is a 3D CAD file. Produce gcode. gcode that will not break the tools, not crash into fixtures, not crash the machine, and can start with roughing cuts to carve the initial block to something close, and plan finishing cuts that give you the desired surface finish at the end. A do your debugging where a "crash" can cost hundreds or thousands of dollars in broken tools and machinery.