11-29-2023, 08:32 AM
Hi everybody,
I am milling with our Fanuc robot arm foam molds. To do this I generate robot programs with the Fanuc_RJ3_Dripfeed post processor. However, I am running into the following issue:
My dripfeed contains the following programs:
Main_box.TP
box.TP
box2.TP
box3.TP
box4.TP
box....TP
When resuming a paused program at box2 for example. The dripfeed is searching for a running program which is box2. It does not recognize the Main_box program that is running all the subprograms. So the dripfeed.py is trying to upload this mainfile again but thats not possible.
My question:
Is there a way to resolve this issue?
Can I add a function in the post processor that generates a function in the dripfeed.py that recognizes that a program is already running and this skips the uploading of the Main_box.TP?
Cheers,
Ruben
I am milling with our Fanuc robot arm foam molds. To do this I generate robot programs with the Fanuc_RJ3_Dripfeed post processor. However, I am running into the following issue:
My dripfeed contains the following programs:
Main_box.TP
box.TP
box2.TP
box3.TP
box4.TP
box....TP
When resuming a paused program at box2 for example. The dripfeed is searching for a running program which is box2. It does not recognize the Main_box program that is running all the subprograms. So the dripfeed.py is trying to upload this mainfile again but thats not possible.
My question:
Is there a way to resolve this issue?
Can I add a function in the post processor that generates a function in the dripfeed.py that recognizes that a program is already running and this skips the uploading of the Main_box.TP?
Cheers,
Ruben