Building appiications with labview

Hello

I have 'Labview Professional Development System '.

Is it true that I can use this version to generate stand-alone exe for windows files?

Why could I need the "Labview Application Builder" which, as a separate serial number for installation?

Is it the same?

Thank you

Hello

ProfDevSystem is the 'version' with AppBuilder included, so you can create exe and DLLs.

Why could I need the "Labview Application Builder" which, as a separate serial number for installation?

Don't know.

Updated since another LabVIEW package (Basic, full)? Did you buy the AppBuilder as an add-on for this "downgrade"?

You know that you can discuss the problems of license with your local sales guy?

Tags: NI Software

Similar Questions

  • Labview 2011 project with sbRIO cannot build app with Lv 2014 RT: error 1003

    Hello

    I have a project developed with labview 2011. It contains a PC application and a SbRIO-RT-FPGA app.

    I made a simple change in a RT VI. then I tryied to build the new application for my SbRIO.

    the problem is when I click on 'Build', an error dialog box appears saying that there is a VI with broken arrow. but my VI are OK.

    Can you help me please!

    Best regards


  • Executable VI with Labview 2011

    Hello everyone, I'm doing an executable on LabVIEW 2011 SP1. I've never done before, but in my project, I go to tools-> Build Application (EXE) from VI... I check to make sure that all the Sub VI are in the Dependencies tab and I put the way I want the EXE to go, then I build it. Building compiles and I have good Run-Time Engine installed, but when I go to open the EXE file, I get a lot of mistakes because void VI could not be loaded. I checked these Sub VI that were not loaded and they are locked and password protected. Probably comes with LabVIEW, so they don't want to play us with anything. How can I get these included in the EXE and not return an error?

    Thank you.

    I deleted the Run-Time Engine and downloaded again, and I think it worked. Strange, but I accept it

  • Get incremental counter/sound to work along side with action with usb-6008 with labview tia sal22

    Get incremental counter/sound to work along the coast with usb-6008 with labview tia sal22

    Hi all

    I can get this vi to work if they are distinct from the vi but I can't join them together

    Example of my error:

    If buffers are set to 0 the freq counter increment works, but no sound
    If the buffers are set to 1 the audio works fine but is not increment the Freq counter
    If the buffers are attached to more 1 clicks and pops are coming

    That's what I'm doing:
    (1) have the frequency of increment of my internal sound card to a certain level as .01hz a second until he gets to 20 000 hz

    (2) use my device usb-6008 daq, which is connected to the same machine to measure the voltage at the same time. (I am in a position very low voltages between 1-5volts)

    (3) output to a worksheet text file which will show you:

    time in seconds, frequency, voltage
    0,400.01,2

    1,400.02,2.5

    2,400.03,1

    I'm a bit confused about how connect the increment and the audio during the measurements with the usb-6008 housing on the same machine
    at the same time and in the same VI.

    Anyone have any ideas?  I'm using labview 8.5
    TIA sal22

    Ha ha you have been deceived by a dynamic thread. Insert a convert from Dynamic Data Express VI (Palette to own: Signal handling screw Express) between the daq read and build the array function. Then it won't work. Now the value in the dynamic data is only converted to a numeric value

  • How to read data from the unit to acquire data with LabVIEW

    Hello everyone, I'm new with LabVIEW and I need help. How to build LabVIEW program to read and store the data acquisition unit temperature data. the data can be any store such as Excel or a text file? Thank you.

    Start passing by examples of LabVIEW.  Go to help-> find examples.  There are several examples here just for the analog input and then even more for logging data to a file.  After that, show us what you have and we can guide you a little better that way.

  • Cannot bind to the shared object created with LabVIEW 2009

    I have problems referring to a shared library built from a LabVIEW VI under RHEL 5 with LabVIEW 2009.

    To illustrate the problem, I created a VI with a digital input and output that corresponds to a certain number. Then, I created a draft specification of build to create a shared library with a feature that makes use of this VI square. The shared object is created successfully (square.so).

    When I try to compile a test application written in C, that connects to this library, I get errors in the following link:

    cc  -I/usr/local/natinst/nidaqmxbase/include -I/usr/local/natinst/LabVIEW-2009/cintools build/square.so  test.c   -o test/usr/local/lib/liblvrtdark.so.9.0: undefined reference to `std::basic_istream >& std::basic_istream >::_M_extract(float&)@GLIBCXX_3.4.9'/usr/local/lib/liblvrtdark.so.9.0: undefined reference to `std::basic_istream >& std::basic_istream >::_M_extract(double&)@GLIBCXX_3.4.9'/usr/local/lib/liblvrtdark.so.9.0: undefined reference to `std::basic_istream >& std::basic_istream >::_M_extract(double&)@GLIBCXX_3.4.9'/usr/local/lib/liblvrtdark.so.9.0: undefined reference to `std::basic_ostream >& std::basic_ostream >::_M_insert(double)@GLIBCXX_3.4.9'/usr/local/lib/liblvrtdark.so.9.0: undefined reference to `std::basic_istream >& std::basic_istream >::_M_extract(float&)@GLIBCXX_3.4.9'/usr/local/lib/liblvrtdark.so.9.0: undefined reference to `std::basic_ostream >& std::basic_ostream >::_M_insert(double)@GLIBCXX_3.4.9'collect2: ld returned 1 exit statusmake: *** [test] Error 1
    

    Running ldd reveals that liblvrtdark.so.9.0 is used for the execution of labview.

    In order to investigate on what could be the cause of the problem, I have compiled the nidaqmx basic examples, and I don't have an error. Current running ldd as reveals that he uses liblvrtdark.so.8.2 for the view of laboratory, time of execution.

    My suspicion is that some components of labview are being compiled with gcc 3.4 while others are being compiled with gcc 4.1 (which is the default compiler in RHEL 5).

    Any ideas how I could fix the build errors?

    Thanks in advance for your suggestions.

    PS.

    I enclose a tar file with the source files and here are the details of the ldd:

    ldd build/square.so         linux-gate.so.1 =>  (0x008de000)        liblvrtdark.so.9.0 => /usr/local/lib/liblvrtdark.so.9.0 (0x00b9c000)        libc.so.6 => /lib/libc.so.6 (0x00110000)        libstdc++.so.6 => /usr/local/lib/LabVIEW-2009/patchlib/libstdc++.so.6 (0x009a7000)        libm.so.6 => /lib/libm.so.6 (0x00756000)        libdl.so.2 => /lib/libdl.so.2 (0x00256000)        libpthread.so.0 => /lib/libpthread.so.0 (0x0025a000)        /lib/ld-linux.so.2 (0x00b80000)        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00272000)
    
    ldd /usr/local/natinst/nidaqmxbase/lib/libnidaqmxbase.so.3.3.0         linux-gate.so.1 =>  (0x00e50000)        libnidaqmxbaselv.so => /usr/local/lib/libnidaqmxbaselv.so (0x00248000)        libc.so.6 => /lib/libc.so.6 (0x00689000)        /lib/ld-linux.so.2 (0x00b80000)        liblvrtdark.so.8.2 => /usr/local/lib/liblvrtdark.so.8.2 (0x00e51000)        libdl.so.2 => /lib/libdl.so.2 (0x00813000)        libpthread.so.0 => /lib/libpthread.so.0 (0x001b0000)        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x009c7000)        libm.so.6 => /lib/libm.so.6 (0x00b0a000)        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0050c000)
    

    Hi mimi,

    I'm happy to report that I managed to get the code to work. I have included some of the steps I experienced the problem in case it might help improve the documentation or future generations.

    In response to your question about the "error 1" reported by do, it's just an indication that detected a compiler error (it probably resembles the return code of the compiler).

    The errors ' undefined reference... @GLIBCXX_3.4.9 "have been narrowed down. The generated labview shared library, the square.so, links to /usr/local/lib/LabVIEW-2009/patchlib/libstdc++.so.6 which is a symlink to usr/local/lib/LabVIEW-2009/patchlib/libstdc++.so.6.0.9. I decided to compare this version of libstdc ++ that included with RHEL:

    strings /usr/local/lib/LabVIEW-2009/patchlib/libstdc++.so.6 | grep GLIBCXXGLIBCXX_3.4GLIBCXX_3.4.1GLIBCXX_3.4.2GLIBCXX_3.4.3GLIBCXX_3.4.4GLIBCXX_3.4.5GLIBCXX_3.4.6GLIBCXX_3.4.7GLIBCXX_3.4.8GLIBCXX_3.4.9GLIBCXX_FORCE_NEW
    
    strings /usr/lib/libstdc++.so.6 | grep GLIBCXXGLIBCXX_3.4GLIBCXX_3.4.1GLIBCXX_3.4.2GLIBCXX_3.4.3GLIBCXX_3.4.4GLIBCXX_3.4.5GLIBCXX_3.4.6GLIBCXX_3.4.7GLIBCXX_3.4.8GLIBCXX_FORCE_NEW
    

    So libstdc ++ RedHat does not include a string for GLIBCXX_3.4.9.

    With this in mind, I was able to get my test application to compile using the version of LabVIEW libstdc ++ using the following makefile:

    .PHONY: all cleanCPPFLAGS=-I/usr/local/natinst/nidaqmxbase/include -I/usr/local/natinst/LabVIEW-2009/cintoolsLDFLAGS=build/square.so \        /usr/local/lib/LabVIEW-2009/patchlib/libstdc++.so.6 \        -Wl,--rpath -Wl,/usr/local/lib/LabVIEW-2009/patchlib/
    
    all: test
    
    clean:        rm -f test *.o
    

    When you try to run the application, I got the following error:

    ./test: error while loading shared libraries: /usr/local/lib/liblvrtdark.so.9.0: cannot restore segment prot after reloc: Permission denied
    

    But apparently, it's because of SELinux prohibiting the use of libraries shared with moving text.
    This can be disabled by running /usr/sbin/setenforce 0 as root.

    The test application now works!

    See you soon,.

    RW

  • Call a dll built with Labview in Digital Micrograph

    Hello everyone,

    I am faced with a difficult problem. I use Digital Micrograph that run the DLL of enforcement. This DLL must be built with a structure of library written in C. In this C code, I can call a built with Labview VI. If the Vi is simple, Digital Micrograph is happy. But, if I include a graph in the VI, C code builds and create a dll but Digital Micrograph falls down. Of course, DM is unclear the type Labview graph. I can do what I want in my VI and how can I solve the problem?

    Thank you.

    Gautier

    gautierdufourcq wrote:

    I solved part of the problem, DM do not plant more but the Labview graph is not displayed. Do you have a solution? THX

    Is not a problem of LabVIEW.

    It's their DLL. Talk to DM.

  • Build suspicious in Labview 8.6f1

    Hello

    I'm doing a build of my project containing a couple of instrument drivers. But Labview reacts in a weird way when it deploys construction preview, I got this message:

    "LabVIEW has prevented a file name collision during the build. Names of duplicate files can be copied to the same destination. You can rename the files as part of the build process to avoid name conflicts.

    The following files have been moved to a single location:

    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\Array 3711ALV80\Public\Initialize.vi
    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\Tektronix TDS 200 1000 2000 Series\Public\Initialize.vi
    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\Agilent 34970A\Public\Initialize.vi
    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\TTI TSX3510P QL355\Public\Initialize.vi
    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\TENMA 72-685X\Public\Initialize.vi
    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\Tektronix TDS 200 1000 2000 Series\Public\Utility\Error Query.vi
    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\TENMA 72-685X\Public\Utility\Error Query.vi
    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\Tektronix TDS 200 1000 2000 Series\Public\Utility\Reset.vi
    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\TENMA 72-685X\Public\Utility\Reset.vi
    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\Tektronix TDS 200 1000 2000 Series\Public\Close.vi
    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\TENMA 72-685X\Public\Close.vi
    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\TTI TSX3510P QL355\Public\Close.vi
    C:\Program NIUninstaller Instruments\LabVIEW 8.6\instr.lib\Agilent 34970A\Public\Close.vi.

    I thought that Labview has been able to differentiate between the functions of the different instrument drivers, but apparently it does not.

    LabVIEW is creating in the final construction of a few directories of the instrument with the VI inside.

    Inside of my sweet, I am loading a few screws in memory (with reference) before launching the main façade, this is why I put this VI as always included in the source files for the build.

    If I'm deleting the VI with all instruments used inside drivers, Labview makes no more directories, but I can't start my sweet too...

    We had this problem before with Labview (8.2, 8.2.1, 8.5). Are there clues?

    Thank you

    Hi BugVW!

    Visit this link and tell me if the problem persists:

    http://digital.NI.com/public.nsf/allkb/FB9A11C924883B0C8625742D0059D55B?OpenDocument

    Kind regards

  • VIMBA with Labview

    Hello

    is there anyone who have successfully used VIMBA SDK with Labview?

    You need to download version 1.3

    Use the LabVIEW import DLL

    Point to the VimbaC dll, not C++

    Put _WIN32 in the compiler directives.  This you will get part of the way.

  • Compatible with labview thermostat

    Goodmorning,

    I'm looking for a thermostat (a device that can measure temperature and humidity) compatible with labview and if possible with a USB connector.

    You never heard / use such a device? I did some research but I can't find it.

    Thank you in advance.

    Thank you! I found another that looks better, but thank you! (Your temperature is smaller)

  • NI 9148 with LabView module detection

    Hello

    I got the task of creating a deployable (compiled) software to a DAQ system with NI 9148 Ethernet RIO basket background and various modules. The user must have the ability to change the module type and the location of the different tests, so the application must detect (or the user specify) what modules are at what positions.

    I watched the blockset CRY, however this chassis is not supported and the lowest level blocks are protected. Is it possible to read the serial number of the modules connected to the 9148 OR position, type, and if all goes well?

    Thanks for any help!

    Hello Soonxaf,

    What are you helps as a controller-is this RT or Windows? Are you planning on the use of analysis of RIO or LabVIEW FPGA engine?

    If you plan use the analytical engine, so this should help you get started:

    Tutorial: Discovery, Configuration and programming access of the CompactRIO Scan Mode to IO with LabVIEW

    http://www.NI.com/white-paper/9351/en

    Kind regards

  • ACS550 control with LabVIEW

    Hello

    I recently implemented an ABB ACS550 player to control an air blower speed.  I was control the player through the interface on the disc itself.  However, I am now looking to control the device with LabVIEW.  I don't know where to start and I was wondering if someone could explain what I would need the equipment and the basic principles on how this control can be implemented.

    Thank you!

    -Alex

    After a few weeks to play with the entrance on the digital player, I now have a program that he order.  Thank you for your help.  If anyone needs help with digital controls, feel free to ask.

    Thank you

  • temperature measurement with labview on four location using NTC thermistor


    Hello
    My project is the measure of the temperature of a thermistor on-site 4 difference.
    The measures must be 0 for 100 * C.

    details.

    • For the sensor, I must use only NTC thermistor.
    • I have to do an application with Labview.
    • the application must give me the right measure in real time, and it should save the sample in a database.
    • This measure is taken max 20 feet form the pc.

    I'm new with this.
    Can someone help me with sensor circuits.
    How can use DAQ with the thermistor.
    Can I use EMANT300 Low-Cost USB DAQ Module 24 bit?

    Please give an idea

  • How to set the parameters of the AKD with LABVIEW driver?

    Hello

    I am looking for a simple example to set or read the AKD with Labview driver settings.

    The AKD has ethernet communication and control is analog - AKD-P00306-NBAN-0000

    I want to use Labview to read the paramerters even as Kollmorgen WorkBench

    Thanks for your help

    Thank your for your help

    I found a solution with the TELNET Protocol

  • allow to create or write a PDM file with labview 2014

    Hello

    I need help. I'm new with LabView. I tried to create a PDM file, but it does not work. My code in the link below is really simple, but I don't know what the problem is. My code doesn't throw any errors so I don't know what to look for in the internet. Once my code is excuting, no file is created. I use LabView 2014 and my laptoop has windows 7 on it.  My question is, in all I need to do whenever I create a new VI of specific configurations that will be play/create/write a .tdms so that my code may work correctly because the writing in a .txt file works perfectly.

    Thank you and sorry for my English

    Hi bmtanguay,

    you want to run your VI on your cRIO9074?

    Where do you think your cRIO creates this file? A cRIO is a clean computer - and it has its own 'hard drive '. This is where your file is created: C partion on your cRIO!

    You cannot create a file on your Windows pc from a VI running on your cRIO!

Maybe you are looking for