LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table as control and indicator

Hi,
I have a problem and I hope one can help me.
 
I want to program an automated diagnostics tool.
I have to develop a tool with LabVIEW 8.0.1 which can combine many, different diagnostic methods and run them automated.
I need a table wich can be used as a control and an indicator at the same time. The first column should display the different kinds of methods and if one is selected, the second column must be filled with the sub-options of the selected method. These sub-options can also be selected and then the third column is being filled new sub-sub-options. All of the methods have to be combinable.
If there is no possibility like this, I would be glad to hear an alternativ to fullfil my job.
I already tried it with tabs and event-structures but I can only run one diagnostic method at a time.
One can write me an e-mail to: robert.costello@bmw.de.
Thanks.
 
Kind regards from,
Robert Costello
0 Kudos
Message 1 of 5
(2,650 Views)

Hi Robert,

use your table as control. To write values into it, you can use property of the table.

Mike

0 Kudos
Message 2 of 5
(2,647 Views)

Thank you for answering so quick.

Would you be so cind to explain to me how I can write Data into my table via the properties?

I can only think of using the Databinding tab, but I don't know wether to use the NI-PSP or the DataSocket

and what to do then or how to bind a single field to the individual Data.

 

Message 3 of 5
(2,639 Views)
Hi Robert,
see the attached example.
Mike
0 Kudos
Message 4 of 5
(2,636 Views)
Thanks Mike!
0 Kudos
Message 5 of 5
(2,626 Views)