LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

table reset

Solved!
Go to solution

I am attachiing the vi, let me know what did I miss. I think I applied all the changes you mentioned.

Rajnikant Singh
Iowa State University (Research Assistant)

0 Kudos
Message 11 of 15
(1,905 Views)

Find attached modified code:


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 12 of 15
(1,895 Views)

great it is working, your vi had a minor error. case structure cases in acquire case had to be switched around. I have one more question, if clear button is in a different vi, then how would I use it's value to clear table contents, is using global variable in this case a good programming option. ? 

Rajnikant Singh
Iowa State University (Research Assistant)

0 Kudos
Message 13 of 15
(1,889 Views)
Solution
Accepted by topic author raj_iastate

@raj_iastate wrote:

I have one more question, if clear button is in a different vi, then how would I use it's value to clear table contents, is using global variable in this case a good programming option. ? 


I will prefer 'dynamic event' generation over using a 'global variable'.

You may want to refer following links:

1. Nugget of the week: Dynamic event registration

2. Dynamically Registering Events

3. User Events


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 14 of 15
(1,873 Views)

thanks for the time and effort you put into answering my question. It was great !!!

Rajnikant Singh
Iowa State University (Research Assistant)

0 Kudos
Message 15 of 15
(1,865 Views)