07-29-2009 05:46 PM
Is there any example of user interface screen that i could get idea from. I'm more interested in designing a test screen that contains sequential tests.
Thanks
07-30-2009 02:10 AM
Can you elaborate a little bit?
07-30-2009 10:37 AM
I would like to design a user test screen that looks similar to Test Stand test screen where it will execute all test steps in sequence (test 1, test 2, test 3, etc...). Each test step would show the test name, pass/fail spec. raw data, and test result on each row.
07-30-2009 11:15 AM
Hi dphan128,
So, would a simple 2D array work for you?
07-30-2009 12:02 PM
Hi Jeff,
Anything that works is fine for me! Could you explain how to implement in LabVIEW code since this is new to me.
Thanks
dphan128
07-30-2009 12:21 PM
What do you want on the UI screen?
Just an array? Test results? Graphs?
You would need to elaborate a little bit.
07-31-2009 12:57 AM
07-31-2009 08:40 AM
07-31-2009 11:33 AM
Bsiscally, I want something in table format that looks like this:
Test name | Specs | Result |
07-31-2009 02:52 PM