Difference between revisions of "MC-Basic:robot.START JOINT"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:robot.START_JOINT}}
 +
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 40: Line 42:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:robot.START|robot.START]]
+
* [[MC-Basic:robot.START|robot.START]]
  
  
 
}}
 
}}

Latest revision as of 02:22, 21 April 2017

Language: English  • 中文(简体)‎

Retrieves the current initial 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 initial point of the stopped (canceled) movement is returned.

Syntax

<point_variable> = <robot_name>.start_joint

? <robot_name>.start_joint

? <axis_name>.start_joint

Availability

All versions

Type

Joint

Units

joint units

Scope

Configuration, Task, Terminal

Limitations

Modal Only, Read only

Examples

P1  = Scara.Start_Joint

? Scara.Start_Joint

See Also