NI Home
Cart Cart | Help
Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Currently Being Moderated

Delay Output-OFF/ON Delay or Software Debounce Filter

VERSION 1

Created on: Nov 10, 2008 4:29 PM by Buddy Curtis - Last Modified:  Nov 10, 2008 4:38 PM by Buddy Curtis

PLCs often have a function called a Delay Output which will delay the output of a function by a number of seconds from the time the value becomes stable.  For digital this often called a debounce filter but can be used in floating point (scalar) numbers just as well.   In terms of software, there might be several conditions controlling a single output and this way you can avoid bouncing a particular output back and forth while all the conditions settle down. This polymorphic VI delays the output of any boolean or scalar after the value hasn't changed (boolean) or if has remained within the deadband (scalar) after indicated delay time (terminal input to the VI).

 

Downloads:
Average User Rating
(0 ratings)




There are no comments on this document

More Like This

  • Retrieving data ...