Hi all,
I’m doing an application with some task given from PLC that the robot must execute. I’m thinking to use CASE (one case per each task), but I’d need to exit each case immediately as soon as I receive an abort command. Is it the best way to do this to use a trap? Or are there some special instructions (like a WHILE instruction in which as soon as some condition is met you exit immediately the while cycle whithout reaching its end - I saw something like this in some other robot).
Thank you a lot!