Hello, I want a sequence to wait until a boolean variable in another part of the block diagram becomes true. Is there a function that I can put in one of the frames of the sequence that does the job?
Would a semaphore work in your application? (Click on LabVIEW Help, and index the semaphore topic.) Grab the semaphore when you set the boolean to false, release it when you set it true.