Sign in to follow this  
Followers 0
plcteur

Fault checking in PLC

3 posts in this topic

Hi, I am trying to find a way to program a PLC, for detecting any faulty sensors or actuators, using ladder logic. I have been able to come up with a possible strategy to monitor the sensor and actuator health off-line, but I can't figure out a way to do so on-line. The main problem is How do I make my controller differentiate between a sensor/actuator in idle or OFF state from a faulty one?

Share this post


Link to post
Share on other sites
Some strategies: Time - the input should turn on/off occasionally withing a certain amount of time. No activity - stuck on or off - use a timer which will time out if a change doesn't happen on the input. Sequence - the sensor doesn't respond in a sequence when sensors preceding or following it in time have actuated. Critical applications - for very critical applications use redundant inputs. Shut down if they don't match within certain tolerences.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0