create a stand-alone executable of a vision-generating project

Hello

I created an application for inspection. This application must run on another machine and I want to make a standalone executable out of my vision generator project.

Just to be sure:

Is it possible to export my Vision Builder Labview project and create a standalone executable?

I currently installed

LabVIEW 2010

Vision Builder 2010

I guess I need the Vision Development Module to generate the exported project exe file and run it on another machine I need a for the vision development module run-time license. Is this correct or am I missing something?

Thank you!

Hello

my name is Johannes of National Instruments.

You are right with you supported. You can generate LabVIEW Code out of the VBAI Inspection. But to do so, you will need the Vision Development Module installed - and cause the Vision Acquisition Software (should be already installed if you have images with the VBAI). Out the LabVIEW source code, you can create a stand-alone executable. But this executable runs only if you have installed the Vision Development Module Run Time on the target and activated the cause (run-time license).

For the target you don't need another license for the acquisition of vision software - which is included in the Vision Development Module Run Time.

Johannes

Tags: NI Hardware

Similar Questions

  • How to create a stand-alone executable in LabVIEW 2009 Professional Development System?

    How to create a stand-alone executable in LabVIEW 2009 Professional Development System?

    This should help you http://zone.ni.com/devzone/cda/tut/p/id/3303

    Remember that the quick search with Google in many cases will be quicker to ask in this forum. I always use Google before asking for help in any forum. It is much faster

  • Creation of stand-alone executable file with similar library files without errors of link

    I have an Executive Test that is run on two different test systems. Each stand has another card ARINC429. The old card use 429dll32.lib, while the most recent map use pci429.lib. Test Exec code only loads a single library file (using LoadExternalModule) depending on what the test bench has the card, but since there are many similar functions in both, ICB does not test Exec be built as a stand-alone executable.

    In CVI 5.0.1 I opens the "Create stand-alone executable file" and select "add files to the executable. I check the 429dll32.lib and the pci429.lib to include in the creation of executable, and then click 'OK '. When I click 'OK' to create the executable I have several link errors, one for each function both .lib files have in common.

    Is it possible for each of these .lib files to be included in the compilation without having to create two separate executables?

    eatmontr:

    If you use LoadExternalModule(), you need not include the .lib files in the Executive test project.  Refer to the CVI for LoadExternalModule help.

    Here's the info on the help:

    LoadExternalModule loads an external object module file. You need not list the file in your project or loaded as a module of an instrument.

    The file may be an object (.obj) file, a library file (.lib) or a library (.lib) import DLL.

    Here are a few articles to OR who can help.

    To access the plug-ins with CVI (with sample program) http://zone.ni.com/devzone/cda/epd/p/id/133

    How do I call dll if I have two functions with the same named in two different dll? http://digital.NI.com/public.nsf/allkb/5299ED8D43F3B5FE852563BF0056EBA6

  • Creating a stand-alone DB in a RAC node

    Grid and RDBMS Home version: 11.2.0.2

    We have 2 node cluster with 3 DBs linking 11.2 RDBMS HOST. One of our teams want a db of stand-alone test in this cluster Node1. For this DB data files will be stored in the Local file system.
    Can I use the existing HOUSE of RDBMS used by DBs CARS to create this standalone DB?

    BlueSkies wrote:
    Grid and RDBMS Home version: 11.2.0.2

    We have 2 node cluster with 3 DBs linking 11.2 RDBMS HOST. One of our teams want a db of stand-alone test in this cluster Node1. For this DB data files will be stored in the Local file system.
    Can I use the existing HOUSE of RDBMS used by DBs CARS to create this standalone DB?

    Hello

    Yes. I recommend you use DBCA to create a database.
    Start DBCA on node where the database will be created, and then choose the option "Single Oracle Database Instance". I have no course if the database is automatically added on rock, but I think so. (pretty obvious)

    If you created the database manually (IE without DBCA) then you must add the OCR database using "srvctl.

    $ srvctl add database -d   -o  -c    -x    -p  
    
    Where:
        -d       Unique name for the database
        -o          ORACLE_HOME path
        -c                 Type of database: RAC One Node, RAC, or Single Instance
        -x            Node name. -x option is specified for single-instance databases
        -p               Server parameter file path
     
    

    Hope this helps,
    Levi Pereira

  • Automatically created a stand-alone WLan account - how to get rid of it?

    Hi all

    my computer has automatically created a wireless account independent under the name of "Homeinternet" which is of course open and unsecured. I created an account previously to access the internet.

    How can I get rid of this account 'Homeinternet '? What could possibly trigger this action?

    It has something to do with groups from home on my computer?
    I am grateful for any help or advice.

    Sorry, but I don't understand the meaning of word count. What do you mean exactly.

    I can imagine your show book list of all wireless networks available in your area, but I put t understand what do you mean with this account.

    For each available network, you can use the option to connect automatically. Alternatively, you can disable this option in order to use it for your WLAN only.

  • Failed to load the VI using the stand-alone executable interface user

    Hi all

    I am preparing for my deployment. I'm building an executable for my UI (based on the example of the Simple user interface), I get the following error when you try to run my test sequence using this as standalone executable.

    I do not get this message when I run the user interface vi (Note: the LabVIEW adapter is configured to use LVRTE).

    There are several code modules in test sequences, but this error occurs only for 3 of these code modules. These 3 code modules run from another sequence of "sub", located in the same file in sequence as in the main sequence. These sequences of void (the first is call Stop Valve monitor as shown in the error message) operate asynchronously and each of them calls the LabVIEW code module (first called StopValve.vi as shown in the error message). The rest of the code modules that are supported correctly are call of normal main sequence code modules.

    Can someone please help me figure out why these 3 code modules are not able to load in? Any way to solve this problem?

    I use 32 2014 LabVIEW and Teststand 2014 32 bits.

    Yours sincerely,

    chati

    If it's on the same machine, and the only difference is the development of vs runtime. Then it is likely that those with bad or outdated compiled code.

    For every VI in question:

    Check if the screws are marked. Open them, check the properties of the VI / general tab make sure the ' separate compiled code in the source file "is not checked.

    In addition, perform a massive compilation on the VI. CTRL - Shift and click on the run button. Controls RECOMPILE the VI, Maj RECOMPILE all the sub screw

    Save all the

    I hope this helps.

  • How to include external files when generating Setup for a stand-alone executable file?

    Hello

    I tried to build a standalone executable from my Labview project and I've been able to do successfully.  Now I would like to include a few external .txt files in the installer. These .txt files have parameters and constants that will be used by the program, and my program needs to load / read them during execution.  For now I have to manually copy / paste them into the machine targets, but I really hope that the installer can do it automatically.  In my view, there is a folder "data" in the Setup, and that's where I hope that these .txt files can be added in.

    How can I do? Can anyone give me some suggestions? Thank you!

    Rgds

    Harry

    Right-click on the target project. In your case, it would be 'My Computer'.

    Norbert

  • Muse can be used to create a stand-alone site that can be accessed offline?

    Basically, I'm trying to create a 'a little' interactive version of a manual of customers that could be provided along the side of the digital document. However, as the question of the title asks, I want it to be autonomous. Almost like an html file that retains the functionality of an actual Web page.

    Please let me know if this makes no sense, and if it is possible. If this is not the case, do you have any suggestions?

    Caleb Rosenquist says:

    However, if I understand you correctly, I could theoretically create an entire book as a Web site that would essentially exist as a website offline. Including individual Web pages and sections of the Web site that are accessible. (via a browser, of course)

    Yes, some differences between Muse as opposed to InDesign are:

    In Muse, you would have to pack all of the assets and the associated files in a folder with your web pages. It is therefore very difficult for downloadable documents for example. Or if you wanted to send someone the file you will need to zip the entire site and send it to someone and hope that power open the right file first. It would be almost impossible for readers to be able to play them on any tablets for example.

    In InDesign, you can do everything can do Muse and much much more and publish in many formats easy-to-use such as PDF, ePub, etc..

    You certainly want to explore the features of edition of InDesign for your use case, especially if you are already familiar with InDesign. Here is a link to a blog by a fellow ACP, pariah Burke, very competent in this area. The link I provided is actually a book he wrote on the subject.

    http://iampariah.com/books/ePublishing-with-InDesign

  • Stand Alone executable

    I built the application and want to deploy the application on other computers operating in remote locations. I built the exe file and the installation package. However, when I try to connect the device 9205 to the field PC and run the application everything is NAN. I've included the software to configure the 9205 in installer as well.

    1. what could I be missing?

    The project works well on the PC that I have developed, but not using the exe file.

    Probably you need to export your settings to MAX and include the file with your Installer.  The installer can be configured to automatically import these settings to the MAX on the target pc.

  • Stand-alone application with LabView 7.0 get error cannot find DAQmx clear task.vi

    I tried to create a stand alone vi with the Build Application or shared Library (dll) in LabVeiw 7.0

    When I put it on another PC to test it I get the error "cannot find DAQmx clear task.vi.

    the other PC also has 7.0 and 8.1 DAQmx Labview.

    I think my problem is in the source tab, where you are supposed to add dynamic vi and support, I have search the forums and database of nor and have not found a solution.

    Hi LabTech09,

    When you run the executable file on the other computer, that's when you get this error?  You have the same exact versions of DAQmx and LabVIEW on both computers?  Is the dialog box allow you to navigate to the clear task.vi DAQmx?  If so, you can find these screws in C:\Program NIUninstaller Instruments\LabVIEW 7.0\vi.lib\DAQmx\configure\task.llb.  The executable runs on the development computer (the machine, it was compiled on)?

  • binary and generations of stand alone files

    Hello: I have an application that is running in 2014 of LabView which creates and reads several tables 3D (25 X 8 X 6) to and from binary files. Works very well in the development environment. Problem is that now I need to create a (stand-alone) version for the client. Binary file functions do not seem to work. Any help or advice would be apprciated.

    Yes, a very common error is to save files with a path relative to the VI that saves the file. A more portable solution for no-LabVIEW files is to define paths to compared to the output of the function of the Application directory.

    In the development environment, it returns the path where the project file. In the executable file it returns the path where the executable.

    Mike...

  • How can I control external devices using a stand-alone touchscreen with a LabVIEW app

    For my senior project my group design and created a vehicle for extended range hybrid with 90 Li + battery which is charged by a 15 kW generator and/or who is also charged by a 5 kW fuel cell. Currently, our system is able to measure the tension on batteries and display them on a laptop via LabVIEW. To process these data, we use a cRIO FPGA. What we would like to do now, is having a touch screen for the pilot to choose which loads of source of battery power so that monitor a pressure reading from the fuel tank.

    What kind of touch screens to LabVIEW to be downloaded on and used for controls?

    A cRIO has the necessary capacity to supply such a screen and handle the transfer of the data from the sensor fuel and relay (for turning on and off will deepen)?

    Do I need an additional license to create stand-alone applications and how I would go about creating a stand-alone application?

    Sorry for the question as much. Any help with the answer. Thank you!

    This looks like a very interesting project.  If you are interested, National Instruments organizes an contest of Design student where you can win cash or a trip to Austin for NIWeek.

    steve215 wrote:

    What kind of touch screens to LabVIEW to be downloaded on and used for controls?

    NEITHER sells computers touch screen that can be used to control LabVIEW applications.  You can find more information here: HMIS and industrial touch panels and here: LabVIEW Real-time and Touch Panel Deployment and replication resources. Our computers 6-inch touchscreen , run Windows CE, programming on them is a little different from the programming on a full Windows operating system.  You can find useful getting started with LabVIEW Touch Panel Module .

    You can use third-party with the LabVIEW Touch Panel Module devices, although it takes a deployment license for it.  More information can be found in the getting started guide.

    If you were able to send the information of cRIO on a network (which according to your description, seems unlikely), you can use a smartphone to control your application.  More information on our community of Smartphone group.

    steve215 wrote:

    A cRIO has the necessary capacity to supply such a screen and handle the transfer of the data from the sensor fuel and relay (for turning on and off will deepen)?

    If you use the 6-inch touchscreen panels, they need 18 to 32 VDC (the fuse becomes an open circuit if the input level exceeds 33 VDC).  The transfer of data from the switching relay can be monitored and changed with the touch screen.

    steve215 wrote:

    Do I need an additional license to create stand-alone applications and how I would go about creating a stand-alone application?

    If you have traveled the road of the touch panel, you need to purchase the LabVIEW Touch Panel Module and a touchscreen.  Touchscreens OR have a touch panel deployment license.  Guides step by step to create the stand-alone application are in the getting started with LabVIEW Touch Panel Module .

    Kind regards

    Elizabeth K.

    National Instruments | Sales engineer | www.NI.com/support

  • AIR works in debug flash CS5, but does not stand-alone.

    I have an application that uses the following code to access an XML file.

    var file = File.desktopDirectory.resolvePath ("wbconfig.xml");

    var fileStream = new FileStream();

    fileStream.open (file, FileMode.READ);

    var configXML = new XML (fileStream.readUTFBytes (fileStream.bytesAvailable));

    fileStream.close ();

    read soldout setting

    trace ("XML =", configXML);

    If (configXML.soldoutEnable == 'ON')

    soEnabled = true;

    on the other

    soEnabled = false;

    It works fine in debug mode (ctrl + enter), once I created a stand-alone .exe (sht, alt + F12). The .exe file does not read the file. and does not define the soEnabled. Can someone help me out here?

    I am running CS5, AIR 2 on windows XP. Thank you.

    This forum is using the AIR, not any other type of AIR application. Looks like you have a different type of AIR application. I think you might want to try the regular AIR (probably listed under Flex) forum.

    Becky Williams

    -Sent from my Palm Pre

    August 7, 2010 10:48, farmerInCS5 <[email protected]> wrote:

    I have an application that uses the following code to access an XML file.

    var file = File.desktopDirectory.resolvePath ("wbconfig.xml");

    var fileStream = new FileStream();

    fileStream.open (file, FileMode.READ);

    var configXML = new XML (fileStream.readUTFBytes (fileStream.bytesAvailable));

    fileStream.close ();

    read soldout setting

    trace ("XML =", configXML);

    If (configXML.soldoutEnable == 'ON')

    soEnabled = true;

    on the other

    soEnabled = false;

    It works fine in debug mode (ctrl + enter), once I created a stand-alone .exe (sht, alt + F12). The .exe file does not read the file. and does not define the soEnabled. Can someone help me out here?

    I am running CS5, AIR 2 on windows XP. Thank you.

  • How to create multiple user login on the stand-alone machine on Windows 7 Professional

    Dear all,

    I want to implement multiple user login on the stand-alone machine of Windows 7 Professional (there is no working group or active directory).
    There are 20 users in different positions.
    I want to create each logon with different password and set user policies.
    If I create so many users there will be number of boxes. So, I want the user to type their name and the password and login.
    Please help me if I can do it, and if the issue is not clear, let me know so that I can help what I want.
    Thank you
    Gregory Mhatre

    I have not tried (not had W7 pro), but this is the info you wanted? - http://social.technet.microsoft.com/Forums/windows/en-US/d42b07fa-530f-442a-9340-7f892e22a3be/change-login-prompt

    As I say, cannot try, just found by a search. Hope that I have not misunderstood.

  • Is it possible to create stand-alone programs of java with java ME 8

    Hello

    Java ME compare to java SE, I feel that midlets are similar to applets.

    When you work with java, I generally stand-alone programs.

    Now, I wonder if it is possible to also create stand-alone programs for java ME, if classes are only using java ME API.

    I already noticed that netbeans does not build a project that does not contain a moped, but perhaps, it is possible to create a jar file

    using the command javac and jar. Or y at - it specific a reason why netbeans does not generate a project without midlets?

    The reason for the request is that I often make small tools in java that ae so called from a script of linux. I guess this could be useful on the invoice pro forma raspberry as well.

    Thanks in advance

    Jef

    Hi Jef-

    Java ME compare to java SE, I feel that midlets are similar to applets.

    Sort of - similar life cycle methods - if on a conceptual level, Yes.

    Now, I wonder if it is possible to also create stand-alone programs for java ME, if classes are only using java ME API.

    In a way, Yes. If you build a project, you will notice a file JAD and JAR files in the project's dist directory.  JAD is the descriptor to a MIDlet - in mobile devices, the JAD

    file is loaded first to determine if the MIDlet has enough privileges to load and run, before the corresponding JAR file is downloaded.

    However, the JAD file can also be included in the manifest of the JAR and copied to the device manually embedded JAR and run there.

    I already noticed that netbeans does not build a project that does not contain a moped, but perhaps, it is possible to create a jar file

    using the command javac and jar. Or y at - it specific a reason why netbeans does not generate a project without midlets?

    You can create JAR files and include them in embedded Java ME projects, but just like cmdlets, use the system (EMS) demand management IP of raspberry, you have a moped to run.

    Perhaps mean you that you do not want to launch the AMS and load a moped from the command line on the invoice proforma?

    If so, take a look at this section of the Getting Started Guide for the Raspberry Pi.

    Tom

Maybe you are looking for