andylwh wrote:
Is there any way that I can obtain the continuous elapsed time count and use the event structure at the same time ?
Yes, you can put it in another thread which means you need to create another while loop and placed the elapsed time node in there. Since the initial thread is waiting for events to happen, it won't execute anything else in that thread unless you use the Event timeout (the hour-glass on the upper left).