Difference between revisions of "MC-Basic:group.DESTCENTER"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <''point_variable''> = <''robot_name''>.destcenter<br> ? <''robot_name''>.destcenter |AVAILABILITY= All Versions |DESCRIPTION= Returns Cart…')
 
(AXY: new links)
 
(7 intermediate revisions by 4 users not shown)
Line 9: Line 9:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
All Versions
+
All versions
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Returns Cartesian coordinates of the center of the last executed or currently-executing circular motion. As with DEST, in cases of a stopped motion by the STOP command or as a result of RESCUEMODE, the original circle center coordinates are returned.
+
Returns Cartesian coordinates of the center of the currently-executing circular motion. As with DEST, in cases of a stopped motion by the STOP command or as a result of RESCUEMODE, the original circle center coordinates are returned. In all other cases [[MC-Basic:robot.SETPOINT|robot.SETPOINT]] is returned.
  
 
|TYPE=
 
|TYPE=
Line 38: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ERROR! REFERENCE SOURCE NOT FOUND.group.DEST|ERROR! REFERENCE SOURCE NOT FOUND.group.DEST]]
+
* [[MC-Basic:element.DEST|DEST]]
  
  
 
}}
 
}}

Latest revision as of 10:33, 13 September 2017

Returns Cartesian coordinates of the center of the currently-executing circular motion. As with DEST, in cases of a stopped motion by the STOP command or as a result of RESCUEMODE, the original circle center coordinates are returned. In all other cases robot.SETPOINT is returned.

Syntax

<point_variable> = <robot_name>.destcenter

? <robot_name>.destcenter

Availability

All versions

Type

Location

Units

location

Scope

Configuration, Task, Terminal

Limitations

Modal only, Read only. Proceed command should be used  after Stop command  for getting the corrected value .

Examples

P1  = Scara.DestCenter

? Scara.DestCenter

See Also