Hello.
I have a program which welds, trims and stacks the product all in one loop. Recovering by backtracking is due to complexity not an option,
I would like to create "recovery program" which is a simplified copy of the production loop, minus the production steps, DO's, Di's etc.. Basically, "recovery program" should start where production loop had stopped and end up back at home like it normally would.
For that, in recovery program, i need to jump in it at correct line based on current (approximate) robot position. But how to accomplish that? Using DCS zones is not an option for me.
Thanks in advance.