Hello all,
I am using kuka KR210R2700_2 C4 FLR, Robot with KSS 8.6.9
Here's my program
Def SUB_1()
PTP P1 CONT Vel=100%
PTP P2 CONT Vel=100%
End
Def SUB_2()
PTP P11 CONT Vel=100%
PTP P22 CONT Vel=100%
End
My problem is, while robot moves from P1 to P2 it takes continue motion, but while robot moves from P2 to P11 it breaks the continuous motion. (P2 is last point of SUB_1 & P11 is first point of SUB_2 program)
Could you please help me to resolve this problem!!
How can i jump from one subprogram to other subprogram with CONT motion.??
Thanks in advance.