Fanuc start problem

dshearer99

Member
Join Date
Mar 2013
Location
Port Hope
Posts
4
I have a problem with a Fanuc R-J3ib controller. I’ve written a new program for crash recovery, but can’t get the program to run without pressing abort all on the teach pendant, and I don’t want to have to do that. I’m using PNS to start the robot and my program is called PNS0002. I send signals to the UOPs to cycle stop, reset faults, change the pns, strobe the pns and then send the signal to Prod_start. The teach pendant changes to PNS0002 but I get a message INTP-105 Run request failed. PROG-040 already locked by another task. I have enabled C_STOP and ABORT on C_stop and the system variable$Shell_cfg.$use_abort is set to true. If I press abort all on the teach pendant and then toggle prod_start, it works. Any advice would be welcome.
 
What you need is to configure and enable your CSTOPI input. Once enabled, energizing this input will immediately abort the currently running program.

Steve
 
I have CSTOPI for ABort set to True
I have Abort all prgrams by CSTOPI set to true
and my cycle stop is configured to UI4, and I have verified that the signal sent from the plc does in fact toggle UI4, but I still get locked by other task.
 
Having CSTOPI for Abort Set to TRUE should be it. That's been all I've had to do.

So, just to be 100% clear, with a running program, you can toggle UI4 and there is no change, correct?

One more thing - is it safe to assume that UI1, UI2, and UI3 are TRUE also?
 
Yes, UI1, 2, 3 are all on, as is Enable UI8. I send UI4 (cycle stop) for one second, then I pulse, fault reset for one second, then I strobe the PNS, the teach pendant switches to PNS0002, the I set the Prod Start (UI18) and I get the locked by other task error.I confirmed that UI4 (cycle stop is going high then low), the pns and sno line up. I don't know what else to do.It's like I've terminated the first prgram with the CSTOP but something else is running. If I press FCTN ABORT ALL on the pendant, it works like a charm, but I don't want to have to do that. I know this can be done because I've done it before, but I must be missing something.
 
Just a couple of pointers
1. Make sure Enable(UI8) is off when you send CSOPI(UI4)
2. Make sure CMNDENBL(UO1) is on when you send PNSTROBE(UI17)
3. Make sure CMNDENBL(UO1) and SNACK(UO19) are on when you send PRODSTART(UI18)

CMNDENBL is on when
1.The remote conditions are satisfied and
2.The operation conditions are satisfied and
3.The mode is continuous operation.(not in step mode)

I assume you have Enabled PNS and Remote in config.
 
Thanks for all the suggestions. I have the problem fixed. I was stepping the program to a point, then turning step off, and it would not run without abort all. If I run the program in continuous mode, I have no issue.
 

Similar Topics

Im using a S7 Siemens PLC and I need to remote start a Fanuc robot in Style. What is the UOP sequence?
Replies
3
Views
2,577
Hello Everybody, I have a Fanuc robot R-30iA Mate Controller. this controller's operation panel has not Local\Remote switch, but it have a T1\Auto...
Replies
3
Views
17,121
I have a CNC cutting equipment, all the components are Fanuc from the CNC CPU A02B-0307-B822, a PLC AIF01A and a panel i, on the panel i (operator...
Replies
1
Views
115
I want to buy this program if anyone has it. Absolutely no one has it officially for sale. My cpu is IC610CPU104B My mail...
Replies
2
Views
114
I've got a Micrologix 1100 with ethernet and I'm trying to configure communications to a Fanuc R30iB controller. I'm pretty sure you have to set...
Replies
0
Views
106
Back
Top Bottom