Difference between revisions of "MC-Basic:group.DEST JOINT"

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
Line 38: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[AXY:MC-Basic:group.DEST|group.DEST]]
+
* [[MC-Basic:element.DEST|DEST]]
* [[AXY:MC-Basic:axis.DEST|axis.DEST]]
+
 
  
  
 
}}
 
}}

Latest revision as of 10:32, 13 September 2017

Retrieves the current destination point of the movement in joint coordinates. If the group finished its movement, it is equal to PCMD. If the group was stopped either by the STOP command or as a result of RESCUEMODE, the destination of the stopped (canceled) movement is returned.

Syntax

<point_variable> = <robot_name>.dest_joint

? <robot_name>.dest_joint

Availability

All versions

Type

Joint

Units

joint units

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.Dest_Joint

? Scara.Dest_Joint

See Also