LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TABLE CONTROL

Hi all,

 

Can anybody explain me how to slect and deselect perticular rows in a table using boolean.

 

Suppose i have two columns in a table in that first column is test no. second column is boolean selection. how can i select the boolean values set or reset based on that i will read the setted boolean rows only.

 

regards,

srinath

0 Kudos
Message 1 of 4
(2,757 Views)

Hi,
there are several methods :
1) you can use the property node "selection start" and "selection size" of your table to read the selected area, then index your table to read the selected value.

 

2) you can use an event structure, whith the event "mouse down" on Table, and use a method node to transform the position to cell position.

Best Regards,

V-F
0 Kudos
Message 2 of 4
(2,750 Views)

Hi,

 

Can you share me any example VI.

 

Regards,

srinath

0 Kudos
Message 3 of 4
(2,746 Views)

Hi,

I joined a vi whith both solutions.
1) when you click on the table, the event "Table mouse down" is called, and gives you the position of clicked cell

2) when you click on Read, the area selection is readen.

 

Have a nice day !

V-F
0 Kudos
Message 4 of 4
(2,744 Views)