Sculy relay logic for sticky bits

jandrul

Member
Join Date
Jan 2013
Location
NY
Posts
6
I have found some logic in a PLC (90's vintage) controlling our hot oil furnace which attempts detect a stuck bit ! I think the theory was that bits could get stuck much like a relay. Anybody out there seen this before ? Anybody have issues with stuck bits ? This logic is currently bypassed as it uses an external relay for the test which ironically fails too often.
 
stuck bit usually means burnt input/output or memory error, if there's no forcing or logic error. that would cause plc to raise fault, so i don't really see the point in detecting stuck bit...
 
I have found some logic in a PLC (90's vintage) controlling our hot oil furnace which attempts detect a stuck bit ! I think the theory was that bits could get stuck much like a relay. Anybody out there seen this before ? Anybody have issues with stuck bits ? This logic is currently bypassed as it uses an external relay for the test which ironically fails too often.

Yes, but only bits that are accessed from a remote device. I commonly write code to avoid "stuck button syndrome", so that if comms are lost or if only one packet gets lost (the one to turn of an HMI button bit for example), then the program ensures that no unexpected or neverending action takes place.

If the "stuck bit" isn't written by an external device then all of this is unnecessary, since bits in a PLC can't get "stuck" on or off all by themselves.
 
you know what, I have seen this problem in an old S5-95u. The 24v power supply started to fail - The way it failed caused a floating voltage on the negative 24v which was grounded, consequently causing the logic to fail sporadically. I was called to site to investigate some strange goings on with a palletiser and monitoring online found inputs remaining at logic 1 with no 24v on the input; and vice versa...I found the problem because the HMI went up in smoke about 1 hour after getting to site......:)
 
I have found some logic in a PLC (90's vintage) controlling our hot oil furnace which attempts detect a stuck bit ! I think the theory was that bits could get stuck much like a relay. Anybody out there seen this before ? Anybody have issues with stuck bits ? This logic is currently bypassed as it uses an external relay for the test which ironically fails too often.

Yes, this is common (probably required based on your reading of NFPA) in Burner Management Systems and other Safety Systems.

Use a Solid State Relay in place of the mechanical relay and you won't have to bypass the logic, BTW.
 
Last edited:

Similar Topics

Hi looking to install a smaller less sophisticated PLC for fountain timing and also one analog pressure sensor which would be used to detect...
Replies
23
Views
536
Hey guys, I just wanted to see if any of the bright minds on here had any opinions on these relay interface modules. Particularly, I would love to...
Replies
1
Views
77
Hi, I am using AB 5069-L306ERS2 CPU. My system should achieve SIL-2. I have safety door switches connected to AB 5069-IB8S module, and I want to...
Replies
1
Views
132
Hello, I need assistance in making a Relay operation that follows the given parameters: -if S1 is switched and S2 is at off, the Lamp 1 will be...
Replies
3
Views
127
Back
Top Bottom