MC-Basic:robot.GLOBALHERE

From SoftMC-Wiki
Revision as of 09:08, 7 June 2012 by Miborich (talk | contribs) (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…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.Here

? Scara.Here

See Also