Difference between revisions of "MC-Basic:robot.GLOBALHERE"
Line 40: | Line 40: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[Axystems:MC-Basic:axis.POSITIONFEEDBACK|axis.POSITIONFEEDBACK]] | * [[Axystems:MC-Basic:axis.POSITIONFEEDBACK|axis.POSITIONFEEDBACK]] | ||
− | * [[AXY:MC-Basic:robot. | + | * [[AXY:MC-Basic:robot.GLOBALSETPOINT|robot.GSETPOINT]] |
* [[Axystems:MC-Basic:robot.TOOL|robot.TOOL]] | * [[Axystems:MC-Basic:robot.TOOL|robot.TOOL]] | ||
* [[Axystems:MC-Basic:robot.WORKPIECE|robot.WORKPIECE]] | * [[Axystems:MC-Basic:robot.WORKPIECE|robot.WORKPIECE]] | ||
* [[Axystems:MC-Basic:robot.MACHINETABLE|robot.MACHINETABLE]] | * [[Axystems:MC-Basic:robot.MACHINETABLE|robot.MACHINETABLE]] | ||
− | * [[ | + | * [[AXY:MC-Basic:robot.GLOBALBASE|robot.GBASE]] |
− | |||
+ | * [[AXY:Element_Coordination/Global_Coordinates | Global_Coordinates]] | ||
}} | }} | ||
+ | [[Category:Axystems:Motion:MovingFrame]] |
Revision as of 09:10, 7 June 2012
Returns the actual robot Cartesian coordinates in global frame. This variable is computed each sampling period from the motor feedback position. It equals GBASE:TOCART(PFB). It is a counterpart of GSETPOINT.
Short form
GHERE
Syntax
<point_variable> = <robot_name>.ghere
? <robot_name>.ghere
Type
Location of XYZYPR independent of the chosen robot type.
Units
location units
Scope
Configuration, Task, Terminal
Limitations
Modal only , Read only
Examples
P1 = Scara.GHere
? Scara.Here