Jai15 Posted September 19, 2009 Report Share Posted September 19, 2009 Hello Friends I have one doubt in VI Scripting.I did one scripting VI in LabVIEW 8.6.But when i convert that VI into an EXE files.That Scripting VI doesnt Execute that files.Can anyone post ur idea and Post ur Example Vi with one EXE file.Its Easy to understand the Concept. Thanks and Regards JAI Quote Link to comment
Ton Plomp Posted September 19, 2009 Report Share Posted September 19, 2009 Scripting is not meant to be used in an executable, since in 99.9 % of the cases it needs VI to be recompiled, a function not available in the Run Time Engine. Please mention any cross-posting you do Ton Quote Link to comment
LV User Posted December 2, 2009 Report Share Posted December 2, 2009 Convert you program into two parts. Application and Scripting engine. Let the application be as exe and this exe will dynamically load scripting engine VI in LabVIEW application Instance using its Port and run the Scripting Engine with Required inputs. This the only way to do if you want to build a scripting based software product. Rajkumar Quote Link to comment
jgcode Posted December 2, 2009 Report Share Posted December 2, 2009 Convert you program into two parts. Application and Scripting engine. Let the application be as exe and this exe will dynamically load scripting engine VI in LabVIEW application Instance using its Port and run the Scripting Engine with Required inputs. This the only way to do if you want to build a scripting based software product. Rajkumar If this is a route consider, then here is a link to a previous discussion with examples. Cheers JG Quote Link to comment
Balamurugan K Posted February 5, 2019 Report Share Posted February 5, 2019 (edited) On 12/2/2009 at 3:03 PM, LV User said: Convert you program into two parts. Application and Scripting engine. Let the application be as exe and this exe will dynamically load scripting engine VI in LabVIEW application Instance using its Port and run the Scripting Engine with Required inputs. This the only way to do if you want to build a scripting based software product. Rajkumar Hi Rajkumar, Do you have any example code for those things. Thanks Edited February 5, 2019 by Balamurugan K Greetings Quote Link to comment
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.