GEfanuc 9030 Set & Reset coils not working

mschneider

Member
Join Date
Jun 2013
Location
Minnesota
Posts
6
So we currently have a CPU 374+ running a sort of feed bin process. We've had the PLC installed since 2008, with really no problems. I am currently running into a problem with our alarming function. Basically we have about 100 normally open one-shots paralleled to a set coil (4092m) and a normally open reset coil (4092m) with one normally open tied to an acknowledge button on an HMI. So, what usually happens is something goes into an alarm, on-shot goes true and sets our set coil (4092m). operator goes to HMI and pushes acknowledge button which then resets (4092m). But now recently it's happening that set coil (4092m) goes true because something is in alarm. Operator pushes acknowledge (4092m) is reset until acknowledge button isn't pressed anymore, then goes back to true. I can watch this happen online and none of my 100 normally opens in parallel are going true again to set the set coil (4092m)again? What is going on? Like I say it has worked great this way for 5 years and now something funny is happening. Any ideas?
 
Since the bit is off when the HMI button is pressed, I would think whatever is turning it on in NOT between the RESET instruction and the end of the program. Otherwise, it would be on at the end of the scan.

Either something is writing to that bit (ahead of the RESET) within the program, or something external is turning the bit on (HMI or other networked device).

You've pretty much ruled out the one-shots by adding that N.O. contact ahead of the SET.

🍻

-Eric
 
Good point Eric, I do have two other PLC's networked to this PLC via Ethernet. Maybe there is something out in that network that is manipulating my set coil (4092m) unknowingly. I will do a quick search through those two programs and maybe will have to change my 4092m to another address.
 

Similar Topics

Greetings. I'm using a new Red Lion G308 HMI with an existing GEFANUC 9030 PLC with a 364 CPU with built in Ethernet. I can communicate with...
Replies
2
Views
6,362
Hi has anyone had any luck connecting to a 9030 series PLC using a USB-Serial adapter? I'm currently trying to use a Startech ICUSB232v2, with a...
Replies
10
Views
2,247
Is there any way to make a connection directly between a GE Fanuc 90-30 and a Mitsubishi FX Series PLC? If there is no means to connect directly...
Replies
21
Views
4,215
Hi, I have a pcm301 ccm mode in port 2, how I can change ccm slave to Modbus rtu slave? Link's for programming software pocof, termf, and Modbus...
Replies
18
Views
3,409
Hi, Need some help with a 9070 PLC issue. It is a genius bus installation that performs periodic autotesting on field I/O. I am getting errors...
Replies
4
Views
1,232
Back
Top Bottom