03-03-2010 04:00 AM
i have a program to run a subvi from a main vi..the problem is how can i link a button click to open a subvi?
thank you
03-03-2010 04:20 AM
Hi shafiesani,
there are different capabilities.
- You can place the subVi into your code to run it. Set the VI property to open when called.
- You can open a reference to your VI, start it with a invoke node, open it with a property node and ...
Hope it helps.
Mike
03-03-2010 04:24 AM
03-03-2010 04:49 AM
Launch the vi dynamically in to memory so that it will run in a new thread. This could be achieved in two ways,
1) using VI server
2) using the "Call By Reference Node"
03-03-2010 05:56 AM - edited 03-03-2010 05:56 AM
i made a similar diagram exactly like Guru and mike...but i keep getting this message..eventhough the VI path is correct
03-03-2010 10:00 AM
03-03-2010 11:19 PM - edited 03-03-2010 11:20 PM