Difference between revisions of "MC-Basic:group.DEST JOINT"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <''point_variable''> = <''robot_name''>.dest_joint<br> ? <''robot_name''>.dest_joint |AVAILABILITY= All Versions |DESCRIPTION= Retrieves th…') |
m (1 revision) |
(No difference)
| |
Revision as of 16:10, 13 December 2010
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