Jump to content

VI Scripting and EXE files


Jai15

Recommended Posts

Posted

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

  • 2 months later...
Posted

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

Posted

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

  • 9 years later...
Posted (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 by Balamurugan K
Greetings

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.