‎12-11-2006 02:59 AM
‎12-11-2006 03:42 AM
Hi
Ofcourse. As i understood from your description you can use a case structure instead of event structure.
First of all you have build an array with the controls as the elements, and it wil be having indexing also. So using this index you can control the case structure and in every case you can have as much functions you want. You also have to create an additional case which dont have a selector and make this case 'default'. Do not place any of the functions in this default case. It will enable you o be idle when you are not clicking any of the button or control. You have to put this case structure inside a while loop so that it checks every time for an input to the case selector of the case structure.
I hope this will help you.
‎12-11-2006 03:43 AM
‎12-12-2006 06:13 AM
Hi,
perhaps you should have a look at the Producer/Consumer Design Pattern (Events) in the Template Browser of LabVIEW. Try to understand this architecture. Afterwards you can mix it with dynamic events.
Best regards
Alex R.
NI Switzerland