04-23-2020, 11:43 PM
Jeremy,
我试图找出如何update the Fanuc post processor to insert custom logic instead of the "Detach from Tool" generic logic that is currently generated. I understand (in general) how the post processor works and would have expected to see something like
def detach(self):
io_var = '! Detach from Tool;"
self.addline('io_var')
but can't find any references in the post file for the word "detach".
Thanks
Kevin
我试图找出如何update the Fanuc post processor to insert custom logic instead of the "Detach from Tool" generic logic that is currently generated. I understand (in general) how the post processor works and would have expected to see something like
def detach(self):
io_var = '! Detach from Tool;"
self.addline('io_var')
but can't find any references in the post file for the word "detach".
Thanks
Kevin