Skip to main content

off-delay

Syntax

- off-delay: number

Description

Outputs a true value until the input from the previous stage has maintained a false value for the specified period of time (in seconds), at which point the output switches to false. Any rise to true in the input, even momentary, will switch the output back to true and reset the on-delay counter.

Examples

  var1:
- source: AIN0
- threshold: 4
- off-delay: 0.5
info

In the above example, AIN0 is an identifier available in LabJack data sources.