06-12-2013 06:29 PM
If you want your event to run immediately, enqueue your initialize case in the queue before starting your consumer loop. It will then run immediately and then sit there waiting to run again once it is complete. You should also quit your consumer loop on an error so that the stop button can stop it.
06-12-2013 06:37 PM
Got it !! Used first call to do that.
06-12-2013 06:39 PM - edited 06-12-2013 06:39 PM
NEW RESULTS of TIME ANALYSIS.
left - state machine , right - PC architecture.