failure design

Suggestions, Problems, Availability, etc. Everything is up for discussion.
Post Reply
jward
Posts: 69
Joined: Sun Oct 04, 2009 9:38 pm
Bot?: No

failure design

Post by jward »

What are standard failure practices and designs?

For instance, my desire is to keep relevant equipment turned off if a float switch indicates an error condition. I was thinking about how the switch should be wired. It seems one might set the din to normally closed so that if the sensor/switch wasn't present it would be an error, but this would be susceptible to a short creating the closed state too. I guess one would have to look at failure mode for the switches too. What is best practice?
JonW
Site Admin
Posts: 1726
Joined: Sun Jul 18, 2010 7:51 am
Bot?: No
Location: Huntington Beach, CA
Contact:

Re: failure design

Post by JonW »

NO vs NC? There's really no best practice to this. The best choice is always going to depend on a combination of what your switches support and what is the overall logic of the processes/ladder logic. No one answer.
jward
Posts: 69
Joined: Sun Oct 04, 2009 9:38 pm
Bot?: No

Re: failure design

Post by jward »

normally open (NO) or normally closed (NC)
JonW
Site Admin
Posts: 1726
Joined: Sun Jul 18, 2010 7:51 am
Bot?: No
Location: Huntington Beach, CA
Contact:

Re: failure design

Post by JonW »

jward wrote:normally open (NO) or normally closed (NC)
"NO vs NC?" was meant as a rhetorical question.
bzomerlei
Posts: 9
Joined: Mon Oct 04, 2010 11:44 am
Bot?: No

Re: failure design

Post by bzomerlei »

Not sure if this exactly applies to your question, because I think you might be referring to using input from the float switch into the BCS.

I wired my float switch so that when the water in the hlt drops below a certain level, it breaks the circuit for the low voltage control on my SSR. This way I'm bypassing anything happening in the BCS. The element will not fire without the right amount of water, even if I made a mistake in programming the BCS, or if the BCS gets hung for some reason.
jward
Posts: 69
Joined: Sun Oct 04, 2009 9:38 pm
Bot?: No

Re: failure design

Post by jward »

Interrupting the relay input is a good idea for safety. For my use I have 2-3 relays to interrupt. I'd need a triple pole triple throw switch.
User avatar
oakbarn
Posts: 846
Joined: Thu Jan 05, 2012 2:28 pm
Bot?: No
Location: Texas
Contact:

Re: failure design

Post by oakbarn »

jward wrote:Interrupting the relay input is a good idea for safety. For my use I have 2-3 relays to interrupt. I'd need a triple pole triple throw switch.

Think Relay Board if making one float a "safety" for more than a single SSR. I do use a Float Switch as an Exit Condition for a Water Valve. In that Case, I have the DIN "On" and the Valve State Exits when the DIN is OFF. That way I know that the float Wiring is good before I open the Valve. In my case, I am using the UI to Assert the State.
jward
Posts: 69
Joined: Sun Oct 04, 2009 9:38 pm
Bot?: No

Re: failure design

Post by jward »

I thin I am sort of doing that now. Currently, I have the glycol process as the highest process. The entry state controls the temp. The exit condition for that state is the float switch. The next state turns off all of the protected devices.

Speaking of failures.... My AC unit is no longer cooling. The compressor doesn't seem to turn on.
Post Reply