On 12/24/2012 10:21 AM, Eric Hunting wrote:
> Grid Beam has been made with very large expensive multi-spindle drill presses.
.
.
.
> auto-centering jig called the DJ-1"
Since you are wanting to make many holes in standard sizes of wood,
(I think, not knowing grid beam details myself), the universal adjusting
features of the DJ tools are not needed, but close accuracy on long spaced
holes is.
I'm joining a co-op workshop of sorts in Austin TX -- moving in some equipment and
paying rent soon -- where they have a shopbot and a home built CNC router
under construction. The homebuilt router possibilities are getting
lower priced so much that if you don't count time spent on learning weird
software and setting up and testing machine tools for accuracy and squareness,
the price is approaching just 4) DJ2 metric kits, or $2000.
http://www.bridgecitytools.com/default/tools/drilling/drilling-jigs/dj-2-drilling-jig-metric-kit.html
It's easily possible to combine two machine tools running under the same control
software and have a hole drilling robot (looks like a CNC router with big
table for 4 x 8 sheets of plywood) and a chop saw robot attached to one end,
and a semi-auto feed mechanism with foot switch to use while standing at one end
and unstacking/feeding in and out and re-stacking finished work.
A recent open hardware extruded aluminum beam project used an automated chop
saw to get feasibility of delivering kits of precut T-slot beams.
The feeder part could be a conveyor with end stop detectors and robot clamps to hold
blanks in place before they are drilled.
I'm not sure the best way to have a machine know a piece of
wood is all the way against the stop on the router table,
but I'm sure it can be done several ways.
EMC2 is one kind of software based on PCs, and Smoothie is up and coming based on
microcontroller doing the tool-path following and a laptop is usually
used to load data, trigger events and such. EMC2 probably can do what they refer to as
6 axes, but may be able to deal with on/off controls for clamps and such.
Smoothie is for people who want to do a little programming and make something responsive
and full featured, and probably tailored more to the cutters, clamps, sensors, safety
interlocks you have on hand than using "axis control submodules" like is usually done
with EMC2, and even make specific user interfaces.
But it will need python programming.
John