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

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:robot.GLOBALSETPOINT}}
 +
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM= GSETPOINT
 
|SHORT FORM= GSETPOINT
Line 40: Line 42:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:robot.SETPOINT|robot.SETPOINT]]
 
* [[MC-Basic:robot.SETPOINT|robot.SETPOINT]]
* [[MC-Basic:axis.POSITIONCOMMAND|axis.POSITIONCOMMAND]]
+
* [[MC-Basic:element.POSITIONCOMMAND|POSITIONCOMMAND]]
 
* [[MC-Basic:robot.HERE|robot.HERE]]
 
* [[MC-Basic:robot.HERE|robot.HERE]]
* [[Axystems:Robot_Working_Frames|Robot Working Frames]]
+
* [[Robot Working Frames|Robot Working Frames]]
 
* [[Element Coordination/Global Coordinates| Global_Coordinates]]
 
* [[Element Coordination/Global Coordinates| Global_Coordinates]]
 
}}
 
}}
[[Category:Axystems:Motion:MovingFrame]]
+
[[Category:Motion:MovingFrame]]

Latest revision as of 11:21, 13 September 2017

Language: English  • 中文(简体)‎

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

See Also