Home› Programming
Discussion
Back to discussions page
Anand_Gopalan
Posts: 7 Apprentice
Secondary program with Move commands - Condition Check - Resume Main routine |
32 views
|
Answered | |
/ Most recent by Anand_Gopalan
in Programming
|
4 comments |

in Programming
Hello all,
I have a question if it is possible to stop the execution of the main Robot program when a specific condition goes true and execute a secondary program.
I would like to check this condition parallelly when the robot executes the main routine, stop it execution, finish the secondary program and then resume with the left out part of main routine.
Thanks and Regards
Anand Gopalan
I have a question if it is possible to stop the execution of the main Robot program when a specific condition goes true and execute a secondary program.
I would like to check this condition parallelly when the robot executes the main routine, stop it execution, finish the secondary program and then resume with the left out part of main routine.
Thanks and Regards
Anand Gopalan
Tagged:
Yes, it contains some motion commands which I expect the robot to perform when a particular condition is satisfied.
After completing this secondary program, I would like to resume the old program movements.
Thanks and Regards
Anand