09-07-2007 02:49 AM
09-07-2007 02:56 AM
09-07-2007 10:57 AM
@simon76 wrote:
Can I check why choose 400 for the case event structure??
Sorry, I did not mention this. You can (and should) set this to zero of course. 🙂
This is the timeout it will wait between the different tests. This value will go to the timeout of the event case in the next iteration via the shift register.
I slowed it down to 400ms so the test results don't all appear at once in the list. This makes the demo more realistic, since the test probably take some time in the real program.
09-11-2007 05:31 AM
I have try to set to zero and other bigger values, it just keep looping test 0 without go to other tests .. 400ms is fine for the final, maybe it likes 400ms
BTW, thanks for the helps, and i able to solve all the bugs and make the program work.. and look more simple.