I am trying to do something quite simple in LabView but am having a hard time doing it.
Basically I want to have a boolean value that is false and every x seconds it turns true for about 1 second and then reverts back to false.
This boolean value would be wired in a loop to the stop condition so that the loop stops every five seconds. This loop is within a bigger loop that will restart the inner loop every time it stops.
Any help would be greatly appreciated!