Industrial Robot Mechanical Design: Difference between revisions
(Expanded on toolchain for toolpaths) |
m (Added hydraulic motor considerations) |
||
Line 13: | Line 13: | ||
=Motors= | =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. | 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 for electric drive. | ||
For hydraulic drive, epicyclic (gerotor) motors seem to be the optimal choice for their low leakage, low speed, and high torque. Other types include vane motors and axial/radial piston motors. | |||
[[Category: Industrial Robot]] | [[Category: Industrial Robot]] | ||
Revision as of 00:47, 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 for electric drive.
For hydraulic drive, epicyclic (gerotor) motors seem to be the optimal choice for their low leakage, low speed, and high torque. Other types include vane motors and axial/radial piston motors.