LabView 8 for Linux application distribution

I have build an application for Linux using labview application builder.
I now have a app.o file, but the application builder does not create a distribution package (unlike the windows application builder where it creates a data.cab that contains the application and runtime engine parts).
How do I distribute the runtime engine components (or know what they are and where they are)?
How do I tell an end-user how to install my program and the runtime engine?
Note:  This application does not interface any hardware.  It reads a file using the command line and writes another file.

If the built application does not use any NI drivers, or NI-VISA then the only other component you will need is the LabVIEW Run-time Engine.  You can download the version of the LabVIEW RTE that matches the version you built the application with from our download site http://joule.ni.com/nidu/cds/fn/p/sn/n17:runtime,n19:Linux,n23:4/lang/en. 
To install your application on another machine you should only need to install the LabVIEW RTE rpm(s) using rpm.:
rpm -Uvh *.rpm
Then copy your binary file your built with the application builder to the new machine and run it.
Shawn Bohrer
National Instruments
Use NI products on Linux? Come join the NI Linux Users Community

Similar Messages

  • Labview player for linux?

    I have a Labview VI running on my Windows platform. I developed it using the Windows version of Labview 7.1. I used the Web Publishing tool to make the display available online. I have verified that I can see the display running in real time using IE on a Windows machine.
    Other machines in our LAN are running Linux, and cannot view the site in real time. For example, Mozilla asks for a plugin, but I can not find Labview Player for Linux anywhere. Can anyone help me get the Linux machines to see the real time site that is being hosted from a Windows machine?
    Thanks

    I don't think that there is a plug-in for a linux system to be able to view the published LabVIEW front panel.
    Wait! Try looking at this link:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=28545&requireLogin=False
    BobMessage Edited by Bob Y. on 06-13-2005 04:53 PM
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]

  • Labview demo for linux

    Hi
    I searched through the forum to se if there where any Linux demo version for Labview. It showed up that this did not exist. However, as most posts sugested when I searched for this where from 2004 and earlier I dear to ask the same question again in hope that things has changed (and with a litle question for why isn't it available if not).
    Thanks

    The reason is quite obvious. Since only the Windows platform uses a license manager, all other platforms need a special recompiled LabVIEW version that has the evaluation limitations compiled into it. Creating that executable is the smallest hassle, but creating an installer and testing it to work on the list of platforms NI guarantees LabVIEW to work on is a major task. Considering that LabVIEW for Linux is hardly sold for commercial applications but mostly used as part of an educational (site) license, the economical benefit for such an extra effort is very hard to justify.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Labview 7 for Linux on Redhat9,NI example Finder not working.

    I have Labview7 for Linux on Redhat9, installed at /usr/local/lv71. "NI example Finder" is not working, the function of browser, search,submit,none is working. When I try to close it, the window looks dead, cannot close it. I will force to close it. What is the problem? Where are the examples?
    Another question: the simple help text is working, but the details help is not working. I can open the help file by Mozilla. But I want the help could be linked, like what it is in Windows platform.
    Thanks

    Hello �
    If whenever you type �labview� at the prompt, LabVIEW 7.1 is launched, it probably means that the paths are setup to launch 7.1 but it doesn�t necessarily mean that you do not have LabVIEW 7.0 installed.
    If you only installed LabVIEW 7.1 in that computer, it is possible that somebody else had installed LabVIEW 7.0 before.
    What I suggest doing is to run the UNINSTALL scripts for both, LabVIEW 7.0 and 7.1, and reinstall LabVIEW 7.1 as root, not as user.
    Hope that helps!
    S Vences
    National Instruments

  • LabVIEW Platform for Domestic Applications - Video Camera

    Hello!
    I’m looking into the possibility of using LabVIEW for some domestic type applications. For example, I’d like to automate the movement of a domestic type video camera. The movement would be realized with a type of low power motor with SCPI compatibility. A couple of questions to be asked:
    1)      Do these types of low-powered motors exist that can support SCPI commands over a physical layer such as USB? If not, do some type of converters exist?
    2)      Can a commercial grade video camera be sufficient?
    3)      I would suspect that this type of application would address the Motion & Vision functions of LabVIEW?
    4)      Does any supported NI documentation exist for this specific application?
    Thank you in advance for your time & efforts!

    Hi,
    Thank you for posting on the National Instruments discussion forums.
    Regarding the questions you have about your application:
    1)  Typically, motors require a separate drive to interpret commands received through a USB or serial port and convert these to signals of the type needed by the motor.  I am not familiar with any motor which integrates the necessary hardware to do this, but it may exist.
    2)  Most consumer cameras are not compatible with our IMAQ for IEEE 1394 or IMAQdx drivers because they output data in a compressed format.  This is explained in the following Knowledge Base article:
    http://digital.ni.com/public.nsf/allkb/AFDED7F599E8A73A8625689E007672E5?OpenDocument
    3)  If you do have a supported camera, the IMAQdx drivers will allow you to interface with the camera.  To interface with the camera in LabVIEW, you will also need the Vision Development Module.  More information on the VDM can be found here:
    http://sine.ni.com/nips/cds/view/p/lang/en/nid/2881
    In regards to the motion portion of your application, NI-Motion will allow you to interface between one of our motion cards and a motion drive.  If you will be communicating with your motor through a USB or serial port, you will use the VISA functions in LabVIEW.
    4)  The IMAQdx drivers include shipping examples which demonstrate how to interface with your camera in LabVIEW.  These should serve as a good starting point for your application.
    I hope this helps you get started with your application.  Please reply if you have any follow-up questions.  Thanks.
    Rishee B.
    Applications Engineer
    National Instruments

  • Is labview same for linux and windows?

    hi,
    Right now, i am using labview 6.1 and 7.1 windows version. can i use the same windows version for linux  also?

    You need to get the Linux version in order to run LV on Linux. You can open and run the VIs you save in Windows in the Linux version and vice-versa, but some things are Windows-specific and will not work (for instance ActiveX, .net, toolkits which are only supported on Windows, etc.). Also, when you open your VI in Linux, LV will tell you it was changed, because the compiled code is saved as part of the VI. The compiled code for Windows and Linux is different, so when you open a Windows VI in Linux, it is recompiled.
    You might wish to do a search for "Linux" to see more specific details.
    Try to take over the world!

  • Labview 6i for Linux

    Hi,
    is there anybody using Labview 6i in Linux enviroment ?
    what's new about?

    The same news as in Windows. DataSocket client vi's and connections
    added.
    umberto wrote:
    >
    > Hi,
    > is there anybody using Labview 6i in Linux enviroment ?
    > what's new about?
    Sergey Krasnishov
    Automated Control Systems
    National Instruments Alliance Member
    Moscow, Russia
    [email protected]
    http://acs.levsha.ru

  • Oracle 9i Lite for Linux, which Distribution ??

    Hi,
    which Linux distribution can you recommend running 9i Lite ?
    I tried SuSE 7.3, and finally succeeded in running the
    mobile server after quite some problem. However failed to
    run the mobile server as apache module. So which distribution works without having major problems ??
    Any tips are really appreciated.
    Thanks,
    Marco

    Just a note to say that 9ilite would be really useful to us as well....
    we have an application with around 10,000 client devices on which Linux will be the OS ---- we would like to us Olite....
    What are Oracle's plans to support Linux with Olite?????
    ALW

  • Where is non-commercial LabView download for Linux?

    I am interested in downloading a non-commercial version of LabView for Educational/Training purposes. It should run on Linux.
    I am Lecturer/Project Coordination here at APIIT (a Malysian based IT institute in PAKISTAN). Let me know if you can offer older versions of LabView on non-commercial basis for education/training.
    Regards.
    Mohammad Amer

    We do not have an NI sales office here in PAKISTAN.

  • LabVIEW 7 for Linux can not display non English character

    Hello,
    Unsing LabVIEW 7 under SUSE Linux 10, I find that when input Chinese character to a string control , it just can displays a corrupt strings. Anyone knowing how to resolve the problem ? Thanks.
    David

    Hello David,
    I had the same kind of trouble with polish characters... more informations on that thread :
    http://forums.ni.com/ni/board/message?board.id=170&message.id=141107#M141107
    Let me just point out that it did not solve all my problems but it helped me. Besides, I don't know if that will work on Linux ... Good luck
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • Best practices for Air application distribution

    I am going to need to develop an AIR application. I am a bit confused how I will deliver updated version it when something has been changed. Will the users have to reinstall it every time I let them know that there is a newer version available? A reason I am asking is that with a web based applications I dont have that problem, every time I export newer version it becomes available immediately.
    Thanks

    Look at this article http://www.adobe.com/devnet/air/articles/air_update_framework.html
    Etienne

  • FieldPoint and labview for linux

    Can I access to Fieldpoint Ethernet modules, FP-1601, from labview 8 for linux?

    Hi,
    You cannot use fp-1601 ethernet with Linux. That is because the communication protocols are privated from NI and are only for windows.
    U can use Linux with Fp-1000/1001-2000/2010. See attached document for longer explanation,
    http://digital.ni.com/public.nsf/websearch/C87C7D6E4EDA4348862565DA005E7359?OpenDocument
    Regards,
    Jaime
    Regards,
    Jaime Cabrera
    NI Applications Engineering Spain

  • What LabVIEW for Linux based on ?

    Whar is the way LabVIEW 7 for Linux communicate with
    DAQ boards ?
    Is it the same as on Windows ?
    Can I write application on 'C/C++', that use only low level library that LabVIEW based on ?
    It this possible on Windows with Visual C?
    With LabWindows it is possible.
    More precisely, I may use only NI-DAQ library and do
    nothing with IDE of LabWindows.
    But if I right, neither LabWindows nor NI-DAQ/NI-DAQmx is't for Linux.
    I have some experience with LabWindows/CVI, but nothing
    with LabVIEW.
    What is principal difference between them in low level communication with DAQ boards ?
    Thanks.
    Andrey

    AndreyCherepenko wrote:
    > Whar is the way LabVIEW 7 for Linux communicate with
    > DAQ boards ?
    > Is it the same as on Windows ?
    No! LabVIEW for Linux does not come with any DAQ libraries. There are
    basically two options at this time:
    You can download the NI Measurement Hardware DDK from NI and the
    according LabVIEW VI libraries or you can use Comedi.
    > Can I write application on 'C/C++', that use only low level library
    > that LabVIEW based on ?
    The NI Measurement Hardware DDK (and Comedi) is a C based interface with
    precompiled binary libraries which you can use from your C/C++
    application. The NI provided VI libraries allow access of that API from
    within LabVIEW.
    > It this possible on Windows with Visual C?
    The NI Measurement Hardware DDK is also available for Windows in which
    case it consists of a number of DLLs, header files and examples. They
    are callable from any C application. But this DDK is in principle a low
    level API which often requires you to go down to register level directly.
    You can also call NI-DAQ (the API LabVIEW uses on the Windows platform)
    from your C compiler, Visual C or whatever, but that API is not
    available on non Windows platforms (oh well there was an old version for
    MacOS and Sun Solaris but that is I don't know how many years old).
    > With LabWindows it is possible.
    > More precisely, I may use only NI-DAQ library and do
    > nothing with IDE of LabWindows.
    LabWindows just provides FrontPanels to the NI-DAQ libraries. It is not
    a LabWindows implementation of NI-DAQ but instead it accesses exactly
    the same libraries LabVIEW does or your own C application would.
    > But if I right, neither LabWindows nor NI-DAQ/NI-DAQmx is't for Linux.
    No! They aren't and except hopefully for a limited DAQmx library
    probably never will be.
    > I have some experience with LabWindows/CVI, but nothing
    > with LabVIEW.
    > What is principal difference between them in low level communication
    > with DAQ boards ?
    LabVIEW is a graphical programming environment whereas LabWindows CVI
    uses C programming. The difference between LabWindows and a standard C
    compiler is the standard built in support for many libraries used in
    Test & Measurement, Data Acquisition etc, the extensive library of
    graphical user interface components and the FrontPanels provided for all
    the library functions. Nothing you couldn't do with a normal C compiler
    nowadays, but they are very tightly integrated in CVI and generally
    working together well.
    As an experienced LabWindows CVI user it may be better to stay in that
    environment than starting to use LabVIEW. LabVIEW is similar in what you
    can do, a lot more comfortable for the casual programmer, but on the
    other hand also a little patronizing in more advanced features. As much
    as it is comfortable to generally not have to worry about memory
    allocation and code frameworks before you even can start to implement
    your first algorithme, it can get in the way when you try to do high
    performance operations as you not only don't have to worry about memory
    allocation but you have in fact limited and only indirect influence in
    how memory is allocated.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Is there flexmotion for linux?

    I do not have the LabVIEW software for Linux yet but I was wondering if the Flexmotion that one uses in Windows is avaliable in the Linux version? I am going to try to use my NI-7344 that I presently have in a Windows system in a Linux system. I have found the unsupported Linux drivers for the NI-7344 but I did not know if there was any Flexmotion software. This would just make my life a bit easier. Thanks.

    Flexmotion does not exist for Linux.
    There is a Driver Development Kit to allow you to make a driver for any platform, and due to the nature of the 7344 it is actully relatively easy to use. Please call into our support line to get your hands on this DDK.
    Hope this helps,
    Amaury Rolin
    NI Applications Engineer

  • Debugging Linux applications on Microblaze

    Hello,
    could someone please answer some questions who is debugging Linux applications on Microblaze.
    I have to prepare an environment to debug applications running on Microblaze Linux 2.6.38. Everywhere, I can find hints how to do it with ARM on Zynq, but this is only a Spartan-6. I might change the Linuxversion but not the hardware.
    First, I compiled the kernel 2.6.38 (PLB, big endian) with initramfs_minimal.cpio.gz, then I compiled it with initramfs_complete.cpio.gz. In both cases, the Linux Kernel is running on Microblaze and I can access the filesystem with a serial link and with LAN using telnet.
    To debug applications, I tried to run with Windows 7 (64-bit) the Xilinx SDK (Eclipse) included in ISE/XPS 14.7. For Linux applications running on Microblaze, I tried to use the GDB-Debugger in SDK. I think I have to start a GDBserver first and then start SDK to connect to it.
    I could not find the GDBserver in the above mentioned filesystems. So, I downloaded the GDB sources for GDB 7.7 and did two configurations. One for the host (first VirtualBox with Ubuntu-Linux-32bit, later Windows 7) and one for the target (microblaze running on spartan-6).
    to create the GDBclient for the PC:
    configure --prefix=/opt/gdb/mb-linux/cross --target=microblaze-unknown-linux-gnu
    The following commands 'make' and 'make install' are running without errors.
    to create GDBserver for the FPGA:
    configure --prefix=/opt/gdb/mb-linux/native --host=microblaze-unknown-linux-gnu
    There is an error with the following command 'make'.
    error: Gdb does not support native target microblaze-unknown-linux-gnu
    I have really tried a lot, looked at many pages, e.g.:
    http://www.wiki.xilinx.com/
    Xilinx Wiki - Getting started
    Xilinx Wiki - MicroBlaze
    Xilinx Wiki - Create Linux Application
    Xilinx Wiki -Debug Application
    Many links were broken and if accessible, debugging Linux on Zynq or debugging a standalone application on microblaze was described.
    It would be very helpful if someone who actually did debug Linux applications on microblaze with or without SDK could describe a little bit how it works.
    Is GDB included in either of these filesystems and I did not see it ?
    Do I need to create GDBserver ?
    What is wrong with my settings to create GDBserver ?
    Is there a totally different way to debug ?
    Thanks in advance for your help,
    Michael

    Hello Achutha,
    thank you for your reply.
    I already knew those two links but I took a close look at them again.
    The second link helps to run a Linux kernel on Microblaze. It ends when it's getting interresting for me. It does not describe anything about developing a Linux application.
    The first link is using Zynq. Most of the steps can be done with Microblaze as well. When I start debugging, it changes to the debug perspektive and after some seconds I see the message
    Hello_Linux_Debug(SDK Linux TCF Agent: Disconnected): Connection refused: connect
    SDK.log in the SDK workspace shows:
    15:20:34.399 ERROR - Unexpected error while parsing XMD response ?: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: invalid number or unquoted string near
    I tried the following options but nothing helped:
    Kernel with initramfs_minimal.cpio.gz and with initramfs_complete.cpio.gz.
    Changed the access rights of /tmp (I used it for 'Remote File Path')
    In the video for Zynq, it is said:
    by default, there is a TCF agent running
    I guess, the TCF agent can be seen on Zynq if you list all processes running.
    What is the name of the TCF agent?
    I guess this one is missing on my Microblaze.
    Any other suggestions?
    Kind regards,
    Michael

Maybe you are looking for

  • Determine/read the value of parameter rdisp/max_wprun_time within ABAP

    Hi, I need to avoid program breaks caused by exceeding run time longer than defined in parameter rdisp/max_wprun_time. I will check the time since start of report in the critcal loop to bring the current data changes to a controlled end before gettin

  • Photo stream not coming all photos on iPad 1

    i have iphone and ipad1 yesterday i have restore ipad but in photo stream photos are missing as in iphone i have 176 and ipad few only why is that? i turn off and turn on the photo streaming in icloud but still same please help

  • Calling a Function Within a For-Each in Powershell

    Error: Unexpected token 'in' in expression or statement. At :line:1 char:22 + ForEach-Object ($i in  <<<< $fs_size_info) { $i.Name.Name, GetGB($i.Sum)  } Code: foreach ($i in $fs_size_info) { $i.Name.Name GetGB($i.Sum) } If I omit the function from i

  • Can a part of a dvd be emailed?

    I burned a dvd of some old home movies. Is there a way to just take a snippet of the dvd and email so someone can watch it? It would be maybe 2 or 3 minutes worth Thanks

  • Time infotype collision

    Hi There..iam trying to generate absence quota. but after inputing the information i get error message saying ''Collision of time infotypes'.Can you advise why this happens..? and how to resolve it.