Industrial Robot Mechanical Design: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=Toolpaths=
=Toolchain for Toolpaths=


CAD (FreeCAD) > export (stl filetype) > CAM (PyCAM) > export (gcode filetype) > Machine Controller (EMC2) > export (logic signals) > Machine ( __ ) > export (work)
CAD (FreeCAD) > export (stl filetype) > CAM (PyCAM) > export (gcode filetype) > Machine Controller (EMC2) > export (logic signals) > Machine ( __ ) > export (work)
Line 16: Line 16:


[[Category: Industrial Robot]]
[[Category: Industrial Robot]]
'''Bold text'''pp;

Revision as of 07:24, 13 May 2011

Toolchain for Toolpaths

CAD (FreeCAD) > export (stl filetype) > CAM (PyCAM) > export (gcode filetype) > Machine Controller (EMC2) > export (logic signals) > Machine ( __ ) > export (work)

Mechanical Concept

6axisrobotmech.png Minimum Frame Robot.png MinframerobotCAD.png CADRobot1.png

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;