LabVIEW 3.1 file

Hi all I'm a newbie in the present. We have an old verryyyy PC with labview 3.1 on it and last week, we bought the new Labview software. When I tried open registered 3.1 on my new 8.6 file I got MSG that my file is too old. So my question is: is it possible to do this conversion.

Hello

You are going to need at least an intermediate conversion before opening your code to 8.6

If you can, I suggest posting your code here.  There are a few people on the boards which still maintain older versions of LabVIEW for just this sort of thing.

Tags: NI Software

Similar Questions

  • read in a labview complex binary file written in matlab and vice versa

    Dear all. We use the attached funtion "write_complex_binary.m" in matlab to write complex numbers in a binary file. The format used is the IEEE floating point with big-endian byte order. And use the "read_complex_binary.m" function attached to read the complex numbers from the saved binary file. However, I just don't seem to be able to read the binary file generated in labview. I tried to use the "Binary file reading" block with big-endian ordering without success. I'm sure that its my lack of knowledge of the reason why labview block works. I also can't seem to find useful resources to this issue. I was hoping that someone could kindly help with this or give me some ideas to work with.

    Thank you in advance of the charges. Please find attached two zipped matlab functions. Kind regards.

    Be a scientist - experiment.

    I guess you know Matlab and can generate a little complex data and use the Matlab function to write to a file.  You can also function Matlab that you posted - you will see that Matlab takes the array of complex apart in 2D (real, imaginary) and which are written as 32 bits, including LabVIEW floats called "Sgl".

    So now you know that you must read a table of Sgls and find a way to put together it again in a picture.

    When I made this experience, I was the real part of complex data (Matlab) [1, 2, 3, 4] and [5, 6, 7, 8] imagination.  If you're curious, you can write these out in Matlab by your complex function data write, then read them as a simple table of Dbl, to see how they are classified (there are two possibilities-[1, 2, 3, 4, 5, 6, 7, 8], is written "all real numbers, all imaginary or [1, 5, 2, 6, 3, 7, 4) [, 8], if 'real imaginary pairs'].

    Now you know (from the Matlab function) that the data is a set of Sgl (in LabVIEW).  I assume you know how to write the three functions of routine that will open the file, read the entire file in a table of Sgl and close the file.  Make this experience and see if you see a large number.  The "problem" is the order of bytes of data - Matlab uses the same byte order as LabVIEW?  [Advice - if you see numbers from 1 to 8 in one of the above commands, you byte order correct and if not, try a different byte order for LabVIEW binary reading function].

    OK, now you have your table of 8 numbers Sgl and want to convert it to a table of 4 complex [1 +, 2 + 6i, 5i 3 +, 4 + i8 7i].  Once you understand how to do this, your problem is solved.

    To help you when you are going to use this code, write it down as a Subvi whose power is the path to the file you want to read and that the output is the CSG in the file table.  My routine of LabVIEW had 8 functions LabVIEW - three for file IO and 5 to convert the table of D 1 Sgl a table of D 1 of CSG.  No loops were needed.  Make a test - you can test against the Matlab data file you used for your experience (see above) and if you get the answer, you wrote the right code.

    Bob Schor

  • LabVIEW in excel file

    Hello... I am using labview 8.5 for my last project year... can I convert the graph in the labview in excel file using this version of labview? Please... help me... ahaksss

    Search the forums and you will find hundreds of examples (or even thousands) of how to get the LabVIEW data in Excel.  From there, you can create your chart in Excel.  Very likely, you will want to use ActiveX functions in LabVIEW to communicate directly with an Excel spreadsheet.

  • How to program the lpc2368 project in LabVIEW for hex file?

    is LabView LabVIEW Microprocessor SDK 2008. also available microcontroller lpc2368. is there an example of creating a hex file over, preferably a step by step

    Thank you!


  • to convert labview in pdf file

    Dear all

    I am attaching a file that contains the LabVIEW Block diagram in version 8.6. I have version 8.2 is why I can't open it on my computer. Can anyone have the version of LabVIEW 8.6 or open the attached file ahead and send me the block diagram in pdf or word formats so that I can see the block diagram.

    I will be thankful to you.

    Kind regards

    Muhammad Irfan

    I converted it to 8.2 for you.

    Please post more requests for conversion here:

    http://forums.NI.com/T5/version-conversion/BD-p/VersionConversion

  • Missing vi.lib in 2012 LabVIEW Run-Time files

    Hello

    I have a problem running under RT of VI in LabVIEW 2012.

    Our system consists of several independent modules that are open and run from a VI Manager. VI paths to modules are read in a VI Manager .ini file.

    We create a single executable file (RT Launcher) who takes the path of the VI Manager as an argument (attachment: RT Launcher.png).

    The RT Launcher is placed in the... 2012 as the LabVIEW.exe \National Instruments\LabVIEW dossier.

    The RT Launcher is called from the CLI.

    "C:\Program NIUninstaller Instruments\LabVIEW 2012\RT Launcher.exe" "C:\Workspace\Labview\Manager.vi."

    This will run the Manager.vi in the runtime environment and the Manager.vi will open the .ini file and run a Module VI.

    By calling the Launcher.exe RT from the same folder as the LabVIEW.exe, search paths should be the same.

    The system has worked well in LabVIEW 2010.

    The VI Manager opens with a broken arrow and the errors indicate that void vi.lib screws are missing (attachment: errors.png Manager VI)

    I know that there is code LV2010-> LV2011-> LV2012 compiled cache object and separate questions, but simply could not figure out how to get around this problem.

    Can someone explain the difference and how to solve the problem?

    Thank you

    Hi Morten,

    I just sent you an e-mail (before I saw your post) with some other information related to this.

    About the reproduction looks that you have included a palette in your source distribution file (mnu), that will not work (sorry for not seeing this before).

    Could you try to see if it was unintentionally included in your dependendies or whatever it is? The behavior of mnu files is also something that changed from 2010 to 2011, so if you run with the old project of 2010 there could be some bad dependencies. (We recommend always to create a new project when migrating a LabVIEW project to a newer version).

    There is a little more information about the error you see everything by creating the distribution source here:

    How can I include .mnu files in a built LLB?

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

    Best regards

    Anders Rohde

    Technical sales engineer

    National Instruments Denmark

  • Stand-alone labview application (.exe file) does not run correctly

    Hi all

    I'm doing a labview application only to run on another computer (I never did this before).

    I went through the tools-> build application prompts and was able to build an exe file.

    the program is supposed to control a power meter and measures of power, then save them in a text file.

    When I run the exe, on the same computer, I compiled the exe, the program generates a text file to save data to, but he cannot communicate with the electricity meter.

    There are a few screws Sub and a dll file that are used to communicate with the electricity meter. Would it be possible that I am not say labview to correctly

    include these files when I create an executable?

    What are some common problems that arise when building stand alone applications that could be cause of my problems?

    And no one knows of any good tutorials on building applications stand alone in labview, other than the help files OR?

    Thanks for your help,

    Also, if you used the VISA, include the runtime with your Installer.

  • reading data in labview to accdb file

    Hello.

    All I want to do is to read the data into a file (MS Access 2007 and later) .accdb and be able to use these data in labview. It's just a table with a group of numbers. I know how with excel but I'm getting confused with MS acess. I'm trying to play with LabSQL right now but still get confused.

    Help, please!

    Thank you.

    What are you specifically confused about? Before using LabSQL, I suggest that you find a good tutorial on the SQL language. Database Toolbox of OR can also be used. It hides some of the complexity of the SQL for beginners.

  • in labview using zip file

    I create a zip file, but when my VI is done run it tells me that the file is always used by Labview and it won't let me open or delete. do not know how it is still in use, I even tried closing after but it did not work

    OK, I found a very likely problem which could be the cause of your zip file to not close.  If you have no file to add, the loop FOR will not iterate.  It is a problem because just output terminals returns the default values for 0 iteration FOR loops.  You just lost your reference of zip file.  There is an easy solution.  Use shift for you registers reference file.  A shift register is a single memory location, the output of the shift register will be everything that you initialize it to.  I also recommend to do the same for the cluster of error so that you do not lose a mistake.

  • LAbview 6.1 file incompatible with v8.6

    I use NEITHER cDAQ-9172 data acquisition.

    We have a labview file that has been developed some years on Labview 6.1.   I bought a new computer that has Labview 8.6 on him.  Now, the old file refuses to launch Labview 8.6.

    He keeps asking other vi files and especially lvdaq.dll

    I saved the old file on labview 6.1 with option "preserve the hierarchy." This doesn't mean that all files which the current file depends, are also saved?  In which case I shouldn't get all these error messages?

    Thank you

    That is right. You cannot use the system with 6.1.

  • How can I insert an infinity symbol or resistance by labview in excel file

    Hello. I need insert infinite synbol in report excel file. How can I make that easly, maybe you have a ready function for this target.

    If you don't want to get into the EXCEL class & its node propert, average the simplest is to SAVE the macro to insert EXCEL result.

    The copy of the generated VB code & use it in LABVIEW using EXCEL MACRO screws.

  • can I convert labview in hex file project file?

    friends I want to convert the labview project folder in the hex file, there is no way to do this?

    Yes just to read the file as a string and display it in a text set to hexadecimal display indicator.

    Ben

  • How can I get LabVIEW to see files portable pixelmap tabular?

    I have a grey Chameleon usb camera point.  I've given up have labview to connect to the camera by IMAQ USB because it won't recognize it (issues witht the drivers and I think point grey to work on this issue).  I have writtern a routine control of the mouse for control program and give me my images you want.  I am trying to take these images and averaged 5 images.  I can if I use the .raw image, but it has only the intensity of the pixels and no color information.  The only format of the camera outputs is that a color uncompressed image portable pixelmap (.ppm).  Unfortunately, LabVIEW does not recognize this format.  I would like to either change the file to a TIFF not compressed or do change the image of an array of 8-bit unsigned integers 2D.  Any help is appreciated.

    Hello

    PPM format is pretty easy.

    A quick fix for playback can be like this:

    The source of the attachment.

    May be you need to improve this player a bit (for example, skip the comment if it is present, the width/height can be in separate lines, etc.)

    Andrey.

  • LabVIEW uses closed file formats?

    Labview as .vi or .ctl file formats are owners?

    I would like to create a (very) simple programming of the screws. Is there documentation for .vi format, however incomplete?

    Are there any tools to export/import the screws into/from the open format files?

    It is illegal to reverse engineer the .vi format?

    Thank you!

    Yes, the formats are owners.

    Maybe the scripts will solve what you want to do?

    On reverse engineering, you should carefully read the software license agreement. I don't know there are relevant passages.

  • dose of LabView play *.ssv files?

    Hello

    I have a file of great *.ssv of my recorder of test bench and want to read and do post processing such as filtering and curve fitting in LabView, can someone give me a starting point?

    Thank you!

    Build table should have nothing to do with the separation of the columns or lines. All you need is the table to Index. Wire a value just the entry of the column and you get the entire column. Wire a tax just the entrance to the line and you get a whole line. You can develop the service Array build to get several rows or columns with a single function.

    You can post a real example of the file and your code instead of just the image of a 2D façade painting if you continue to have problems.

Maybe you are looking for