Appendix B
06/2005
Danaher Motion
The following graph shows
MOVE
as seen in joint-space.
44
48
52
56
60
64
68
72
76
80
84
40
50
60
70
80
90
XY
The following graph shows
MOVES
as seen in world-space.
-300
-200
-100
0
100
200
300
500
520
540
560
580
600
620
640
660
680
700
XY
There are four commands to make point-to-point movement in robot groups. There are two
commands to interpolate the motion (
MOVE
and
MOVES
) and two commands to define the
target point (
JOINT
and
LOCATION
). The total combination of these gives four options.
LOCATION target
JOINT target
Cartesian-Interpolation
MOVES #{400,400,0,0}
MOVES {45,45,0,0}
Joint-Interpolation
MOVE #{400,400,0,0}
MOVE {45,45,0,0}
C
ONTOURING
Contouring connects different motions by defining the final velocity for each movement. This
way, the motion does not stop at the segment. It is continued with the next motion. This
method is applicable in one-axis applications, but has several drawbacks that become more
prominent in multi-axis applications:
The angle between the movements' direction must be zero. Otherwise, a jump in
velocity occurs.
It is not possible to connect arc with linear segments without a jump in acceleration.
You must calculate the achievable final velocities on each segment to stop after the last
segment.
178 Rev
E
M-SS-005-03