Hi!
I'm doing an emergency program for my Kuka robot to get it to the HOME position. When it gets to the HOME position I want to CANCEL or RESET the program, so the operator of the robot cell has to activate starting sequence again in order to start the implementation of the program.
What command do I have to use to do this?
Can I do this inside the current program or do I have to implement this into the SPS? I would rather do this inside of a current program.
I was watching the commands "CWRITE($CMD,STAT,MODE,"CANCEL 1")" or "CWRITE($CMD,STAT,MODE,"RESET 1")". Are they just for SPS implementation?
Thanks.