LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

user interface test screen

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 

0 Kudos
Message 1 of 10
(3,356 Views)

 


sequential tests.

 

Can you elaborate a little bit?

0 Kudos
Message 2 of 10
(3,333 Views)

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.

 

0 Kudos
Message 3 of 10
(3,319 Views)

Hi dphan128,

 

So, would a simple 2D array work for you?

Jeff | LabVIEW Software Engineer
0 Kudos
Message 4 of 10
(3,313 Views)

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

0 Kudos
Message 5 of 10
(3,302 Views)

What do you want on the UI screen?
Just an array? Test results? Graphs?

You would need to elaborate a little bit.

Cory K
0 Kudos
Message 6 of 10
(3,299 Views)
I tried something for you
Message 7 of 10
(3,275 Views)
Yeah, we really need to know what you want to see in terms of user interface. LEDs for pass/fail? Just a table of data? etc.
Jeff | LabVIEW Software Engineer
0 Kudos
Message 8 of 10
(3,264 Views)

Bsiscally, I want something in table format that looks like this:

 

Test name

SpecsResult
   
   
   
0 Kudos
Message 9 of 10
(3,251 Views)
It sounds like a 2D array of strings might be appropriate for you, maybe with separate labels for the titles for simplicity.
Jeff | LabVIEW Software Engineer
0 Kudos
Message 10 of 10
(3,235 Views)