10-08-2009 01:22 AM
Hello,
I am creating UI a for regular testing of valves. I need to create an option where user will select the all th tests which he wants to do only once . Test cases should execute one by one. I am using Tab control for different test cases.
How to change the tabs after the execution of one test case. And also how to execute all the selected test cases.
Please help. Please see the attached Vi.
Solved! Go to Solution.
10-08-2009 01:49 AM
kaush wrote:
How to change the tabs after the execution of one test case. And also how to execute all the selected test cases.
To select the test cases, provide the user with a Listbox Ctl in the UI.
To change the tabs, wire the appropriate & corresponding selected test case value from the Listbox directly to the Tab if it is an indicator or to tis local if it is control. You need to use the Index Array function to get the single current value of the test case from the list of cases selected from the Listbox to pass to the Tab to change it.
10-08-2009 04:17 AM - edited 10-08-2009 04:26 AM
Hi,
I don't know if undrestand your request.
attached is an example.
+
10-08-2009 05:24 AM
10-08-2009 05:28 AM
10-08-2009 05:34 AM
And also i need to fill that listbox by reading Microsoft access file and then i should start the test. I am trying that.. Any quick solution or help ??
Thanks in advance.
10-08-2009 05:40 AM
Hello Partha,
This is the image of block diagram
10-08-2009 05:45 AM - edited 10-08-2009 05:48 AM
I m sorry, I should have asked as 'UI'; I mean the FP...
Your code needs to be cleaned-up for unecessary wire bends.
10-08-2009 05:58 AM
Here is the front pannel.. Also Please suggest some ideas for my other question.
Thank You,
10-08-2009 06:28 AM - edited 10-08-2009 06:30 AM
kaush wrote:
Please suggest some ideas for my other question.
I think you need the DB toolkit to access MS Access from LabVIEW.