Thank you very much for all the answers, finally I completely changed the procedure as my robot does not cooperate with me
Based on Fanucpy found on github, I will program the movements via SM, this way I will eliminate any memory problems and "I will program" the robot via Python.
So I have a question open to everyone, especially people in industry (I'm in school and don't have all the information)
If you had the ability to control your robot via a python script, what functions would you be interested in?
I am currently implementing:
- movements
- register reading and writing
- I/O
- average speed
- power consumption
If anyone has advice on other things to implement that could be useful in the industry please feel free to give me advice and I will try to apply it
Edit: I know there are other libraries that can do certain things, but I prefer to put everything in one library