aah31 Posted June 15, 2010 Report Share Posted June 15, 2010 All, My scenario is a parallel loop configuration. 1st while loop is an acquisition loop for video, the 2nd is a processing while loop for the video. I would like to use the event structure in the processing loop to pause the acquisition loop. Any ideas? Quote Link to comment
Wire Warrior Posted June 15, 2010 Report Share Posted June 15, 2010 Configure the 1st loop as a state machine and create a "pause" state for the state machine that automatically calls itself. Use a queue or other messaging structure to pass the pause command from the processing loop to the acq. loop. That would be one way. Jason Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.