Run labview program without necessity of labview license . is it possible?

Hi
I wonder is it possible to have a labview program that can be run without of necessity for labview license?
now we can produce executable labview programs but they need labview licences.
Best regards
s Farashi
Solved!
Go to Solution.

That does not make any sense. You have a license for the development system. You can create an exe and distribute as many copies as you want without further licenses. The only thing you have to distribute with the exe is the runtime engine. Where did you get the idea you needed a license for each exe?
Message Edited by Dennis Knutson on 01-30-2010 12:11 PM

Similar Messages

  • Run a program without command line

    Hello,
    I was wondering if there was a way to run a java program without compiling the code and giving the 'java' command at the command prompt.
    For example, I want to put my program on a cd with all the necessary components for it to run on any windows system, regardless of whether there is any java technology already on the machine.
    Thanks

    Batchfile, look it up on google, its pretty self explanatory. um, I'll try to explain the basics......
    Ok, to create your own batch file, open notepad and then save the file with .bat instead of .txt
    A batch File is a series of system commands, so, for example, if you wanted your batch to run a file located at c:\temp, the first line of your batch file should just have word.exe c:\temp\filenamehere.doc, for example, this is a line from a batchfile I made:
    excel.exe g:\tmp\Andy_Test.xls
    a batch file can contain many commands and they will all execute sequentially.
    if you want to open your program from a cd, I would think, although I have never done it, that you should
    make a batch file that reads something like:
    "D:\foldername\filename"
    or i guess you could simply do it on c drive like this if your java program was poop.java
    "c:\myfolder\myfolder2\myfolder3\java poop"
    you couild even compile it before you run it
    "c:\myfolder\myfolder2\myfolder3\javac poop.java"
    "c:\myfolder\myfolder2\myfolder3\java poop"
    also, if your java app is a GUI, I would run it like this:
    "c:\myfolder\myfolder2\myfolder3\javaw poop"
    Go here to learn more about batch programming, I actually don't know that much about it.
    http://www.computerhope.com/batch.htm

  • How to run c program without xcode

    i want to run my c program without using Xcode coz its a huge download,plz help me out I'm new to mac

    The Xcode install is worth the time and space (in my opinion).  To enable the command line tools you have to also install those:
    http://stackoverflow.com/questions/9329243/xcode-4-4-and-later-install-command-l ine-tools
    The nice thing about using Xcode is that you will have the debugger and also be able to build executables for other platforms (cross compile) since Xcode allows you to use an external build system.
    Here is another option... there are websites that allow you to compile and run code on the server side (through a web interface):
    http://ideone.com/jwTjgN

  • Run a program without JBuilder

    Hi,
    I have made a program that has 5 .java files (5 classes) and are all in a package. With JBuilder I can compile and run it correctly.
    I want to run it with command prompt and to make a batch file as well.
    In one file (first.java) I have the main class of course. I can not compile it
    I have tried
    javac -classpath ....  first.java and javac -classpath ....  package_name.first.javaHow all the files will be compiled as JBuilder does?
    please help me. I know the question is very stupid but I can't solve this problem.
    Thanks
    Kostas

    This is how I compile (engr_analyzer_2 is the name of my package)
    C:\Documents and Settings\Kostas\Servlets & JSP\engr_analyzer_2> javac -cp ..;.;lucene-1.4.3.jar;lucene-demos-1.4.3.jar; Lucene_v4.javaNote: Lucene_v4.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details
    And the message when I run the program is:
    Exception in thread "main" java.lang.NoClassDefFoundError: Lucene_v4 (wrong name
    : engr_analyzer_2/Lucene_v4)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    All the .class files are created.
    In my first post I could't compile because I did a wrong in the classpath that I have fixed now.
    I can not find those build features you told me.
    Thank you very much
    Kostas

  • Terminal to run small program without sounds!!

    tell application "Terminal"
    do script "cd Mac
    cd Backup
    sudo ./backupstick
    " in the front window
    end tell
    end run
    this is my little script. it works nice. during it always makes sounds. bum bum...
    isn`t it possible to disable this sounds...
    or did I make a mistake in my program?

    Your script isn't making any sounds. The only way that script would make a sound would be if backupstick made them, and then you need to look at that app, not at your script for resolution.
    In any case, as written, your script is inherently dangerous. You make assumptions about the state of terminal.app that may not be true. You assume there's at least one window open, that the front window isn't doing anything (e.g. ssh'd into another machine, or running some other process), and that the current working directory of the front shell is where you want it to be.
    You would be better off not using terminal.app at all:
    do shell script "/path/to/backupstick" with administrator privileges

  • How can I run an external program without quitting Firefox?

    I want to run an external program from within Firefox, much as Outlook express is run from the email button. How do I set this up?
    Firefox doesn't import my Bookmarks from the listed html file. Any cure for this?

    I don't want to run the mail program, I want to run another program.
    Maxthon allows me to do this using External Tools. Does Firefox allow me to run other programs without leaving Firefox?
    2. Firefox allows me to load an html file which contains my bookmarks, but it doesn't load the bookmarks file. is there a solution?

  • Advanced question for running DOS programs on a Mac.

    So what is a simple process on a Windows machine seems to be a challege on my new Mac.
    In summary I have several hard drives laying around that need to be checked for problems before they are used. There are lots of free DOS programs available for PCs that do just that. Many are provided directly by the hard drive manufacturers themselves (ie Segate SeaTools) and they are fantastic. Macs unfortunately can't run DOS programs (without hacks like rEFInd) and none of the manufacturers provide Mac compatible software. Looking on the internet everyone points me to Disk Utility to check drives, but compaired to something like SeaTools, Disk Utility is useless. I found Micromats TechTool Pro 6 which comes close to what I need except its expensive and has lots of features I don't need.
    I want to avoid installing windows in bootcamp or a VM just to do this one simple task. Very frustrating that it seems like im the only one wanting to do this with a Mac.

    Did some more research and figured out these are my options:
    -Find a mac alternative (few out there, most very bacic, or very expensive)
    -use rEFInd (which is in beta, and modifies OSX)
    -bootcamp (which doesnt allow BIOS access to select a dvd DOS program, so doesnt help. Also, mac doesnt use legacy usb and keyboard drivers so you cant use keyboard/mouse in most DOS programs)
    -Vmware
    So to me my best option was to use Vmware. Installed on a USB hard drive to save space and configured VMware bios to boot from selected .iso of a disk and it worked. Successfully ran SeaTools and because VMware emulates legacy mouse/keyboard it worked.
    One problem though. SeaTools for DOS doesnt work from USB sata adapter, and considering its a macbook air im out of luck.

  • Air programs without having flash

    Can you run Air programs without having flash
    installed?

    If you're on Windows and are just looking to write a program
    with an HTML interface and Javascript for the application logic,
    Microsoft invented something much like AIR about 8 years ago called
    HTML Applications (
    http://msdn.microsoft.com/en-us/library/ms536496.aspx).
    It's basically a web page with one special tag at the top to set
    some application-like properties for the main window, named with a
    .hta suffix so Windows knows to open it with IE.
    The technology hasn't moved forward since the days of IE4,
    except of course that the base rendering engine has gotten a lot
    more powerful. You also lose out on cross-platform compatibility,
    and to get the single-file download-and-install behavior you get
    for free with AIR, you'll have to separately build some kind of
    installer, like an MSI. In an HTA, all of IE's security features
    are turned off, so you can do things like access COM objects to use
    more powerful APIs than a web app normally has access to. Through
    that interface, you can do all the same sorts of local file and DB
    access that AIR can do.
    Bottom line, you can think of HTAs as "AIR Lite for Windows".
    AIR is portable and, on the whole, a lot more powerful, but if you
    can tolerate its limits, it can be a good solution.

  • Why does it report missing *.dll when running standalone programs on a separate PC without LabVIEW?

    I wrote a LabVIEW code to control GPIB, DAQ and Serial port. Then I built an installer including runtime engine. Everything works fine at the PC with the LabVIEW. I copy this installer folder to another computer without LabVIEW. I had no problem to install the program. But after I run the program, it started to ask for nilvaiu.dll. After I copied it under C\Windows\System32\, it started to ask for nimdbgu.dll, then niorbu.dll. Then it reported "The procedure entry point_pkgModulePackageEventLog@20 could not be located in the dynamic link library NIPALU.dll"
    I guess it missed some drivers. So I installed NI-488.2 for Windows on the PC. But it did not solve the issue.

    hi there
    i recommend to update to DAQ 7.4. the performance is much better.
    best regards
    chris
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"

  • Issues with labview on TestStand deployment system (wont run without a labview License)

    I am trying to deploy a system using testStand to a deployment machine for the 1st time. I have built my installer and image files etc.The files install successfully on the target machine however when I try and run my program in TestStand operator mode I have getting errors relating to Labview. The only way I can get around these error is to activate a Labview License on the deployment machine, this is not viable.
    The error I see when I disable my Labview License simply states an error occurred accessing the Labview ActiveX automation server.
    I have included the run time engines etc in my installer. As this is my first build is there something obvious I have missed here??
    Thanks for any input.
    Vinny
    Solved!
    Go to Solution.

    Vinny,
    my first guess is that the setting for the LV adapter on the deployment machine is still configured for "LabVIEW Development Environment". You have to change this to "Runtime Engine".
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Can Labview 5.1 Run 2 programs?

    I inherited a Labview 5.1 and it is running on one computer doing measurement. How can I use this labview to write another program to run either on the same computer (while the old one can still run) or on a different computer?
    Thanks in advance for your help.
    Kevin

    LabVIEW 5.1 has no problem running more than one VI (program) simultaneously. You can either just start the second VI by hand independently from the first, or make a new top-level VI that launches both at once, maybe using VI Server functions.
    One point to watch for is if you want to re-use subVI's (other than the built-in function blocks) that are used by the first program: if both programs need to run a subVI simultaneously you will need to make the subVI re-entrant, or make a second copy of it with a new name, otherwise one program will have to wait until the subVI call has finished in the other program. Read the help on re-entrant execution for more details.
    If you want to run two programs on different computers, you'll either need to buy another copy of LabVI
    EW or use the Application Builder to make one program into a stand-alone executable that can run without the development system. You may or may not have Application Builder already, depending on which LabVIEW package you have. See if there is a 'Build Application' entry in the Project menu. If not, ask your NI rep about your upgrade options.

  • Problem with running a program under Labview 8.6

    Hello,
    I am writing you this to ask for your technical support to fix the problem I am facing at our Lab at University of California, Irvine.
    Ms. Vanessa Trujillo has kindly come to our lab a couple of times and tried different things to resolve the issue, but unfortunately the issue is not resolved yet. Here is a summary of the problem:
    We used to use Labview 6.1 for our fatigue testing and data acquisition.
    Our
    program worked just fine under the 6.1 version We recently upgraded our software to Labview 8.6. We have also purchased a new computer that has higher capacity than what your website requires for Labview 8.6. The new computer has Windows Vista We transferred our old program/subprograms from the old computer under Labview
    6.1 to the new computer with labview 8.6. However our program that worked fine with the 6.1 version is not working with the updated version (ver 8.6).
    There
    are 6 errors in the error list. It appears there are six files of my program missing under the new version, even though we transferred all files.
    The software searches for those files but can't find them.
            For example one the box pops up indicates:
            loading:
                        <vlib>:\Daq\lvdaq.dll
            searching:
                        C:\Program Files\National Instrument\LabVIEW 8.6\instr.lib\Agilent34401\public\utility
            I get several message like this. I have to cancel/ignore them all to be able to open the program.
    When we go to VI's under Measurement I/O there is nothing (empty).
    We use a PCI-MIO-16XE-50 for our data acquisition During Labview installation on the new computer, I was asked if I wanted to install the device drivers. I had two options, "Now" or "Later", I picked Now but I didn't have the DVD's/CD's for the device drivers. Therefore I had to select later to complete my software installation Later after Labview 8.6 installation, we installed the device drivers (traditional Ni DAQ and Ni DAQmx) from the two old CD's we had in our lab from a couple of years ago (the CD's were Ni DAQ 7). after installation, the PCI board on the computer was recognized by the device driver. However we still could not run our program under the new version of Labview (same situation and the same messages) I called 1-866-275-6964 on 9/2/08 and talked to Grant (service number:
    1228841). He recommended that I download and install the updated version of device drivers.
    Since I didn't have the DVD/CD for updated device drivers, I contacted Vanessa Trujillo. She gave me the DVD for the updated Ni DAQ (Traditional and mx).
    But
    when I tried to install the updated device drivers I got a message something like "some unsupported filed have been detected,..." so the updated device
    drivers were not installed. It should be noted that up to here we still had the Ni DAQ (traditional and mx) installed on the computer from our old CD's (Ni DAQ 7).
    Vanessa and I talked to Tom at the technical support department. He recommended that we download and install the Beta xx version for Ni DAQ since we were using Windows Vista. Mike put the Beta software on the Ni website/outgoing so I could download and install it. He asked me to uninstall the traditional Ni DAQ that we had on our computer from the older CD's. He
    asked me not to un-install the Ni DAQmx (that we had installed from the old
    CD). I was able to download the Beta software, however I could not install it since I got a similar message that some unsupported files were detected.
    Right now we don't have any version of traditional Ni DAQ installed on the
    computer but the NI DAQmx (from old Ni DAQ 7) is still installed on the computer. Vanessa let me borrow her new Ni DAQ DVD but as I explained I am not able to install the device drivers.
    Vanessa - Did I miss anything?
    Please advise. My cell number is 619-778-2033. I will be at our lab at UC,
    Irvine at 2:00pm (CA/Pacific time). Please call if you have any questions.
    Thank you

    To me, it looks like you are missing some of the drivers and subVI's used in your program.
    Whatever device you are using to measure fatigue or any other device probably came with a driver.
    You need all of these drivers installed on this new computer.
    Also, any subVI's and libraries you use in the program must also be installed on the new computer.
    Whenever you get a message that says you are missing some component (the ones that you said you press 'ignore'),
    see if you can find that library or subVI on the older computer. If so, save it to something so you can transfer them to the new computer. 
    Cory K

  • Windows 7 is Error reporting when running a program generated with in Labview LV 7.1!

    Dear Labviewer's
    Once back in the yaers I'd generated a program with  - Labview 7.1.
    Now I'm informed that the version LV 7.1 is not supported by Windows 7.
    Now when i try to run the Program generated by Labview 7.1.  in windows 7 , I get communication error by the serial port. 
    Is there somehow somthing I can do to get this work. Is there any Runtime engines From NI for Windows 7.?
    Please Feed back if anyone got info for help.
    4 Stars ...
    HFZ
    Solved!
    Go to Solution.

    Have you installed a newer version of the NI-VISA runtime engine that will work with Windows 7?
    The most recent on the NI website appears to be version 5.0.3.
    http://joule.ni.com/nidu/cds/view/p/id/2257/lang/en

  • How to run labview program in debugging mode in windows 95 version

    Respected all,
    I am facing probelm while running probe.vi.
    I received this command "connection to acquisition board was not found" when i run labview program.
    I  am using labview 5.1, fieldpoint FP 1000, NI-DAQ 6.5, Field point explorer version 1.6, Measurement and Automation Explorer 1.0.1.
    I would kindly request you please help me how to run my program probe.vi in debugging mode in windows 95 version, so that i can locate where error occurs.
    Thanking You
    Yours faithfully
    M.Vijay

    Respected Norbert,
    Thank you very much to for your help.
    Norbert : Possible reasons are e.g. wrong IDs for measurement devices. If the error is connect to the FieldPoint, it is possible that it isn't configured correctly.
     I am using Field point explorer 1.6, The Field point instrument FP 1000 and RS-232 port is using. It is confirmed that the field point instrument is working properly by LED light indication test.
    Norbert: It sound like you are using DAQ devices (like PCI MIO 6952E) in the application. Are you sure that you select the correct device ID for this?
    I am asking you to know, If i using Labview and  Fieldpoint instrument FP 1000 to monitor my parameter interms of All, Channel 0, Channel 1, Channel 2, Channel 3, Channel 4, Channel 5, Channel 6, Channel 7 for my measurement.
    But now i need to solve the command connection to acquisition board was not found, The expert say this command is due to there was no AT-AO-10 Analog Output board was present in CPU.
    I do not find AT-AO-10 Analog Output board in my CPU, Previously the instrument was worked perfectly by other person who assembled everthing to measure temperature.
    The only aswer know send by previous person is if my task does not imply the use of a DAQ you probably have to locate where the DAQ driver is called and exclude it from the program. try to run the program in debugging mode so that you can locate where the error occurs.
    I do not know how to proceed his instruction. So i would kindly request you to please help me to solve my probelm.
    I also removed AT-AO-10 software from device manager >> Data Acquisition system >>  AT-AO-10 just now.
    I also find GPIB version 1.30, when i remove in add or remove program, it say that Error removing the GPIB.
    I am eagerly waiting for your help.
    Thanking You
    Yours faithfully
    M.vijay

  • Can I get a 'timetable' of what labview does when it runs the program?

    Can I get a 'timetable' of what labview does when it runs the program? i.e. how long it spends doing each sub vi, and what order it does them in.
    Cheers 
    Solved!
    Go to Solution.

    Execution Trace Tool kit is an add-on. If you don't have it your pack of disks, ... maybe try a demo version?
    NI Spy get loaded with LV (or one of those things).
    Start >>> Programs >>> National intruments >>> NI Spy ?
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

Maybe you are looking for