Is it possible to get working project number(The project that is started from pmaster PC.) to a variable on robot?
I don’t want pickmaster robot to go to safepos when i stop the robot from flexpendant. So i ve commented lines coordinated and uncoordinated in pick routine. Now it works fine and robot restarts from the position where it stayed. I wonder if it causes a problem to comment coordinated and uncoordinated routine’s call in pick routine.(NOTE:This is a presshop pmaster aplication)
I have had several applications where the same RAPID code could have been used on multiple projects if the project number information was available. Instead, I had to edit unique code for each project to deal with very minor alterations such as the tool mass and item load. This made revision tracking a big headache since a process change to the code required editing several different program versions.
Is there a way for the robot to know which project is active?