Ayuda convertir labview 5.0 a 8.5

necesito que me ayuden a convertir mis archivos de labview 5.0 a 8.5 gracias de antemano
i need to convert from labview 5.0 to 8.5 labview version, i need your help thanks so much!!
Attachments:
Send to Pic 16f84.VI ‏66 KB
serialout1.0.llb ‏199 KB

Attached as 8.2. I did not include the library, since that library contains VIs that are part of <vi.lib>. VIs from <vi.lib> should never be converted. When you open the VI it will relink to the library that ships with LabVIEW.
Attachments:
Send to Pic 16f84.VI ‏23 KB

Similar Messages

  • Is it possible to convert LabView data into OLE variant?

    Hi. I'm using Activex Data Objects (ADO) to communicate with MySQL. Some ActiveX methods give OLE variant output, with "Variant Type" like "VT_ARRAY|VT_UI1", "VT_UI1" or "VT_BSTR". With some deduction and trial and error is relatively simple to extract data from this OLE variants and convert them to LabView data types. The problem is when I try to input variant data to some ActiveX methods, it almost always give me errors, I suppose because it expects the same type of the outputs, this is: OLE variants. Now, the question is: ¿Is there any way to convert LabView data into OLE variant data? ¿How?
    I've been searching and found a lot of posts about problems when passing variant data into ActiveX, saying that sometimes SAFEARRAYs are needed, sometimes saying that there were some bugs in LV6, giving some workarounds to this bug and saying that it is fixed in LV7.1, but the supposed workarounds don't work and the bug is still present in LV7.1, if it is really a bug.
    I think that if I could put LV data into OLE variant shape I may find an answer and solution to this matter.
    Thank you
    Daniel R.
    UdeC - Chile

    Below I describe how to handle OLE Variants, but I wanted to mention that LabVIEW does have a Database Connectivity toolkit (http://sine.ni.com/nips/cds/view/p/lang/en/nid/6429) that has already created a set of VIs for ADO. You might check that out first.
    However, handling OLE Variants in LabVIEW is automatic. LabVIEW itself has a variant datatype. When you use the ActiveX property or invoke nodes and one of the parameters is an OLE Variant, it is automatically converted to a LV Variant. You can then use the LV Variant VIs (such as "Variant to Data" and "To Variant").
    Brian Tyler
    http://detritus.blogs.com/lycangeek

  • How to convert LabVIEW 2.2 for Mac to PC

    Need to convert labview software from MAC to PC.
    Moved files from mac to pc. No files with .vi extension. several resource.frk files in sub directories. Is there any instructions for conversion or is this not possible?

    I've heard of people doing this before. It's been a couple of years but the process involved going from LV 2 to 3 on the MAC. Then from 3 MAC to 3 LV. Then use the LabVIEW converion kit. You may be able to bypass the 2 to 3 on MAC step.
    From my understanding you can open LV 4 and onwards VIs with LV 6. Here's a Knowledgebase entry you might find useful:
    http://digital.ni.com/public.nsf/websearch/6f80a168949d5799862569310076f14b?OpenDocument
    Another KB entry discusses how to move files between the PC and MAC:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/5b64515b3246bd8b862565210079a8dd?OpenDocument
    Best of luck,
    Kamran

  • Please convert Labview 2011 file to Labview 7.0

    Please convert Labview 2011 file to Labview 7.0. Thanks alot!
    Attachments:
    FreqResponse.vi ‏104 KB

    attached
    You will need to replace the front-panel graph. Downconversion sometimes corrupts graphs.
    Attachments:
    FreqResponse.vi ‏299 KB

  • Need to convert labview files from version 4.0 to 8.6

    I have a few labview .iv files that I need to convert to version 8.6.  They were created in version 4.0.  Can I download an intermediate verison of labview to process the conversion?  Or can i order a cd?

    Typically, you would need access to several version of LabVIEW to do the conversion.
    Open the 4.0 VI in 5.1, save.
    Open the 5.1 VI in 7.1, save.
    Open the 7.1 VI in 8.6, save.
    This example uses the most popular versions - ones you are most likely to encounter. 6.i was also popular, and might work somewhere in there.
    Richard

  • How to convert Labview 9.0 vi files to 7.1 vi files?

    Hi, I have a set of LabView 9.0 .vi files that I need to convert to 7.1 .vi files, but the current LabView 9.0 version only allows me to save it to 8.0 version. Thus, my questions are:
    1) Can a user with LabView 7.1 open 8.0 files?
    2) If not, is there any other way to convert 9.0 files straight to 7.1 files?
    Many thanks!
    Solved!
    Go to Solution.

    It requires two steps.
    You need to open the VI's in LV 2009 and do a Save for Previous version back to LV 8.0
    Then open that in LV 8.0 and do a Save for Previous back to LV 7.1. 
    If you don't have LV 8.0, then you can post the files to the downconvert thread and request there that they be converted to LV 7.1

  • How to output data when converting labview vi into matlab mex functions

    Hi,
    I am a fairly new user to labview and am currently working on labview
    7.1. I have created a labview vi which can extract data from ni daq
    6070e in real time. The problem is that this code has to be converted
    so that it can be used with matlab.in order to do that i am using math
    interactive tool kit which converts the labview code into mex files
    which can then be used in matlab. Unfortunately i have not been able to
    figure out how to output this data so that it can be processed in
    matlab easily. i cannot afford any loss of information and all the
    output must happen in real time. the o/p must take place after the fft
    has been done. i am attaching the vi for convenience.There are 10
    broken wires ,and this is the place where i want the o/p to be
    generated.
    Also do let me know if this vi can be further improved.
    Regards
    Attachments:
    RT_loop2ver4_working.zip ‏642 KB

    Manuj,
    You seem to have misunderstood the way in which LabVIEW processes data.  The code that you have produced will run in exactly the same way without the need for the case structure.
    The code does not actually run the data from the previous case. It is merely processing data from the previous loop iteration, regardless of the case. If you were to remove the case structure, leaving only one copy of the code intact, and remove the toggle switch you have produced, or used the shift register which, I assure you would have worked, then you will have exactly the same functionality.
    I have attached an example that uses the shift register to toggle cases, but also iterates that the case structure is not needed by using the same feedback node (and code) without a toggle switch or case structure.
    Hope this helps you optimize your code
    Regards
    AdamB
    Applications Engineer
    National Instruments UK
    Applications Engineering Team Leader | National Instruments | UK & Ireland
    Attachments:
    CASE_NO-CASE_Example.vi ‏24 KB

  • Convert labview date/time to excel date/time

    How do I convert the "seconds since 1904" from the function "Get Date/Time in Seconds" to an MS Excel date/time format? The application runs in the Solaris environment.

    hi, I am not sure about Solaris env.
    Maybe this will help in one way or another.
    Regards
    ian.f
    Sg/My
    Ian F
    Since LabVIEW 5.1... 7.1.1... 2009, 2010
    依恩与LabVIEW
    LVVILIB.blogspot.com
    Attachments:
    GetDatenTime_to_File.vi ‏48 KB

  • How to convert labview data into opc tag

    Hi all,
    Can any one please tell me how i can convert the labview data global into a OPC tag? I have some data globals reading and writing data to the globals. Now i wanted to use a PLC device to send its outputs to the field.
    The PLC device will supports the OPC tags so i wanted t create OPC recognised tags in my labview. Is it possible. I saw that labview also having OPC functinalities. Please any one guide me in doing this.
    I will be very thankful to them
    Ramme..

    As I said, I believe you can do this for globals as well by opening its front panel (double click the global) and using a DS connection for the control that represents that specific global.
    As for other alternatives:
    NI sells the DSC module which comes with an OPC server and with better tags.
    You can use a common protocol like Modbus to interact with the PLC.
    You can use the custom protocol used by the PLC.
    The last two would require that you would change your program structure, so you would only want to use them under certain conditions.
    I believe the practical limit for OPC tags with DS is a few hundred tags, but I never used it myself so I didn't run into it. You can try searching the forums to find out more.
    Try to take over the world!

  • How to convert Labview log file to text file?

    I want to open the log file in Excel or other text editor. Is there any special format of Labview log file? I thought it just binary, so I used a general program to convert binary file to Ascii file. But it failed because of the format of the log file format. Is there any other way that I can read log file in Excel? Thanks a lot.

    Dennis Knutson wrote:
    Are you refering to the front panel logging option? The actual binary format is going to depend on what controls and indicators you have on the front panel and their data types. There is an example of using the file i/o functions to read one of these files in chapter 14 of the user manual. The problem you'll have if you write a program to read a log file is that every time you add or delete a control/indicator, you'll have to rewrite your program and then you'll be unable to read older log files. You'd be better off writing your own log routines. Then you would control the binary format. There are shipping examples that you can look at for fbinary file storage.
    Yes, I am referring the front panel logging option and I will read the maual first. Thank you very much for your help.

  • How to convert Labview document into PDF format

    Hi! can any one tell me, can we convert the Labview document (Labview saved files)into PDF format. I wanted to convert it using a VI. If any one suggest me or send me the example vi i will be very thankful.
    Regards
    Ramesh.C

    Hi,
    We have a brand new PDF library for LabVIEW. Release date is in october. The library can create pdfs, with all kinds of text writing and picture stuff. It works stand alone, so there is no need for other programs. It should also be platform independend.
    If your interested, drop me a mail. I can send you mail when it's released. Maybe we can give you a "beta test", if you send use your findings.
    Regards,
    Wiebe. (email is " my name " @ carya . nl )
    "Ramme" <[email protected]> wrote in message news:[email protected]..
    Hi! can any one tell me, can we convert the Labview document (Labview saved files)into PDF format. I wanted to convert it using a VI. If any one suggest me or send me the example vi i will be very thankful. RegardsRamesh.C

  • Convert Labview 5 VI into Labview 8.6

    I currently have Labview 8.6 and I cannot open up a VI  because it was saved in Labview 5.
    How do i convert it to 8.6? Attached are the VIs.
    Solved!
    Go to Solution.
    Attachments:
    HP8566 Appl.llb ‏859 KB
    HP8566 Radio Scans Collect.vi ‏354 KB

    Here they are:
    Attachments:
    1dpsampl.vi ‏99 KB
    1EIMSample.vi ‏45 KB
    1LESAMPL.VI ‏76 KB

  • How to convert labview program to .exe file?

    Is it possible to convert VI file into .exe file? How to go about doing it?

    hi
    you simply need to use the application builder - included in LabVIEW professional version or you buy this tool separately.
    Remark: On target machine the Run time engine (for free) has to be installed.
    regards
    wha

  • Convert labview file 2010 to 2009

    Hi,
    Can anyone convert the file from labview 2010 version to labview 2009.
    File attached as attachment. 
    Thanks in advance
    Owen
    Solved!
    Go to Solution.
    Attachments:
    LAPP.vi ‏37 KB

    For future reference, there is the Conversion Board for this kind of thing.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    LAPP.vi ‏96 KB

  • How to convert Labview file 10.0 to 7.1

    Hi I was wondering if anyone could tell me how to convert my 10.0 vi file to a 7.1 vi file. Thank you very much.
    By the way, it's from a student version if that matters at all.
    -Brian

    You would need to have version 8 of LabVIEW along with version 2010 or 2011.  Open the 10.0 file in LV10 or later, saveas LV version 8.
    Open the LV8 version in LV8 and the save for previous version as 7.1
    If you don't have those versions, then that is what this message board is for.  Read Conversion Board Rules! and attach your VI to your message.

Maybe you are looking for

  • How do i transfer a rented movie from my user account to my wife's user account?

    How do I transfer a rented movie from my user account to my wife's user account?  I sync my iPad with my user account and she sync's her iPad with her user account, but she wants the movie I downloaded onto her iPad.  (We use the same apple ID).

  • Re : Dump in sales order

    Hai         While creating sales order a dump is coming. The following syntax error occurred in the program SAPLCK2U : ""BMMH1" must be a flat structure. You cannot use internal tables, stri" Error in ABAP application program. The current ABAP progra

  • "mountain lion" esata card drives won't mount

    Just installed mountain lion on my brand new (2x2.66 GHz 6-Core Intel Xeon) MacPro tower with an Apple store bought eSata card. Yesteray everythign fine under regular Lion. Today, with Mountain Lion, my drives on the eSata card will not mount. If I c

  • £ signs change to ? in text fields

    When I update data held in text type fields in an SQL 2005 table from textareas in dreamweaver '£' signs get converted to '?'. This is part of a system allowing users to enter paragraphs of text to build up into letters fro printing direct from the b

  • Need to change account on Moto Droid

    I have a subscription account. I have the wrong account on my Moto Droid and want to remove the wrong one and install the correct username and password. How do I do this?