Hi All,
A while back on a different robot type, I did a program where there were two tasks executing simultaneously.
The first task opened a text file as parsed some data and extracted x, y and z coordinates and turned them into move commands and added them to a 'work que'.
The other task then looked at the work que and moved to the positions in a FIFO fashion.
Does anyone know if this might be possible on an ABB robot. I will do it in robot studio first so robot type/RobotWare shouldn't be an issue.
Also open to suggestions on better ways to do this.
Any help is much appreciated.
Thanks in advance.