/
CondDelay Block
CondDelay Block
The condDelay block observes a False to True transition from the input, but only switches the output to true if the input remains true for the entire chosen delay duration. Intermittent changes during delay period are all factored in. Units to use are: sec, min, hr
An example of it being used is below.
Logic: If safCmd is true AND safStatus is false for 3 minutes, then set safOperation as true. (That means the initial condition of safCmd being true AND safStatus being false has to be true for 3 minutes before setting safOperation as true)
Related content
Date, Time, Day blocks
Date, Time, Day blocks
Read with this
OnHolder Block
OnHolder Block
More like this
Logic Builder Examples
Logic Builder Examples
Read with this
RuntimeCounter Block
RuntimeCounter Block
More like this
And Block
And Block
More like this
If Block
If Block
More like this