Hello,
This is my first post here, so I apologize if this topic has been covered beforehand or if I accidentally break any forum rules. I tried searching through the forums before this point, but I was unable to find what I was looking for. This is our first robotic cell that we are building by the way.
To make a long story short, we currently have a LR Mate 200iD with a R-30iB Mate Plus controller. We have gone through and setup our VR Processes for our pick and place application. The robot is able to run by itself and we are now in the process of incorporating in our PLC to the system. We just have our PLC hardwired into the robot controller (ie, we are using the Terminal Converter Board). We are able to pass back and forth the necessary DO/DI for our system to work properly. At this point, we are manually starting the robot through the TP or by using the green start button on the front of the controller.
The next step is for us to have the PLC tell the robot to start and stop. I can do that easy enough by means of a DI. What I really want to do is when the robot powers up, it will go to a default program (ie, let's call that program Main). In order to have the controller load this Main program, from what I can find online, it looks like I need to go into Menu -> Setup -> Program Select and change the Program Select Mode & Production Start Mode to Other. Is this the correct way to do this?
I also saw that it looks like we potentially need to go into Menu -> Next -> System Config and have the following be done: Enable UI Signals set to True & Remote/Local Setup set to be Remote. In order for this to work, I also saw that we need to have UI1 -> UI3 & UI8 all set to ON for this to work. Do you need to have these particular UI set to be ON?
At the end of the day, what I would ultimately like to do is have the robot boot to Main when turning on, wait for a particular DI turn on from the PLC/HMI, and then run Main. I am not sure if this is the easiest way to accomplish this task or not, which is why I have reached out to this forum.
Thank you!