Sheraz Posted June 10, 2009 Report Posted June 10, 2009 Hi is this possible to run VI's exe throw "System Exec" while it is in standby mode (Front Panel is viable but not running)? Quote
jg69 Posted June 10, 2009 Report Posted June 10, 2009 Well, the VI is not runnning, so no source code is executed at all, so "System Exec" will not be executed, at least not from the VI, it is placed in... Regards, Jens Quote
MikaelH Posted June 10, 2009 Report Posted June 10, 2009 Yes you can, but the execution properties has to be "Run when open". Just type: "c:\program files\national instruments\labview 8.6\labview.exe" "c:\test1.vi" You can read about this in the LabVIEW Help, just serach for "Launching a VI from the Command Line" //Mikael Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.