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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= GHERE |SYNTAX= <''point_variable''> = <''robot_name''>.ghere<br> ? <''robot_name''>.ghere<br> |AVAILABILITY= |DESCRIPTION= Returns the actual robot…")
 
(AXY: new links)
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:robot.GLOBALHERE}}
 +
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM= GHERE
 
|SHORT FORM= GHERE
Line 34: Line 36:
  
 
|EXAMPLE=
 
|EXAMPLE=
P1  = Scara.Here<br>
+
P1  = Scara.GHere<br>
  
 
? Scara.Here
 
? Scara.Here
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.POSITIONFEEDBACK|axis.POSITIONFEEDBACK]]
+
* [[MC-Basic:element.POSITIONFEEDBACK|POSITIONFEEDBACK]]
* [[Axystems:MC-Basic:robot.GSETPOINT|robot.GSETPOINT]]
+
* [[MC-Basic:robot.GLOBALSETPOINT|robot.GSETPOINT]]
* [[Axystems:MC-Basic:robot.TOOL|robot.TOOL]]
+
* [[MC-Basic:robot.TOOL|robot.TOOL]]
* [[Axystems:MC-Basic:robot.WORKPIECE|robot.WORKPIECE]]
+
* [[MC-Basic:robot.WORKPIECE|robot.WORKPIECE]]
* [[Axystems:MC-Basic:robot.MACHINETABLE|robot.MACHINETABLE]]
+
* [[MC-Basic:robot.MACHINETABLE|robot.MACHINETABLE]]
* [[Axystems:MC-Basic:robot.BASE|robot.BASE]]
+
* [[MC-Basic:robot.GLOBALBASE|robot.GBASE]]
 
 
  
 +
* [[Element Coordination/Global Coordinates| Global_Coordinates]]
 
}}
 
}}
 +
[[Category:Motion:MovingFrame]]

Latest revision as of 12:05, 13 September 2017

Language: English  • 中文(简体)‎

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

See Also