Difference between revisions of "Robot Working Frames"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "= Robot Working Frames = ==TOOL== Tool is a Robot property which informs the system to use the specified location as the tool transformation. It defines the position and orien…")
 
(TOOL)
Line 10: Line 10:
 
Example:
 
Example:
 
Puma.tool = #{25,0,100,0,45,0}
 
Puma.tool = #{25,0,100,0,45,0}
 +
 +
 +
[[Image:Axy;Tool frame.png]]
  
 
==BASE==
 
==BASE==

Revision as of 12:41, 31 March 2011

Robot Working Frames

TOOL

Tool is a Robot property which informs the system to use the specified location as the tool transformation. It defines the position and orientation of the tool tip in relation to the center of the tool flange. The default tool transformation is the NULL transformation, which can be expressed as TOOL = #{0,0,0,0,0,0} Example: Puma.tool = #{25,0,100,0,45,0}


Axy;Tool frame.png

BASE

Base is a Robot property which informs the system to use the specified location as the base transformation. It defines the position and orientation of the arm in the cell according to the WORLD reference. The default base transformation is the NULL transformation, which can be expressed as Puma.base = #{0,0,0,0,0,0}

MachineTable

MachineTable is a Robot property which informs the system to use the specified location as the machinetable transformation. It defines the position and orientation machine working frame relative to the BASE reference. The default machinetable transformation is the NULL transformation, which can be expressed as Puma.MachineTable = #{0,0,0,0,0,0}

WorkPiece

WorkPiece is a Robot property which informs the system to use the specified location as the workpiece transformation. It defines the position and orientation of work-piece relative to the MACHINE TABLE reference. The default base transformation is the NULL transformation, which can be expressed as Puma.WorkPiece = #{0,0,0,0,0,0}

AXY;Robot Working Farmes.png