Hello everyone,
I have a CR-7ia/L fanuc robot with a R30-iB plus controller.
So my problem is that I want to start a program with a value save in a SR by a barcode scanner pluged in an HMI and with the action of an operator send it to the SR.
I found out on the forum that you can call an SR and start the program with the same name, but I wanted it to be automatic. I thought that I could use BG logic, but find out that I can't call a program in them.
I also find on the forum people talking about macro, but I never used it and from what I understood I need to write in my BD logic :
UI [4:Cycle stop] = on
Wait DO [170] = on // action from the operator to send the value of the bar-code scanner to the SR
DO [XXX] = ON
and then use the DO to start a macro, but I don't know how. Is that right ?
Is there something I'm missing or am I completely wrong ?
Thanks for taking the time to read this and for anyone who can help.