06-27-2013 03:59 PM
Hi Everyone,
Attached you'll find a example of Two event structures inside while loops.
The bottom loop is paused or release by a queue.
I don't understand why the play event is not registered on the bottom loop the first time it is fired.
any idea?
Thanks a lot,
Best Regards,
Solved! Go to Solution.
06-27-2013 04:12 PM
I think the problem is how you're using the Dequeue in the bottom loop - it's waiting for a value from the Boolean queue before the event structure has registered for the User Event for the first time - therefore that first event gets lost.
06-27-2013 06:12 PM
06-28-2013 12:39 AM
Thanks You were perfectly right I just inverted the order of execution with the error wire and it works great,
Thanks