Jump to content

Converting VI's


Recommended Posts

Hey everyone,

Im relatively new to labview, and am wondering if the VI's can be converted to a programming language that can be read by any windows based pc. I am not sure if this is a stupid question or not, but I am hoping I can do the conversion. The program I am trying to do is just a simple units conversion but it needs to be run on a computer that doesn't have the LV software.

Thanks

Link to comment

Im relatively new to labview, and am wondering if the VI's can be converted to a programming language that can be read by any windows based pc. I am not sure if this is a stupid question or not, but I am hoping I can do the conversion. The program I am trying to do is just a simple units conversion but it needs to be run on a computer that doesn't have the LV software.

Your question isn't very clear. Most computers, Windows-based or otherwise, don't have any programming environment installed on them. Are you asking if there's some way you can run your VI on another computer, or if you can call your VI from another programming language? If you have the Application Builder (included in more-expensive LabVIEW editions, and available as an add-on), then you can build your VI into an application that you can run on any computer as long as it has the (free) LabVIEW Run-Time Engine installed. Likewise, you can build your VI into a DLL that can be called from another Windows program.

Link to comment

Yes, you can build your VI into an application if you have the Application Builder. Your sibling will need to install the Run-Time Engine (free from NI) that matches the version of LabVIEW that you use. The NI License Manager will tell you whether you have the application builder available, and the LabVIEW help explains how to build an application.

Link to comment

Join the conversation

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

Guest
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.