Question about Kawasaki TCP/IP Communication on C# poncho_hasm Aug 23rd 2022 Quote from dm.bogachev I have a Python implementation of Telnet-connection with save/load functional, if someone is interestedRobotTelnetClient.py.txt Thank you very much works like a charm
Question about Kawasaki TCP/IP Communication on C# poncho_hasm Aug 19th 2022 Quote from Kasim I successfully connected to robot. I can get backup with KRcc.dllNow I have new missions. If I have a issue I open new thread.Thank you everybody I'm trying to do backups too, would you mind sharing your code?Thanks
Fanuc karel Copy FRS: poncho_hasm Sep 9th 2021 Hello,I'm trying to copy a file to the FRS: with karel I keep getting a write protection violation,I tried so far this commands:COPY_FILE('UD1:\Logos\h17d0d.png ','FRS:\h17d0d.png ',TRUE,FALSE, status)KCL ('COPY FILE UD1:\Logos\h17d0d.png TO FRS:\h17d0d.png OVERWRITE',status)