09-04-2007 11:31 PM
09-05-2007 12:03 AM
Try this method.
-Kumar.B
09-05-2007 01:24 AM
The above code draft will certainly work.
I am bit worried that your program is overly complicated. Here are a few points you might consider:
If you don't mind, you can attach your program. Maybe some of us will see some possible improvements. 🙂
09-05-2007 01:43 AM
Hi kumar,
Thanks for the suggestion, it's quite usefull.
Hi altenbach ,
Thanks for the response. I attach with my vi and see maybe can improve to get better performance.
regards,
09-05-2007 01:05 PM - edited 09-05-2007 01:05 PM
Attached is a quick attempt at cleanup. Since I did not have the test subVIs, I created some dummies. Modify as needed. There are probably bugs, so test everything first. 🙂
Message Edited by altenbach on 09-05-2007 11:10 AM
09-05-2007 01:43 PM
09-06-2007 02:04 AM
The "NO" is to show how many pieces of test module being test that day or week don't care whether pass or fail. I can reset the "NO" and start to count again.
09-06-2007 02:37 AM
There are probably many more tweaks before it runs correctly, so modify as needed. Good luck! 🙂
To place a decoration, go to the decoration palette and place it where you want. Now use the coloring tool to change the color. You can also use the "reorder" tool to change the layering.
09-06-2007 04:35 AM
09-06-2007 11:19 AM
@simon76 wrote:
The bugs still there, it still need to press the test button continuously for next test..
Yes, the problem was with the boolean logic. The dialog boxes returned a TRUE, causing a stop condition. I stripped out all the special code, added an test indicator and a small wait to see the test progress. This demo should have the correct meachanics to run all tests unattended.. It should not need much to get it where you want it to go.. 🙂