I am trying to run the main program for several times using For Loop, as shown below:
While Robot executed the movement for just one time unexpectedly.
Is there any instruction for this kind of Synchronization Problem of Robot movement and program pointer in the process of robot simulation?
Code:
Main = RDK.Item('Main')
for i in range(5):
Main.RunProgram()
Is there any instruction for this kind of Synchronization Problem of Robot movement and program pointer in the process of robot simulation?