Hi. We have a robot with a krc2 controller. I'm looking for a solution to something like that I want to run 2 programs so that, for example, one program runs 10 cycles, then the second only one and the whole thing starts from the beginning. thanks in advance for the answers.
Krc2 cycle 2 program
-
Norbert Piroska -
July 8, 2022 at 7:32 PM -
Thread is Resolved
-
-
Norbert Piroska
July 8, 2022 at 7:35 PM Changed the title of the thread from “Norbi” to “Krc2 cycle 2 program”. -
Decl int idx
loop
For idx=1 to 10
Program1()
Endfor
Program2()
Endloop
Fubini
-
Thank you so much