Motion Instructions: Difference between revisions

no edit summary
(Created page with "Motion Instructions direct the robot to perform motion tasks. They detail where the robot should move, how it should calculate the path, where it should move, how fast, and w...")
 
No edit summary
Line 62:
|-
|}
 
 
===Motion Type:===
C (Circular) - Starting point, intermediate point, endpoint
L (Linear) – Move from one point to another
J (Joint) – Move individual joints of robot arm, fastest way to move.
===Position Type: ===
P – (position) direct position in space recorded by jogging to point and setting as position value
PR (position register) – corresponds to predefined location where position can be found. Contains location of the information, not information itself.
P[n] = (x,y,z,w,p,r,configuration) – configuration describes axis condition at destination
wrist could be N (not-flipped) or F (flipped)
elbow could be U (up) or D (down)
robot could be T (Front) or B (back)
===Termination Type:===
Fine – Robot will stop at each point
Continuous (CNT) – Robot will decelerate as it approaches the point and round off the corner as it goes from point to point as a percentage. Number afterwards is how much deceleration is ignored.
===Motion Type:===
ACC Acceleration
COORD
SKIP,lbl[]
Offset
Offset,PR[]