Industrial Robot Mechanical Design: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(→‎Gear Reduction: Design description of single stage spur gearbox)
 
(27 intermediate revisions by one other user not shown)
Line 1: Line 1:
=Toolchain for Toolpaths=
#REDIRECT [[Industrial Robot/Research Development]]
 
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=
 
[[Image:6axisrobotmech.png|300px]]
[[Image:Minimum Frame Robot.png|300px]]
[[Image:minframerobotCAD.png|500px]]
[[Image:CADRobot1.png|500px]]
[[Image:IndustrialRobot3.png|500px]]
 
=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 motor
 
=Gear Reduction=
 
By virtue of using hydraulic drive, the motor shaft output speeds are low enough that we might be able to use a compact spur gearbox at each joint instead of a more complicated configuration such as harmonic drive.
 
One possibility is a single stage spur gearbox where the "input shaft to output shaft offset" equals the sum of radius one and radius two, where radius one is that of the first (input) spur gear and radius two is that of the second (output) spur gear. Both shafts would be immobile in all directions except for rotation; this can be accomplished by mounting the motor and gearbox on a common frame for the input shaft; by welding a small disc for the input shaft.
 
=Kinematic Parameters=
 
The Denavit-Harten parameters are as follows, for joint(i): depth(i), normal length(i), z angle (i), x angle (i).
 
Joint(1): Depth(1)=0.2m , Normal Length(1)=0.2m , Z Angle(1)=90deg , X Angle(1)=*
 
Joint(2): Depth(2)=0.0m , Normal Length(2)=1.0m , Z Angle(2)=00deg , X Angle(2)=*
 
Joint(3): Depth(3)=0.0m , Normal Length(3)=0.1m , Z Angle(3)=90deg , X Angle(3)=*
 
Joint(4): Depth(4)=0.0m , Normal Length(4)=0.0m , Z Angle(4)=90deg , X Angle(4)=*
 
Joint(5): Depth(5)=0.2m , Normal Length(5)=0.0m , Z Angle(5)=90deg , X Angle(5)=*
 
where * is the joint variable
 
[[Category: Industrial Robot]]

Latest revision as of 11:40, 28 January 2012