Hey guys!
I've seen inthe Kawasaki documentation commands to save files viatelnet. I am thinking of preparing a script ( in python or sth) to do regular backup (e.g. 1 per day) for my robots. I will be working with E and F controllers. Currently I only have KROSET simulator. There are SAVE commands in AS documentation, but to use them I have to add name of the program I want to save, as in the screenshot.
But, what if I don't know which program is "main" program? What name I should enter on this command? I tested on KROSET and KRTERM simple "SAVE test" and it saves a file "test" but I'm not sure if there is everything. I wonder if this file is enough to recover whole project?
Or should I use SAVE/P, read the program names on the controller and download every one of them by SAVE file_name = received_name1, received_name2...,
Once I have, I will try to calculate a checksum of the file to check if anything has changed in project, and then overwrite the stored file.
Has anybody done something like this?