Hello,
Yaskawa Controller YRC1000.
I prepare program with linear movement in Z axis:
MOVL P001 V=1500.0
SET P120 P050
SET D000 0
GETE D000 P120 (3)
SET D000 2000000
SETE P120 (3) D000
MOVL P120 V=1166.7 PL=1
SET P120 P050
SET D000 0
GETE D000 P120 (3)
SET D001 D012
MUL D001 B012
ADD D000 D001
SETE P120 (3) D000
MOVL P120 V=500.0 PL=0
When robot move from first value of register P120 to second one, (only difference is Z axis) move is NOT linear.
P050 and P120 are prepared in Base Frame and Tool1.
Why MOVL Linear interpolation not generate linear movement of manipulator?
What I'm doing wrong ??
Regards
Grzegorz