Difference between revisions of "MC-Basic:group.DESTCIRCLEPOINT"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <''point_variable''> = <''robot_name''>.destcirclepoint<br> ? <''robot_name''>.destcirclepoint |AVAILABILITY= All Versions |DESCRIPTION= Re…') |
m (1 revision) |
(No difference)
| |
Revision as of 16:10, 13 December 2010
Returns Cartesian coordinates of a point 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 point coordinates are returned.
Syntax
<point_variable> = <robot_name>.destcirclepoint
? <robot_name>.destcirclepoint
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.DestCirclePoint
? Scara.DestCirclePoint