How to make flag appear after some time signal of Boolean

Hello and good day to all...

I'm doing a change in case of false to true after having received the signal of 3 or more than a Boolean.

example of situation, the signal is sent, but the case will change true after three times of the signal is received then the turn of the real deal. If only twice a

signal is received, the case will not change...

Does anyone have suggestions or ideas how to create? Or have another way to solve?

Best regards

Leman lennon

You must use a shift register to track how many times the Boolean value is true.  If true, then incremented.  If set to false, then don't.  If the value in the registry change = 3, the value is true, then run your business structure.

Tags: NI Software

Similar Questions

Maybe you are looking for