LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reset button

Hi  altenbach ,
 
I have solve some of the bugs problem but still one more bug i cannot fixed, may need your advice.
I make a simulation for test case 3, can select PASS or FAIL.
When select FAIL , the result indication will show FAIL and when going to test for another loop test, let say make it pass, but the result indication still show FAIL as remember the previous result.
 
0 Kudos
Message 11 of 14
(706 Views)
Can I check why choose 400 for the case event structure??
0 Kudos
Message 12 of 14
(706 Views)


@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.

0 Kudos
Message 13 of 14
(696 Views)

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.

 

 

 

0 Kudos
Message 14 of 14
(673 Views)