I can do basic programming and editing of programs using the tesch pendant or a text editor. Our applications have the robots loading pieces into a mold on large extrusion machines. If the robot faults out, it can cause quite a mess.
I am looking at how to build in an auto recovery system.routine that would pull the robot out of the machine automatically. I think I can work my way through the actual program as far as how to move the robot out. What I can’t figure out is what I am going to use to invoke the recovery routine. I was thinking about using a timer, and if it exceeded a set number then the robot needed to come out. I keep seeing references to error handling but I don’t understand them well enough to know if they are my answer.
If anyone has any suggestions it would be appreciated. Thanks.