07-16-2013 02:06 PM
I am attachiing the vi, let me know what did I miss. I think I applied all the changes you mentioned.
07-16-2013 02:45 PM
Find attached modified code:
07-16-2013 03:03 PM
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. ?
07-17-2013 01:22 AM
@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
07-17-2013 11:20 AM
thanks for the time and effort you put into answering my question. It was great !!!