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

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:robot.SETPOINT}}
  
 
{{MC-Basic
 
{{MC-Basic
Line 42: Line 42:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[AXY:MC-Basic:axis.POSITIONCOMMAND|axis.POSITIONCOMMAND]]
+
* [[MC-Basic:element.POSITIONCOMMAND|POSITIONCOMMAND]]
 
* [[MC-Basic:robot.HERE|robot.HERE]]
 
* [[MC-Basic:robot.HERE|robot.HERE]]
 
* [[Robot Working Frames|Robot Working Frames]]
 
* [[Robot Working Frames|Robot Working Frames]]
  
 
}}
 
}}

Latest revision as of 11:19, 13 September 2017

Language: English  • 中文(简体)‎

Returns the commanded robot Cartesian coordinates. This variable is computed each sampling period from the motor command position or according to the current interpolation type. Equals TOCART(PCMD). It is a counterpart of HERE.

Syntax

<point_variable> = <robot_name>.setpoint

? <robot_name>.setpoint

? <axis_name>.setpoint

Availability

All versions

Type

Location

Units

Location units

Scope

Configuration, Task, Terminal

Limitations

Modal , Read only

Examples

P1  = Scara.SetPoint

? Scara.SetPoint

See Also