Skip to main content

on-delay

Syntax

- on-delay: number

Description

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

Examples

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

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