MC-Basic:group.DESTCIRCLEPOINT

From SoftMC-Wiki
Revision as of 10:33, 13 September 2017 by Itay (talk | contribs) (AXY: new links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns Cartesian coordinates of a point 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 point coordinates are returned. In all other cases robot.SETPOINT is 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

See Also