06-27-2006 12:41 AM
06-27-2006 12:59 AM
06-27-2006 01:08 AM
06-27-2006 01:10 AM
06-27-2006 03:10 AM
hi there
be aware that an event structure inside a timed loop disturbs the behaviour of the loop. the code inside the loop won't be executed with the selected rate anymore, because the loop has to wait for the events or the timeout. on the other side the event structure has to wait for the next turn of the timed loop to start event catching again.
i'd suggest to use a standard while loop instead of a timed loop in conjunction with a event structure.