GE Fanuc Service Request 14

I_Am_Groot_67

Member
Join Date
Jul 2021
Location
Tampa
Posts
2
Hello everyone!

I am trying to properly program a service request 14 (clear PLC and I/O fault tables) on a GE Fanuc 374 CPU. I am using Proficy 8.6 Sim 15.

I have copied the code following the example in the help section of Proficy. I have no issue clearing the PLC fault table, but when I attempt to reset the I/O fault table the PLC goes into fault shutdown. The only difference between the two is the parameter value (for the PLC reset I have the %R0500 set to 0 and for the I/O reset I have %R0550 set to 1).

The errors I am seeing in the fault tables are 1)Bad remote application request. Discarding request. and 2)Controller CPU software fault.

Thanks in advance,

Dave
 
For service request 14
A "0" clears the PLC Fault table, and a "1' clears the IO Fault table.

Also have a pulse bit or one shot on the service request, you do not want to leave the "0" or "1" there.

If you want to know when to clear...
%S0009 bit is PLC Fault table full, %SC0010 bit is on any PLC fault in table
%S0010 bit is IO Fault table full, %SC0011 bit is on any IO fault in table
%SC0009 bit is any fault present in either table


It will help to read the 9030 CPU instruction set manual.. GFK0467, which I guess you have because you are using the same registers as the example in the manual.
I believe you are having the issue because you are leaving the "0" or the "1" on.
 
You also mentioned "reset the fault"?
What service request are you using? I am not aware you can "reset a fault" in 90-30 CPU, only clear all faults.
 
Installing a positive transition coil in between the input and the logic fixed everything. I was using an old manual GFK0467M (2002) and the example did not have the positive transition coils in the logic.
 
Installing a positive transition coil in between the input and the logic fixed everything. I was using an old manual GFK0467M (2002) and the example did not have the positive transition coils in the logic.

Yes... I noticed that in the old manual also. However I have done several Service requests and already found out it takes a transition coil to operate.
 

Similar Topics

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
105
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
108
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
99
We recently purchased a IC693CPU352 module and it appears the internal time clock is static. I can set the time and date but once set it does not...
Replies
5
Views
168
I have one GE Fanuc IC200PNS002-AC Versamax Network Interface Module and the fault red light is blinking and i have checked in manual it is...
Replies
9
Views
206
Back
Top Bottom