MC-Basic:group.DESTCENTER

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <''point_variable''> = <''robot_name''>.destcenter<br> ? <''robot_name''>.destcenter |AVAILABILITY= All Versions |DESCRIPTION= Returns Cart…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

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