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)