02-05-2009 11:40 PM
02-06-2009 10:08 PM - edited 02-06-2009 10:10 PM
In the VI properties set the VI to "Run when opened". Alternately you could build the VI into an executable that would run when launched.You could also use LV's ActiveX interface to open and run a VI (LV ships with an example that shows how to do this from Excel using VBA.).
Mike...
02-06-2009 10:50 PM - edited 02-06-2009 10:59 PM
If I set 'Run when opened' -I cannot input the values..right? Anyway I will try what you have said and also the ActiveX part.
Thanks Mike.
One more question..through command line ,for example if I have 3 input items and one output, what should I do to enter/read the output value?
It is like enter input and print the output but using command line...
Thanks in advance..!!!
02-07-2009 09:07 AM
sivamit2002 wrote:If I set 'Run when opened' -I cannot input the values..right? Anyway I will try what you have said and also the ActiveX part.
Thanks Mike.
Depends on how you write your code. You can have a program that is running, but all it's doing is sitting in a loop waiting for the operator to enter in some data and press a start button.
Mike...
02-10-2009 01:06 AM
Hi Sharon ,
Does that resolve your issue now ?
Does Mike suggestions solves the query ? IF yes please mark it as solution for others to refer.
Thanks
Pranchal