Run labview exe in other way than runtime engine?

Hi guys
This might be stupid question, but can I run labview's *.exe in other way than in the runtime engine? In these days in have done *exe and installer with runtime engine and give it to the end-user. It does not matter how tiny ur code is, user have to install 40 conponents and then restart computer... How annoying. Is there eny other way? Can i use other programming languages some how?
-AA-

If the runtime is only one out of 40 components, it should not make a big difference for you.
I always tell my users to download and install the runtime engine directly from NI. This needs to be done only once per PC and per runtime version, at which point you can distribute a small installer.
There is also an idea to simplify all this. Please support it.
(It is not reasonable to be able to build an executable with embedded runtime, that would make a LabVIEW 2009 executable 100+MB in size. (We had that back in LabVIEW 4.0, where each 20kb VI turned into a 3+MB executable, which was significant in the days of 1GB drives.)
Message Edited by altenbach on 12-16-2009 11:42 AM
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • Running labVIEW exe containing variables shared through opc

    I have created a vi for reading from and writing to varibles in a SCADA software (Indusoft Web Studio).  But when i create an exe of this vi, and run it on a pc with only runtime engine installed, the exe runs but doesn't read & write variable in the SCADA. 
    I have ensured that the exe works properly in  the pc where the vi was developed.
    Also ensure the correct version of runtime engine is being used.
    What seems to be the problem?  Do i have to install a runtime for OPC too?  Is there an alternate way to communicate with the SCADA software.

    I have an OPC project with a bunch of shared variables in different libraries.  
    When you build the application, make sure you check the box to "Deploy Shared Variables at application execution", and include all your shared variable libraries.
    see attached screenshot
    hope this helps
    Jeff

  • How to connect my iPad 2 to Sony Bavaria wirless? Any other way than apple tv?

    How to connect my iPad 2 to Sony Bavaria wirless? Any other way than apple tv?

    http://store.apple.com/us/product/MD098ZM/A/apple-digital-av-adapter
    this one? if i connect it to the tv, will it work  if audio system is connected to the tv?

  • HT5002 I used Inkscape on Linux before moved to Mac. Now I am trying to install it using MacPorts, but libpixman has some problems that has been reported out there. Does any one know how to fix it without the need to use other way than MacPorts?

    I used Inkscape on Linux before moved to Mac. Now I am trying to install it
    using MacPorts, but libpixman has some problems that has been reported out there.
    Does any one know how to fix it without the need to use other way than MacPorts?

    Start with this comprehensive troubleshooting article:
    https://discussions.apple.com/docs/DOC-3521
    Look at this one for possible solutions:
    https://discussions.apple.com/docs/DOC-3353
    Ciao.

  • Run Labview exe silently

    Hi all,
    I want to be able to run a Labview exe silently. I am aware that you can use VI properties to hide or make the front panel transparent when the main VI runs. However, when the application runs the front panel still "flashes" before it disappears. (I guess LV loads the runtime engine etc. before it gets to the bit of the code that makes the front panel hidden.)
    Is there any way to run an LV application with a hidden front panel without this flashing effect? I want to run it completely silently, without even a minimised icon.
    Thanks for listening.

    smercurio_fc wrote:
    Cory K wrote:
    One other thing you can do is edit the .ini file.
    Add this HideRootWindow=True
    This will take care of hiding the icon on the taskbar.
    Actually, it doesn't. That just hides the initial splash screen. It doesn't hide the button for the actual build application.
    Oh...
    Maybe I'm confusing it with another property.
    I very rarely mess with the ini files of my applications,
    but I know theres a property in there somewhere that can hide the application on the taskbar.
    Cory K

  • How to run labview exe with command line

    I would like to launch a labview exe with a command line.
    I would like to get advice how to launch the Labview exe with giving values to the control parameters?
    You can view the example where x,y are the controls
    Solved!
    Go to Solution.
    Attachments:
    exe.png ‏65 KB

    There is a much more detailed guide here, which I reference below:
    1. First you will enable it in the settings:
    1. Open the properties for the application's build specification
    2. Navigate to the Advanced category
    3. Check the Pass all command line arguments to application box
    To pass the command line arguments to the application and access them in your code follow the same steps as for LabVIEW 7.x.
    2. Then you will use two hypens (--) to pass command line arguments to the VI. 
    When you launch LabVIEW or a stand-alone executable from the command line, you can pass user-defined arguments to the application. User-defined arguments start after two hyphens (– –) surrounded by spaces in the command line. For example, the following command line entry will launch LabVIEW 7.1 and open test.vi from the root of C:\ and pass 2 arguments, 1000 and sine:
    "C:\Program Files\National Instruments\LabVIEW 7.1\LabVIEW.exe" "C:\test.vi" –– 1000 sine
    You can also pass a command line argument directly to an EXE without launching LabVIEW, as long as the machine has the appropriate Run-Time Engine and necessary drivers.  For example, if test.vi was built into an executable, it could be called as follows:
    "<build directory>\test.exe" –– 1000 sine
    3. Lastly, you will use a property node to wire them to your controls:
    LabVIEW passes the arguments from the command line to the block diagram of the VI or EXE you launch. You can reference the arguments in the block diagram by using the Application:Command Line Arguments selection in a property node, as shown below.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    If someone helped you out, please select their post as the solution and/or give them Kudos!

  • When running labview's test executive I recieve runtime error: Call to step "PRE-RUN" failed. Could someone explain this error?

    I have a set of vi's that work when run under labview. However, when calling these vi's from labview's test executive I recieve runtime error: Call to step "PRE-RUN" failed. in Assign Connector Pane.vi->Call Test.vi->Execute Pre-Run.vi->Test Executive. Could someone explain this error to me? (or ideally tell me how to fix it?) Thanks.

    Hello,
    There are any number of possible causes to this problem. Which version of Test Executive are you using? Have you upgraded your Test Executive recently? The latest version is 5.1.1. If you have changed anything about Test Executive on your computer recently, I recommend you perform a mass compile of all your VI libraries, as having different versions of the VIs on your system could often result in the "Call to Step XYZ Failed" errors. Also, are you using any DAQ or Analysis VIs in your steps? We have seen problems where the use of DAQ or Analysis VIs in the sequence can cause intermittent "Call to Step...Failed" errors. There are some KnowledgeBase entries on our website that discuss this problem. Are you using the Test Executive in the VI environment, or
    as an executable? Again, there are some problems with using Test Executive as an executable that result in these errors, and there are also KnowledgeBase entries that discuss these problems.
    If you have a pared-down application that demonstrates the problem, feel free to send me your VIs and your .seq file and I will try to reproduce the problem.
    Alternatively, I would suggest you visit www.ni.com/teststand to learn about TestStand, our state-of-the-art Test Sequencing software that completely outperforms Test Executive. It is very easy to use and much more powerful, and we have a top-notch support team available dedicated exclusively to supporting TestStand. As you are probably aware, we are no longer developing Test Executive, and instead are concentrating our efforts on making TestStand the penultimate solution for all our customers' test sequencing needs.
    I appreciate your patience on this issue. Please let me know if I can offer further assistance.
    Have a pleasant weeken
    d.
    Sincerely,
    Darren Nattinger
    Applications Engineer
    National Instruments
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • When running labview's test executive I recieve runtime error

    When running labview's test ( Measurement & Automation Explorer) executive I recieve runtime error ms vc++
    win95 labview6.0
    <<<<>>>>
    Mensaje publicado mediante http://noticias.ipbusiness.com,
    las news a través de web.

    Hello,
    There are any number of possible causes to this problem. Which version of Test Executive are you using? Have you upgraded your Test Executive recently? The latest version is 5.1.1. If you have changed anything about Test Executive on your computer recently, I recommend you perform a mass compile of all your VI libraries, as having different versions of the VIs on your system could often result in the "Call to Step XYZ Failed" errors. Also, are you using any DAQ or Analysis VIs in your steps? We have seen problems where the use of DAQ or Analysis VIs in the sequence can cause intermittent "Call to Step...Failed" errors. There are some KnowledgeBase entries on our website that discuss this problem. Are you using the Test Executive in the VI environment, or
    as an executable? Again, there are some problems with using Test Executive as an executable that result in these errors, and there are also KnowledgeBase entries that discuss these problems.
    If you have a pared-down application that demonstrates the problem, feel free to send me your VIs and your .seq file and I will try to reproduce the problem.
    Alternatively, I would suggest you visit www.ni.com/teststand to learn about TestStand, our state-of-the-art Test Sequencing software that completely outperforms Test Executive. It is very easy to use and much more powerful, and we have a top-notch support team available dedicated exclusively to supporting TestStand. As you are probably aware, we are no longer developing Test Executive, and instead are concentrating our efforts on making TestStand the penultimate solution for all our customers' test sequencing needs.
    I appreciate your patience on this issue. Please let me know if I can offer further assistance.
    Have a pleasant weeken
    d.
    Sincerely,
    Darren Nattinger
    Applications Engineer
    National Instruments
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Call a sequence of VIs (not .exe)) in VB. only LV runtime engine Installed

    I am try to reuse my labview vis in VB enviroment. I would like to call a sequecne of vi from VB just like in LV with Call By Reference. This is a production enviroment, only Labview runtime engine installed in the computer. I realize that I can call labview exe file from VB, but then I have to compile every vis (more than hundreds) and have to reference every vis servers in VB.

    Actually, the runtime engine can run any VI--not just ones built into an application. The problem will be getting data in and out of the functions.
    If you have much of the code already written in LV why are you messing around with VB? Wouldn't the easiest solution be to write the entire application in LV? Just wondering.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Labview 8 Application Builder and VISA Runtime Engine

    Hi,
    I am using Labview 8 Application Builder and everything is working fine except for 1 small thing. My program makes use of some of the VISA functions and when I build the application I'm having to include the VISA Runtime Engine Installer as a separate item on the CD to make the .exe file work.
    What I would ideally like is for people who want to use the application to run the installer and that all necessary components (including the VISA Runtime Engine) are also installed in the one installation. At the moment they're having to do 2 installations and I would like to streamline this.
    Is this possible?
    Ken

    Hi,
      this How-To explains about making those selections and including the different drivers :
    http://zone.ni.com/reference/en-XX/help/371361A-01/lvhowto/add_installers_to_build/
    and this tutorial covers the screenshots a little more step by step.
    http://zone.ni.com/devzone/conceptd.nsf/webmain/5ADBC06AC32E508A8625706E0062EBD1
    Hope that helps
    Sacha Emery
    National Instruments (UK)
    // it takes almost no time to rate an answer

  • Install OWB Runtime user on other DB than runtime repository

    hello all
    Is it possible to install a runtime user on a different database than on which the owb runtime repository is installed? The OWB version we currently use is the 9.2.0.2 version so no Paris feature replies please.
    I think so but my DBA which doesn't know and doesn't give me the rights to do so on test is not convinced he can do so. Please point me out to a doc that clearly states we should be able to do this.
    Thanks in advance.
    Koen

    Hi
    Yes, just install another runtime repository on the new database. Then use that repository for all jobs on that database.
    Cheers Ian

  • Run LabVIEW exe in notification tray

    How would I run a labview program in the notification tray without having a main icon open in the task bar. The program would just be placed in the startup folder and operate solely from the notification tray?
    Paul Power
    I have not lost my mind, it's backed up on a disk somewhere

    Here's another implementation that I use and like.
    http://lavag.org/topic/14060-put-your-labview-in-the-tray-once-and-for-all/
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • So I have a macbook with latest version 10.4.11 and bought an ipad, now i can't synch it neither can I download Itunes version 10.5 or higher as it is not compatible. Is there any other way than having to buy a new laptop? This seems ridiculous

    I have bought an ipad 2. My macbook is old mac os x version 10.4.11 and itunes version 9.2 which cant synch my new ipad as i need version 10.5 or later which however is not compatible with my mac os x. what can i do to synch my ipad without having to buy a new laptop?

    Maggie, if you go to http://www.everymac.com and look at the MacBook list, and find your machine, all 2006 and later had Core 2 Duo cpus so could use Mac OS X through Lion.  They only have 1 GB ram so that would have to be upgraded, can use up to 4 GB which would be preferred for Lion.  You could easily upgrade that machine to Snow Leopard, 10.6.8 is the highest, and raise the memory to 2 GB so it woud run better.  You can then use the latest iTunes and have easy syncing of your iPad.
    Memory can be found at Mac specialists like Crucial and OWC, http://www.macsales.com they guarantee their ram and have on-line videos on installing.
    Just some things to think about.

  • LHow do I return to Drudge Report h face pageafter reading the article I clicked on in the news. Is there some other way than right click "back"?

    When finished reading article, only way to get back to face page is right-click "back".

    Now that I read your question again, is the problem that there are extra entries on this history menu when you right-click the back button? Some sites create extra entries by redirecting or update the address bar. However, I haven't tried that site to see whether that might be what it's doing.

  • New update (iOS 6.0.2) did absolutely nothing to fix the wifi problem, can I do it any other way than switching to WEP?

    Yet again Apple says the next update will fix a certain problem and it does absolutely nothing. Not surprising.

    Usual Apple updates. Have you tried resetting the network settings?
    Settings > General > Reset > Reset Network Settings
    Also restart your router and play around with your phone.

Maybe you are looking for

  • Is Adobe Premiere Elements 10 compatible with OS X Yosemite?

    I have Adobe Premiere Elements 10 that I use on my IMAC.  I recently updated my operating system to OS X Yosemite and when I go to use the add menus portion of the the program it consistently crashes.  I have uninstalled and reinstalled Adobe Premier

  • Problem in file reading

    Hi.. I want to read a text file from other machine in the local area network. For that i am using FileInputStream class. for example, file details in other machine will be... Machine name : Mycomputer1 (other machine in LAN) Drive name : D File name

  • Table Maintainance Generator

    Dear Experts, I hv created a ztable containing following fields. MANDT                     MANDT                  Primary Key ZVEHICLE                      ZSDVEHICLE         Primary Key ZDCODE                     ZDCODE                 Primary Key Z

  • Pros and Cons of using REST over JMS (and other technologies)

    Hey all, I am working on a project where we were using JMS initially to send messages between servers. Our front end servers have a RESTful API and use JEE6, with EJB 3.1 entity beans connected to a mysql database and so forth. The back end servers a

  • I bought a iPhone from Apple store but the camera is not working

    I bought an iPhone from Apple store less than a year ago but the camera doesn't work anymore ?