Difference between revisions of "Robot Working Frames"
Line 12: | Line 12: | ||
== BASE == | == 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 | + | 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 robot's base reference frame relative to the WORLD reference frame. The default base transformation is the NULL transformation, which can be expressed as Puma.base = #{0,0,0,0,0,0} |
[[File:RBT FRAMES BASE2.PNG|RTENOTITLE]] | [[File:RBT FRAMES BASE2.PNG|RTENOTITLE]] | ||
Line 18: | Line 18: | ||
== MachineTable == | == 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 | + | MachineTable is a Robot property which informs the system to use the specified location as the machinetable transformation. It defines the position and orientation of a machine table reference frame relative to the WORLD reference frame. The default machinetable transformation is the NULL transformation, which can be expressed as Puma.MachineTable = #{0,0,0,0,0,0} |
[[File:RBT FRAMES MT.PNG|RTENOTITLE]] | [[File:RBT FRAMES MT.PNG|RTENOTITLE]] | ||
Line 26: | Line 26: | ||
== WorkPiece == | == 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} | + | 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 a work-piece relative to the MACHINE TABLE reference frame. The default base transformation is the NULL transformation, which can be expressed as Puma.WorkPiece = #{0,0,0,0,0,0} |
[[File:RBT FRAMES WP.PNG|RTENOTITLE]] | [[File:RBT FRAMES WP.PNG|RTENOTITLE]] | ||
Line 40: | Line 40: | ||
'''Pbase=Base:Pworld:Tool'''<br/> '''Pbase=MachineTable:WorkPiece:PWorkP''' | '''Pbase=Base:Pworld:Tool'''<br/> '''Pbase=MachineTable:WorkPiece:PWorkP''' | ||
− | For the given setup user frames will be:<br/> '''Base = #{300,200,1000,0,180,180}'''<br/> '''Tool = #{50,0,0,90,45,0}'''<br/> '''MachineTable = #{400,100,0,0,0,0}'''<br/> '''WorkPiece = #{20,70,150,0,90,-90}''' | + | For the given setup, the user frames will be:<br/> '''Base = #{300,200,1000,0,180,180}'''<br/> '''Tool = #{50,0,0,90,45,0}'''<br/> '''MachineTable = #{400,100,0,0,0,0}'''<br/> '''WorkPiece = #{20,70,150,0,90,-90}''' |
Therefore we have: | Therefore we have: |
Revision as of 13:24, 29 September 2021
Language: | English • 中文(简体) |
---|
Contents
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}
Another example of tool coordinate calculation:
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 robot's base reference frame relative to the WORLD reference frame. 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 of a machine table reference frame relative to the WORLD reference frame. The default machinetable transformation is the NULL transformation, which can be expressed as Puma.MachineTable = #{0,0,0,0,0,0}
NOTE | |
The inverse usage of MachineTable and WorkPiece properties! |
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 a work-piece relative to the MACHINE TABLE reference frame. The default base transformation is the NULL transformation, which can be expressed as Puma.WorkPiece = #{0,0,0,0,0,0}
NOTE | |
The inverse usage of MachineTable and WorkPiece properties! |
All frames together
So we have:
Pbase=Base:Pworld:Tool
Pbase=MachineTable:WorkPiece:PWorkP
For the given setup, the user frames will be:
Base = #{300,200,1000,0,180,180}
Tool = #{50,0,0,90,45,0}
MachineTable = #{400,100,0,0,0,0}
WorkPiece = #{20,70,150,0,90,-90}
Therefore we have:
PWP= WorkPiece-1: MachineTable-1:Base:PWorld:Tool
NOTE | |
The inverse usage of MachineTable and WorkPiece properties! |
See Also