Debounce

Just checking.... Debouncing means not reading from a momentary flicker, right? If so, this should do it. It's a fairly standard way to take a straight input and turn it into a delay on/delay off setup. Adjusting T4:1 controls how long the input needs to change before the input affects the circuit, and t4:2 keeps it on for as long as necessary. Instead of using the input, just use T4:1/DN

debouncing.jpg
 
tom_stalcup said:
Just checking.... Debouncing means not reading from a momentary flicker, right?

I have to say you are correct!!! One of the reason for a debounce is to get rid of relay chatter, I use alot of debounces to control outputs involved with heat control. Operators hate hearing a constant on off on off then hold in. If you have a input that see's a constant input to control an output(or anything else) that can vary up and down quickly, add a little debounce to the control system, you'll save yourself a lot of headaches from the operators saying it just doesn't sound right.
 
Excellant! I added the photo eye that I was debouncing to the seal in so that the timers would reset and it works great. Thanks.
 

Similar Topics

Hi all. Is this the simplest way to debounce inputs in Ladder (there are 2 points being debounced here)? The TOF drives the tag. I'm expecting...
Replies
11
Views
227
Hi guys, I am pretty new when it comes to programming. I am working with CX-Programmer and I am having a problem where I have a sensor on my...
Replies
6
Views
672
Hi Group I have an on/off type steam valve which is set to maintain temperature in a vessel. If the PV drops below setpoint, the valve is...
Replies
4
Views
1,677
Working with a huge PLC 5 program that does not have much memory left in the processor and it has about 600 alarms in all and about 270 of them...
Replies
12
Views
4,086
Ok, I'm using Rockwell's PlantPax add on instructions. In the package there is a Digital-In function that has a "Debounce" option, which doesn't...
Replies
7
Views
6,557
Back
Top Bottom