LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Complete of tests

Solved!
Go to solution

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.  

0 Kudos
Message 1 of 12
(3,720 Views)

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.

- Partha ( CLD until Oct 2027 🙂 )
Message 2 of 12
(3,709 Views)
Solution
Accepted by topic author kaush

Hi,

 

I don't know if undrestand your request.

attached is an example.

 

Message Edité par ReG64 le 10-08-2009 04:26 AM
Reg
Message 3 of 12
(3,693 Views)
Thanks for the reply... I also did it in this way.. Anyway i thank both..
0 Kudos
Message 4 of 12
(3,683 Views)
Can you post a snapshot of your VI?
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 5 of 12
(3,680 Views)

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.

0 Kudos
Message 6 of 12
(3,679 Views)

Hello Partha,

 

This is the image of block diagram

0 Kudos
Message 7 of 12
(3,678 Views)

I m sorry, I should have asked as 'UI'; I mean the FP...

 

Your code needs to be cleaned-up for unecessary wire bends.

Message Edited by parthabe on 10-08-2009 05:48 AM
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 8 of 12
(3,669 Views)

Here is the front pannel.. Also Please suggest some ideas for my other question.

 

Thank You,

0 Kudos
Message 9 of 12
(3,659 Views)

kaush wrote:

 

Please suggest some ideas for my other question.


I think you need the DB toolkit to access MS Access from LabVIEW.

Message Edited by parthabe on 10-08-2009 06:30 AM
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 10 of 12
(3,642 Views)