How to run .TP Program #22
-
I have ".TP" programs that read register values and execute moves. How can I run those? I am able to do the same on Windows with PCDK, but I wanted to do it for Python and Linux. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So, first the obligatory disclaimer (from the readme):
right now, what you ask is not directly supported by Dominh. I can think of a couple of work-arounds though:
finally: officially you are not supposed to start any programs with motion remotely using the Web Server Enhancements -- which would allow you to directly call the necessary KCL functions, removing the need to use any of the work-arounds I describe above. You can configure your controller to allow that though. I don't have access to the manuals right now, so I can't tell you exactly how to do it, but there should be enough information in the FANUC Robot series - Ethernet Function - Operator's Manual. |
Beta Was this translation helpful? Give feedback.
So, first the obligatory disclaimer (from the readme):
right now, what you ask is not directly supported by Dominh.
I can think of a couple of work-arounds though:
.tp
you want to run, trigger a remote startFLAG
and on signal-up start your.tp
programFLAG
s) but with a.tp
programfinally: officially you are not supposed to start any programs with motion remotely using the Web Server Enhancements -- which would allow…