Difference between revisions of "MC-Basic:robot.GLOBALBASE"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= GBASE |SYNTAX= GlobalBase = <robot location point> |AVAILABILITY= |DESCRIPTION= Global base is a Robot property which informs the system to use the …")
 
Line 47: Line 47:
 
* [[Axystems:MC-Basic:robot.MACHINETABLE|robot.MACHINETABLE]]
 
* [[Axystems:MC-Basic:robot.MACHINETABLE|robot.MACHINETABLE]]
 
* [[Axystems:Robot_Working_Frames|Robot Working Frames]]
 
* [[Axystems:Robot_Working_Frames|Robot Working Frames]]
*[[AXY:Element_Coordination | Element_Coordination]]
+
* [[AXY:Element_Coordination/Global_Coordinates | Global_Coordinates]]
  
  
 
}}
 
}}
 
[[Category:Axystems:Motion:MovingFrame]]
 
[[Category:Axystems:Motion:MovingFrame]]

Revision as of 09:01, 7 June 2012

Global base is a Robot property which informs the system to use the specified location as the global 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 gbase = #{0,0,0,0,0,0}

Short form

GBASE

Syntax

GlobalBase = <robot location point>

Type

Location of XYZYPR (X, Y, Z, Yaw, Pitch, Roll) independent of robot type

Units

User defined position/orientation units

Default

NULL

Scope

Configuration ,Task or Terminal

Limitations

.

Examples

Puma.Base= #{25,0,100,0,45,0}

Scara.GBase = #{90, 180, 0, 0, 180,0}

See Also