Q^Q Posted November 22, 2006 Report Posted November 22, 2006 I have a time loop, the interval is 1s. In one iteration, after running 0.5s, an event occur. I want break this iteration immediately, and jump to the next iteration. Can I do this? Quote
French LVer Posted November 22, 2006 Report Posted November 22, 2006 Hi, i'm new on this forum but i think i can help on your problem I think you can use time-out option of Event Structure. You can see an example on the picture attached. Best regards Quote
Q^Q Posted November 23, 2006 Author Report Posted November 23, 2006 Hi, i'm new on this forum but i think i can help on your problem I think you can use time-out option of Event Structure. You can see an example on the picture attached. Best regards Good! This structure helps me solve the problem. Thank you! Quote
martin@aerodynamics Posted November 24, 2006 Report Posted November 24, 2006 I have a time loop, the interval is 1s. In one iteration, after running 0.5s, an event occur. I want break this iteration immediately, and jump to the next iteration. Can I do this? If you are using a RT Target, the way with the Event-structure doesn't work. Therefore you can do this also with the Timed-loop. => configure the timed loop to 1000ms iteration time => give your timed loop a meaningful name => you can abort the timed loop with the stop Timed Loop structure... Quote
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.