Hi all,
I need to be able to switch on the robot, press the start button on the working cell (an external PLC gives the robot the drive on and then start commands) without even touching the teach pendant and the robot has to start...
To do that I understand that I have to edit the cell.src, but at the beginning there's this line:
PTP HOME Vel=100 % DEFAULT
which I want to comment out (it makes the robot go to home position, isn't it?)
The robot cannot move to home position. It has to start from where it was left before switching it off, then my master program checks the robot position and takes care of moving the robot.
The master program is working but I have to select it to start. I just need it to be selected automatically.
I have downloaded the cell.src on my computer, edited, but when I try to upload it to the robot on the \cam directory the file is automatically changed and I see only a few lines...no matter if I set the user as expert or administrator.
But at the mean time, if I read the file on \cam from my computer I see it exactely as my edited file. how is that possible?

If I try to edit it on the pendant it doesn't let me comment that line.
How can I edit the cell.src?
and what do I have to leave on cell.src and what can I comment out?
Is it correct to edit the cell.src or are there some other ways to run a program automatically when the robot is in external mode?
Thanks for you help