Problem and question version of LabVIEW

Hello world

I want to install Labview 2012, I have Labview 2011 now and all of my programs, built in 2011, don't you think it is a problem when I install Labview 2012? all my programs are ex file. (I have licnese labview).

I have another question regarding Ex file, I'm using PXie4330, 4353 and 6363, is possible to generate the executable file for them? as they run into the target?

Thank you

Hello

As crossrulz said, you can install LabVIEW versions side by side. View 2011 and 2012 with is no problem (I have 2010, 2011 and 2012 all on the same machine). You mentioned that your programs are PMExport. I assume you mean that you have LabVIEW executable (.exe) written in LabVIEW 2011?

Executables do not require the development environment to run, but they do not require LabVIEW runtime engine. For executables built in LabVIEW 2011, you will need the runtime LabVIEW 2011 (or the 2011 SP1 one). For screw written in 2011, you can open directly into the development environment 2012 and run them. Note that if you save the they will be now 2012 screws and Save for the previous Version , you will need to reopen them in 2011.

Hope that helps,

Jeff P

Product Support Engineer

LabVIEW R & D

National Instruments

Tags: NI Software

Similar Questions

  • Have problems and questions with Time Capsule were addressed in any significant way. Reluctant to buy according to your comments.

    Have problems and questions with Time Capsule was dealt with in a meaningful way? Reluctant to buy according to your comments.

    Apple did not have any material changes to the time Capsule to nearly 3 years. The only change that has occurred in the last 18 months or so is a firmware update to address security issues.

  • PCI-4351 and what version of labview?

    I have a Board of 24-bit AI NI PCI 4351 that I am tring to use with Labview 2009 on Win XP with 7.44 DAQ. Whenever I have a vl of the 4351 on the block diagram, I get an error message indicating that this vi is old to be converted to this version of Labview.

    So I guess my question is, "what is the latest version of Labview to be compatible with the PCI4351 on Win XP and 7.44 DAQ card?"

    It is clear that these VI have been created in LabVIEW 5. In order to open this VI LabVIEW 2009 you will need to register in an intermediate version of LabVIEW (LabVIEW 6 or higher). You can check it out on the table in the link below.

    How to change to different version of LabVIEW VI: http://www.ni.com/tutorial/8387/en/

    There is a forum of OR which allows display of VI and other users to convert for you, see the link below.

    Conversion of the VI Version: http://forums.ni.com/t5/Version-Conversion/bd-p/VersionConversion

    -Will.i.am10

  • Difference between the version of the Runtime and Developer version of LabVIEW.

    What is the LabVIEW Version called the runtime?

    Is this only for the visualization of the screws built in developer version LabVIEW?

    Can't we develop or modify TENS of LabVIEW version screws?

    vaibhavinegi wrote:

    What is the LabVIEW Version called the runtime?

    There is a version of the separate Runtime for each version of LabVIEW.  You can open NI MAX and develop software to see what is installed on your computer.

    Is this only for the visualization of the screws built in developer version LabVIEW?

    Without the development environment, you cannot change screws LabVIEW.  The runtime engine is responsible for actually running the code in order to integrate LabVIEW executables and run them on other machines without the development environment.

    Can't we develop or modify TENS of LabVIEW version screws?

    NO.

  • Memory problems and questions related to the process

    Does this look just for you, because the modified memory does little until after I had computer problems and had to do a factory reset

    The operating system is Windows 7 64-bit edition SP1

    I disabled SuperFetch is told by the way, if this help anyone on this issue.

    Resource monitor

    Windows process

    Services

    Performance

    Hello

    When your computer doesn't have enough memory for all the actions it is trying to perform, Windows and your programs can stop working. To help prevent information loss, Windows will inform you when your computer is low on memory. You can also learn to recognize the signs of low memory and take measures to prevent the problem. Insufficient memory problems occur when your computer is running out of RAM and becomes virtual memory. This can happen when you run more programs that the RAM memory installed on the computer is designed to support. Low-memory problems can also occur when a program free up memory that it needs more. This problem is called memory overuse or a memory leak.

    You can consult the following Microsoft articles and check if it helps.

    Diagnosing memory problems on your computer

    http://Windows.Microsoft.com/en-AU/Windows7/diagnosing-memory-problems-on-your-computer

    Prevention of problems of memory

    http://Windows.Microsoft.com/en-AU/Windows/preventing-low-memory-problems#1TC=Windows-7

    You may receive an "Out of Memory" error message because of the limitation of in Windows Vista or Windows 7 desktop heap

    http://support.Microsoft.com/kb/947246

    Note: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base: http://windows.microsoft.com/en-US/windows7/Back-up-the-registry

    I hope this helps.

    Please post back with the State of the question and we will be happy to help you further.

  • simple variable problem and question preloader

    I am new to AS3 and have a problem with the following code:

    Stop();
    var xmlLoader:URLLoader = new URLLoader();
    var xmlData:XML = new XML();
    var homeText:URLLoader = new URLLoader();
    var slideLoader:Loader = new Loader();
    var sprContainer1:Sprite;
    var projectPath:String;

    LOADING XML

    xmlLoader.addEventListener (Event.COMPLETE, LoadXML);

    xmlLoader.load (new URLRequest("XML/main.xml"));

    function LoadXML(e:Event):void {}
    xmlData = new XML (e.target.data);
    ParseCategories (xmlData);
    }

    PARSE XML
    function ParseCategories(projectInput:XML):void {}
    This. Title.Text = projectInput.category.project[0].@name;
    projectPath = "projects / ' + projectInput.category[0].@path + ' / ';.
    trace (projectPath);

    }

    LOAD THE TEXT FILE

    homeText.addEventListener (Event.COMPLETE, onLoaded);
    homeText.load (new URLRequest (projectPath + "/ text.txt"));

    function onLoaded(e:Event):void {}
    this.homeTxt.text = e.target.data;
    }

    IMAGES LOAD - LOAD FROM XML MULTIPLE IMAGES - COMPLETE

    sprContainer1 = new Sprite();
    homeImg.addChild (slideLoader);
    slideLoader.load (new URLRequest (projectPath + "/ image2.jpg")); < < CURENTLY LOADING AN IMAGE

    The above code shows how to load an XML file that contains the path to the text and image files, I am able to trace the path correctly in the service of ANALYSIS above, but I'm not able to recover the variable (or he also traces) in the TEXT section of the LOAD, please help.

    As I continue to code, I would also like to dynamically load images multiples (in the section LOAD IMAGES) using the projectPath and iterate through each image appearing in an XML file. I'm still not at this time, but my question is how to create a preloader/progressbar that overall progress is displayed for all URL requests (the text file and several images contained in the XML file). Thank you immensely.

    :

    Stop();
    var xmlLoader:URLLoader = new URLLoader();
    var xmlData:XML = new XML();
    var homeText:URLLoader = new URLLoader();
    var slideLoader:Loader = new Loader();
    var sprContainer1:Sprite;
    var projectPath:String;

    LOADING XML

    xmlLoader.addEventListener (Event.COMPLETE, LoadXML);
     
    xmlLoader.load (new URLRequest("XML/main.xml"));
     
    function LoadXML(e:Event):void {}
    xmlData = new XML (e.target.data);
    ParseCategories (xmlData);
    }

    PARSE XML
    function ParseCategories(projectInput:XML):void {}
    This. Title.Text = projectInput.category.project[0].@name;
    projectPath = "projects / ' + projectInput.category[0].@path + ' / ';.
    trace (ProjectPath);

    useProjectPathF();

    }

    LOAD THE TEXT FILE

    function useProjectPathF() {}

    homeText.addEventListener (Event.COMPLETE, onLoaded);
    homeText.load (new URLRequest (projectPath + "/ text.txt"));

    }

    function onLoaded(e:Event):void {}
    this.homeTxt.text = e.target.data;
    }

    IMAGES LOAD - LOAD FROM XML MULTIPLE IMAGES - COMPLETE

    sprContainer1 = new Sprite();
    homeImg.addChild (slideLoader);
    slideLoader.load (new URLRequest (projectPath + "/ image2.jpg"));

  • Some problems and questions about StorE TV

    Hello! I bought stor.e tv a week ago and there are a number of issues, in order of personal importance:

    1. it slows down audio playback. It happens when the standard reading mp.3s on my stereo via the analog output - my music sounds weird, slow and with a reduced frequency. I have to go back change, the exit HDMI (normal speed part, no problem), then change new analog, navigate through folders to find the song I want to play and replay - voila, it works normally. Altogether in a complex way to play a song correctly, you do not?
    2. when there are ID tags (especially album covers) to the songs it takes forever to go from one song to the next.
    3 audio settings are often forgotten after the device has been stopped normally remote control only - you turn it on again and is not how I left it, but back to HDMI. So, I recall at any time check the settings before playing a song? Even if, in a tortuous path, that ^ s have useful to the problem of the mind 1.
    4. do not display correctly Cyrillic subtitles.
    5 pretty hot.
    There are other things, too (no playlists, not slow, slow to develop, etc.). I'm actually writing than just before you go back to the shop and ask for my money back.

    Bravo, guys!

    Hello

    > 4. Does not display correctly Cyrillic subtitles.
    Yes, has been mentioned in other threads seems that not all the subtitles are supported.
    http://forums.computers.Toshiba-Europe.com/forums/thread.jspa?threadID=51945

    With regard to other issues.
    I think that you should try to reset the store default TV E again and should check how it works.
    In many cases, it helps to solve these annoying problems.

    Welcome them

  • Can we use latest version of modules and toolkits with the old version of LabVIEW core?

    Hello world
    I'm new to LabVIEW
    I have a question.
    We can use (indeed install) latest version of modules and tools (for example, 2009 or 8.6.1 version) with the old version of LabVIEW core (for example LabVIEW 8.6)?
    No problem?!
    I have 8.6 (rating) of LabVIEW and I want to istall 2009 real-time Module.

    No you can not do. But you can download and install Labview 2009 and module RT 2009 Trail for 30 days.

  • Problem with window painted and scrollbars when editing (LabVIEW 8.0.1)

    I'm under LabVIEW 8.0.1 in Windows XP SP3.  For my main VI, I came across a strange problem about 5 months ago.  The front window - both in edit mode and run mode - arrested repaint itself on the right side which is no longer visible when you scroll from top to bottom, but also visible overlapping Windows.  Coinciding with the repaint problem, both bars scroll search disabled grey arrows and no boxes in the bars that you can click and drag to scroll the window.  The scroll bars work still partially if you pass the mouse over it and roll the mouse wheel but does not work by clicking and dragging.

    The façade has a lot of controls and indicators, including containers of tab control and is greater in the horizontal directions and vertical so the two scroll bars must be active.  But I deleted everything in the Panel before and everything in the schema and the problem persists.  If the problem is not directly related to a control/led display.

    I saved the simple VI to this problem (using a line of large text and a high box rounded to test), and then created a new VI and copied the two elements at the new VI.  This new VI didn't paint it and the problem of the scroll bar.  The two screws are slightly different in the memory usage and the revision number (bad is review 1785 and the good is revision 3), but otherwise the two screws are identical.  I have attached two screws at this announcement.  When you first open the bad VI, you will see the scroll bars disabled while the good VI has active scroll bars.  To replicate the repaint problem, scroll the window up and down with your mouse wheel.  If it's good when you first open the VI, click on another window, then click on the window of VI and try again the mouse wheel.  This by clicking sur-loin-and-return always causes the problem of repaint for me.  I tried the screw on two different computers, both running Windows XP SP3 and LabVIEW 8.0.1 with identical results.

    Here's what I discovered simple troubleshooting with the screws:

    always off scroll bars

    * repaint the problem in the main window for larger then 680 pixels of window widths

    * repaint the problem in the menu bar of the main window for widths of more than 646 pixels

    * entire window becomes disabled than 1348 pixels window width

    * can paint window minimize and restore, but only repaints only once

    * scrollbar boxes sometimes flicker in the display, but then disappear

    * Scroll left and right hovering mouse over the bar and horizontal scroll by using the mouse wheel

    I found something similar on this forum (thread: problem with refresh of façade)-it could be linked to the CAR on the Panel being offset internally.  I don't have access to LabVIEW 8.5 or later and do not plan to upgrade - I have not tried the trial version, as this user has done.  I could try to copy and paste my set of the block for a new VI diagram but the VI is so important I'm afraid something would break, plus I don't want to do it again in a few months.  The problem seemed to occur after a certain number of stops (or revision number).  I save copies of backup often and when the problem first happened, I was able to go to a previous version, make the missing changes and save it without any problem, but this only delayed the problem and he came later.  It is therefore perhaps the revision number.  It seems not related to a change or a particular addition in the front panel and the graph.

    The attached picture shows the repaint problems and scroll bar in bad VI.

    This raises a question I have - if this problem is a bug has been fixed in 8.5 and later, is it possible to apply bug fixes for older versions?  Or what I need to pay for an update fix these bugs?

    Seems that something got corrupted with this VI. Things to copy on a cool VI and things should be OK.

    See also this recent report of a similar problem.

  • Newbie question: can a LabView script or exe run on a Web server and interact with PHP?

    Hi all

    I am a complete newbie. I had to have an existing LabView project and have been asking if it can work with a PHP Web site. I would like to be able to create a form (for entry) on a Web page, and then go this LabView project entry existing. The existing LabView project then treats the input and generates a text file that the user wants to download from the site.

    So my question is, is it possible? If so, how to configure it and what products/costs might be involved?

    Thanks in advance

    A

    Hi Andy -.

    There are a few limitations "Remote panels" who probably will not do what you are trying to do as possible.  First, the remote panels have only runs on a Server Web of LabVIEW, and this server does not support PHP.  Integrate a web site that uses a web server with more features of LabVIEW is to put the server on a different port and then use an iFrame or something to integrate LabVIEW remote panel page into your own web site.  Communication back will probably have to use another protocol tansportation or to read and write files that they read and write.

    I highly recommend that you look in another function to LabVIEW, called "Web Services".  These are quite a bit different approach of the remote control and are available only on version 8.6 and later (and probably only editions of developers).  Services Web of LabVIEW allows you to perform a LabVIEW program (or modify an existing one) to connect back using XML.  It is a common place to consume and send commands to a Web Service of LabVIEW by using something like PHP or Flash.  However, you are responsible to provide interfacing features in the language that you use that consume the Web Service of LabVIEW.  For example, instead of a graphic on the front, you would need graphical data output and a PHP program that can do something with it.

    Web Services are quite handy if you need a 'light' client, as well as material interaction features of LabVIEW.

  • How to install the spectral measures and Modulation for several versions of Labview Toolkits


    Hello dear,
    This is a known issue. You can read in the readme of the modulation toolkit:

    Two Versions of LabVIEW installed
    The installer supports the installation of the Modulation Toolkit into one
    version of LabVIEW; installation of the tool in several separate
    facilities (e.g. LabVIEW 7.0 and 7.1 installed LabVIEW LabVIEW
    on the same PC or in separate directories) is not supported or recommended.
    A way not supported to do but involves manually copying files from
    one LabVIEW installation to another. To do this, you can install the
    Modulation Toolkit to the base of a LabVIEW installation directory, and
    then manually copy the files installed in the other installation of LabVIEW.
    The following list includes files and relevant directories. Copy all the files
    These directories, including subdirectories, using the equivalent
    paths related to the House LabVIEW directory for the target.

    \vi.lib\AddOns\Modulation\*.*
    \vi.lib\AddOns\NISML\*.*
    \examples\Modulation\*.*
    \resource\objmgr\NIMTAttribs.RC
    \resource\objmgr\NIMTAttribs.RCH
    \help\lvmod.txt
    \help\lvmod.chm
    \help\lvdmt.txt
    \help\lvdmt.chm

    Note that this list does not include installed files. Also, copy
    the files in this way is not equivalent to a complete installation in the
    another version of LabVIEW. Especially own error text to the
    Modulation Toolkit will not be updated and the example Finder ads will be
    the examples of Modulation Toolkit.

    Jerome

    "CherieC" wrote in message news:
    [email protected]...
    > I installed NOR-RFSG, NOR-DAMA, the Spectral Measurements Toolkit, as well as the
    > Modulation Toolkit.  I have two LabVIEW 7.1 and 8.0 installed on my
    > system.  I developed an application in BT 8.0 and now I need to come back
    > to LV 7.1.  The problem I have is that the add-on toolkits appear to
    > only have been installed for LV 8.0 because there are several missing screws
    > and control when I try to open the LV 7.1 version.  I tried
    > re - install tool boxes, but this is not solved the problem.  How
    > can I get the installation program to install the toolboxes for two versions of
    > LabVIEW?
    >
    > Thanks for your help,.
    > Honey

  • Whenever I want to install Messenger Live on an XP version I get following message "Windows Live Messenger has encountered a problem and needs to close."

    Live Messenger on an XP version

    Whenever I want to install Messenger Live on an XP version I get following message "Windows Live Messenger has encountered a problem and must close we are sorry for the inconvenience"anyone?»

    Hello PaulFlameng,

    The best place to ask your question of Windows Live is inside Windows Live help forums. Experts specialize in all things, Windows Live, and would be delighted to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Windows Live Messenger

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums to www.windowslivehelp.com.

  • Identification and the conversion of an old version of LabVIEW

    I have an old program .vi I try to access to and run now. I don't know what version of LabView, it was written, but I don't know that he came on a Windows 95 computer.

    Any Suggestions?

    Huntley will

    If you try to open it, and you get an error, the message tells you what version it is unable to convert. If it fails, post to the Jury of Conversion of Versionthat you see marked at the top of the main page of LabVIEW.

  • Copy and paste between versions of labview block diagram

    I try to reuse code from labview labview 2015 2013 (because I need this code with a 13 rio compatible).

    So I just tried to copy and paste items hitherho comics.

    He ended that the elements of the comic have been pasted as a bitmap instead of the original objects.

    Do I have to use a few different copy / paste possibility that strg-c and Ctrl-v or do I have to register each sub - vi in 2013, which would be

    do useless?

    You can't copy + paste between versions of LabVIEW.

    You will need to save for the previous version and open in the LabVIEW version that you want to paste to.

  • 8.5.1 LabVIEW Student Edition - differences between the Mac and Windows versions?

    Hello

    I just bought the student of LabVIEW 8.5.1 version and I use Mac OS X 10.4.11. What are the biggest differences between the Mac and Windows versions, since the box came with a CD of installation of Mac and a Windows DVD Installer?

    See you soon

    Looks like you got the LabVIEW Student Edition Software Suite DVD.

    It comes with 6 boxes to tools, and the TME product, some (or all?) of those who are windows only (at least 8.5), for example:

    • Toolkit Digital Filter Design
    • Modulation Toolkit
    • SignalExpress
    • ...

    Since you have 8.5, you are missing also a few basic things that only recevied at the 8.6MAC support, like Mathscript, Control design and Simulation and native 3D graphics.

Maybe you are looking for

  • OSX 10.11 El Capitan

    I need a printer driver for my HP Officejet Pro K550, which has been a reliable printer, but fails.  I would prefer not to have to replace it, because there is nothing wrong with it, and I really like it.  Apple do not have one for her, and I don't s

  • 127fw Lasrejet MFP: HP 127fw and PCL6 or 5

    This is pilot of Cffp wit, which I've not used. I cannot fing a PCL6 or 5 driver to install? PCL can work with this printer?

  • HP Photosmart 7510 printer error 0:00759 c 98

    Regularly, I get this error message when I print.  It seems that something done my Backit Up Nero & Burn to launch that freezes the printing process and this error message is displayed.  Does anyone know how to fix this?

  • many unknown computer on my network

    Hello I get a lot of unknown computers showing when I do the network folder in win7 there are 16 computers on our network. rsv400 and IPs staic our side cisco router LAN. No wireless device. The problem is only with our computers 8 windows 7 not XP P

  • Size of the grid autoarrange use on the desktop?

    How can I change the size of the grid autoarrange use on the desktop? I can't find the settings from XP had.