Hello, my comrades!
I have a task to create a control of kuka by siemens PLC and siemens HMI panel. We have some recipies, and depending on the chosen one, kuka has to complete different tasks. Buttons of each recipe will be placed on HMI panel.
Example: Kuka is run, waiting for a pushed button, then completing the task in the loop until other external commands stop it or do something else.
I've learnt some manuals about making auto external connection between kuka and "host computer", but I didn't understand, is that the way I should use in order to achieve my goal, using CELL.src with different CASES? Or isn't that necessary for me in my case to use "auto ext"? And all I have to do is just to:
1. create main program and subprograms
2. set interruptions and bind them to INPUT signals from HMI
3. Launch main program in a loop?
But then very important question appears here! - How is it possible to launch kuka without using KCP, without manual choosing and starting the program?
And what is the purpose of auto ext mode usage at all?
I hope on your feedback!