Difference between revisions of "MC-Basic:robot.GLOBALSETPOINT"
(Created page with "{{MC-Basic |SHORT FORM= GSETPOINT |SYNTAX= <''point_variable''> = <''robot_name''>.gsetpoint<br> ? <''robot_name''>.gsetpoint<br> |AVAILABILITY= 4.10.x |DESCRIPTION= Return…") |
|||
Line 39: | Line 39: | ||
|SEE ALSO= | |SEE ALSO= | ||
+ | * [[Axystems:MC-Basic:axis.SETPOINT|axis.SETPOINT]] | ||
* [[Axystems:MC-Basic:axis.POSITIONCOMMAND|axis.POSITIONCOMMAND]] | * [[Axystems:MC-Basic:axis.POSITIONCOMMAND|axis.POSITIONCOMMAND]] | ||
* [[Axystems:MC-Basic:robot.HERE|robot.HERE]] | * [[Axystems:MC-Basic:robot.HERE|robot.HERE]] | ||
* [[Axystems:Robot_Working_Frames|Robot Working Frames]] | * [[Axystems:Robot_Working_Frames|Robot Working Frames]] | ||
− | * [[AXY:Element_Coordination | | + | * [[AXY:Element_Coordination/Global_Coordinates | Global_Coordinates]] |
}} | }} | ||
[[Category:Axystems:Motion:MovingFrame]] | [[Category:Axystems:Motion:MovingFrame]] |
Revision as of 09:04, 7 June 2012
Returns the commanded robot Cartesian coordinates in global frame. This variable is computed each sampling period from the motor command position or according to the current interpolation type. Equals GBASE:TOCART(PCMD). It is a counterpart of HERE.
Short form
GSETPOINT
Syntax
<point_variable> = <robot_name>.gsetpoint
? <robot_name>.gsetpoint
Availability
4.10.x
Type
Location
Units
Location units
Scope
Configuration, Task, Terminal
Limitations
Modal , Read only
Examples
P1 = Scara.SetPoint
? Scara.SetPoint