Thanks to everyone who provided replies! I really appreciate all of them!
pdl I like your solution! Seems to be very easy and suitable for what we need to do.
Let me try to recap what you are suggesting, to verify I understood your idea:
- Connect an external PC to the robot controller via an ethernet cable.
- Put the PC in the same subnet of the Robot controller.
- Set $RMT_MASTER = 1.
- In SETUP > HOST COMM > Telnet set password for KCL user.
- Connect the PC using telnet and logging with credentials previously set on the robot.
- Start a program using RUN KCL command. (like RUN <program name>)
Is my understanding correct?
Then, if this approach works, I should be able to put the telnet connection and the KCL command inside a script (like a Python script) and use it to do the same thing. Correct?
I have only a final question, do I need to have any specific software option from FANUC to be able to apply this idea?