Industrial Robot Mechanical Design: Difference between revisions
No edit summary |
(Expanded on toolchain for toolpaths) |
||
Line 1: | Line 1: | ||
=Toolchain for Toolpaths= | =Toolchain for Toolpaths= | ||
CAD (FreeCAD) > export (stl | CAD (FreeCAD) > export (stl, dxf, svg) > CAM (PyCAM) > export (gcode) > Machine Controller (EMC2) > export (logic signals) > Machine (CNC milling, various) > export (work) | ||
In FreeCAD, a 3d mesh drawing can be exported as an stl file; alternatively, a 2d drawing can be exported as a dxf or svg file. Any of these files can then be imported in PyCAM, in which toolpaths can be generated for those drawings. These toolpaths can then be exported from PyCAM as a gcode file. EMC2 can then import the gcode file and simulate the toolpath, plus send logic signals to an external electronic controller that moves a machine to correspond to the toolpath. This toolchain allows digital fabrication to be utilized for the construction of the industrial robot. | |||
=Mechanical Concept= | =Mechanical Concept= |
Revision as of 00:13, 16 May 2011
Toolchain for Toolpaths
CAD (FreeCAD) > export (stl, dxf, svg) > CAM (PyCAM) > export (gcode) > Machine Controller (EMC2) > export (logic signals) > Machine (CNC milling, various) > export (work)
In FreeCAD, a 3d mesh drawing can be exported as an stl file; alternatively, a 2d drawing can be exported as a dxf or svg file. Any of these files can then be imported in PyCAM, in which toolpaths can be generated for those drawings. These toolpaths can then be exported from PyCAM as a gcode file. EMC2 can then import the gcode file and simulate the toolpath, plus send logic signals to an external electronic controller that moves a machine to correspond to the toolpath. This toolchain allows digital fabrication to be utilized for the construction of the industrial robot.
Mechanical Concept
Motors
Brushed motors wear out relatively rapidly. Yet, the industrial robot must be designed for lifetime use. Therefore, AC brushless or DC brushless motors seem like the better design choice.
The major difference between AC brushless and DC brushless motors is that the former has a sinusoidal back emf and the latter has a rectangular/trapezoidal back emf. For simplicity of motor control, the brushless DC motor seems to be the optimal choice for the industrial robot. Bold textpp;