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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:group.DESTCENTER to MC-Basic:group.DESTCENTER: Global renaming of Axystems: namespace into (Main):)
Line 12: Line 12:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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 [[Axystems:MC-Basic:robot.SETPOINT|robot.SETPOINT]] is 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=

Revision as of 08:54, 22 May 2014

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