Downconvert from labview 9.0 to labview 8.5

Hi everybody,
Please help me to downconvert the attached file from LV9.0 to LV8.5 (or LV8.0)
Thank you for your help in advance!
Attachments:
PVCAM take3.zip ‏1501 KB
pl exp setup cont.vi ‏16 KB

You might have to do some relinking, but they have been saved in 8.5.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
Attachments:
PVCAM.zip ‏1899 KB

Similar Messages

  • Request to downconvert from LabVIEW 8.0 to LabVIEW 7.1

    Hello,
    I'd really appreciate it if someone could downconvert this instrument driver library from LabVIEW 8.0 to LabVIEW 7.1.
    Thank you!
    Brooks
    Attachments:
    hp34970a.llb ‏2094 KB

    Try the Version Conversion Board.  That is what it is there for.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Downconvert from labview 8.0 to labview 7.1

    Hello everybody, I have LabView 2011 and 7.1 installed but unfortunately I miss any intermediate version..
    So I downconverted from 2011 to 8.0 by myself but now I need your help to arrive to 7.1. Can anybody do it?
    Thanks a lot,
    Denise
    Solved!
    Go to Solution.
    Attachments:
    GetValuesFromNumArray.vi ‏22 KB

    Hi Denise
    See attached
    All the best
    Chris | Applications Engineer NIUK
    Attachments:
    GetValuesFromNumArray.vi ‏55 KB

  • How to read and display a signal from my PIC Microcontroller onto Labview

    Hi,
    I am doing a project on a Pulse Oximeter and i am trying to read and display the signal from my PIC Microcontroller on Labview? How do i go about doing it? I am using the PIC16F877 and also making use of the USART?
    How do i implement and initialise the USART in PIC16? What are the steps to be taken, please guide me through the process? The link provides information regarding the USART connection, initialisting and stuff? Is it correct to use these codes in my program?Link: http://ww1.microchip.com/downloads/en/AppNotes/00774a.pdf
    Also, i am using the RS232 serial interface to connect to the PC? The connector i am using is the DB9 Connector. Which template and VI can i use? Am i supposed to use the NI-DAQmx and VISA? Also, for my USART connection, i am using the MAX232 Driver which is applicable for my application as i am working with +5V. So far, i have been reading and trying out on Labview and the steps i have taken are:
    1) Open a New VI and used the Instrument I/O(Read & Display) template?
    2) How do i configure the Instrument I/O Assistant Express VI to read the info from my device connected to COM1?
    3) I was reading the Labview Manual, 'Getting Started with Labview' and i was following the steps under Page 55, Communicating with an Instrument. Am i on the right track?
    4) How do i check and make sure that the port settings of the I/O Assistant and my PIC Micro Match
    Please help me out and guide me through the process. I am student at a polytechnic and i am very new to Labview and the software is used as a development tool for the project. I have a deadline to meet and i hope i can get a response as fast as possible. Your help will be kindly and greatly appreciated. I hope to hear from you guys soon.You can e-mail me all your answers at [email protected]
    Thank You
    Best regards,
    Ashwin
    Ashwin Kumar Mansukhani
    Attachments:
    Getting Started with Labview.pdf ‏901 KB

    Hi Ashwin,
    I am not familiar with the PIC Microcontrollers, but I am assuming you mean that you have the microcontroller sending out serial data that you want to read on another computer with LabVIEW. Please let me know if this is incorrect.
    What type of data is coming out of the serial port? Is it ASCII, or binary? The reason I ask this is that the serial communication in LabVIEW is done through a protocol called VISA, which uses ASCII data to send and receive. You can later convert this data into whatever form you need, but this is what it is designed to read and write.
    You can check the settings such as baud rate and data bits in a configuration utility called Measurement and Automation Explorer, or MAX. When you open up the MAX interface, you can expand the Devices and Interfaces entry on the left, and then expand the Ports entry to see your serial port. When you highlight this port, select the Port Settings tab at the bottom of the window, and you can see what the current settings are, and change them if you need to. You can also set these parameters in LabVIEW using the VISA Configure Serial Port VI.
    You can also test communication in MAX by right clicking on the correct port and choosing Open VISA Session. Then choose the Basic I/O light blue tab, and then go to the Read tab. When you click execute, it should read in what is coming from the serial port. This will allow you to verify that the correct information is coming in before even trying to acquire the data in the LabVIEW environment.
    In LabVIEW, the best resource to use the Basic Serial Write and Read example program that ships with LabVIEW. By examining the block diagram of this program, you will be able to see the basic programming flow of serial communication in LabVIEW.
    I hope this information was helpful! Please let us know if there's anything else we can help with.
    john
    Applications Engineer

  • How can I get Data from the Sound cart in Labview? Does a VI exist?

    How can I get Data from the Sound cart in Labview? Does a VI exist?

    Yes, there are VIs for acquiring data from Sound cards. And examples too. If you don't have LabVIEW yet, do a search on NI's site for example VIs.
    Khalid

  • How to read data from a router by using labview

    I am a  beginner labview. How to read data from a router by using labview ? 

    What kind of data are you trying to read?
    Does the router behave like a webserver that you log into?  If so, search the forums for threads discussing HTML.

  • From Labview 9.0 to Labview 8.2.

    I need a conversion, if possible, from Labview 9.0 to Labview 8.2.
    Thank you for the support
    Attachments:
    Write Std Out with Redirection.vi ‏24 KB

    attached
    WARNING: There is a bug in LabVIEW 8.2 where you cannot use the error cluster to chain together the Call Library Function Nodes. You will need to either create wrapper VIs for each CLFN or you will need to use case structures around each call.
    Attachments:
    Write Std Out with Redirection.vi ‏28 KB

  • UDP Error when upgrading from Labview 8.6 to Labview 2009

    I recently updgraded from Labview 8.6 to Labview 2009. I am writing an application to stream data to disk from UDP. My VIs run just fine in Labview 8.6, but when I try to run them in Labview 2009 my UDP read times out despite being able to monitor UDP traffic and see that the data is being sent and nothing in the file is changed from 8.6 to 2009. Is there a known issue related to this?

    How are you moniting the UDP traffic? Have you verified that the port you are trying to use is actually available? When you installed 2009 there may have been an additional service installed that may have used the port you're trying to use. If you're running on Windows you can use the command "netstat -n -o -a" to see all the ports that are currently in use, as well as the process ID that has that port open.

  • How to send a command from a vc++.exe to LABVIEW.exe in order to control the button on the LABVIEW.exe

    Hello, everyone. Using VC++, I have gotten the handle of a *.exe(built by Labview), but I cannot get the button handle. I want to get the button handle and post the message to control the button. How can I do that? When I use the SPY++, the *.exe(built by Labview) have not any child windows which is very different from the *.exe(built by VC++). In SPY++, what is the LVDChild class? How can I send the message to control the button on *.exe(built by Labview)???
    That is  to send a command from a vc++.exe to LABVIEW.exe in order to control the button on the LABVIEW.exe. How can I get it ?
    Thank you!

    hummingbird wrote:
    Thank you! But I dont kown how to use vi server to raise a value signalling event. Can we put vi server into the vc program? Can you give me some more information or some examples, hehe!
    hummingbird
    Checkout the LabVIEW ActiveX server interface in the User Manual in Chapter 20, Windows Connectivity and the VI Server Reference in Chapter 17, Programmatically Controlling VIs.
    There is a sample for Visual Basic under examples/comm/VBtoLV.frm, which should be quite simple to translate to Visual C as long as you can figure out the basics of ActiveX programming in VC (I have never done anything with ActiveX in VC). For those basics I would recommend some text book or MSDN.
    Rolf Kalbermatter 
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Want to pass 2D integer array from VB 6.0 to LabView (v 8.0) DLL

    I was able to pass 1D arrays from VB 6.0 to LabView 8.0 with no problem.  I checked the literature for help regarding 2D arrays and found
    scant help unless it was for VB.NET, C or single dimensional arrays.  Thanks.
    I wrote a simple test VB program to pass 2D arrays shown below after which I get a memory crash:
    Private Declare Sub Test2D Lib _
        "C:\Documents and Settings\Owner\My Documents\builds\Test2DArray\Test2DArray\Test2DArray.DLL" _
        Alias "Test2darray" (ByRef varInArray As Variant, ByRef varOutArray As Variant)
    Private Sub cmdStart_Click()
        On Error GoTo handle_error
        Dim intInArray(8, 8) As Integer
        Dim intOutArray(8, 8) As Integer
        Dim varInArray As Variant, varOutArray As Variant
        Dim i As Long, j As Long, k As Integer
        For i = 0 To 7
            k = i * 8
            For j = 0 To 7
                intInArray(i, j) = k + j
            Next j
        Next i
        varInArray = intInArray
        varOutArray = intOutArray
        Test2D varInArray, varOutArray
        Exit Sub
    handle_error:
        MsgBox Err.Description, , ""
    End Sub
    In the Labview DLL I have a definition of the exported function call as:
    void Test2darray(TD1Hdl * InArray, TD1Hdl * OutArray)
    (in the Labview DLL I take the input array, add 1 to each of the elements and then stuff it into the output)

    jd162,
    The following discussing forum may help out:Pass array to "Labview 7" DLL in Visual Basic . Let us know if this helps out at all.
    Chris C
    Chris Cilino
    National Instruments
    LabVIEW Product Marketing Manager
    Certified LabVIEW Architect

  • How can you start the tag config editor from a vi or when labview starts?

    how can you start the tag config editor from a vi or when labview starts?

    Hi,
    There is a VI called "dsc_TagEditorLauncher.vi" under "C:\Program Files\National Instruments\LabVIEW 7.1\project\lvdsc" folder that can be used to launch the TCE programmatically. I hope this helps.
    Best Regards,
    Remzi A.
    Applications Engineering
    National Instruments

  • Upconvert from Labview 5.1 to Labview 2010

    Please convert these VIs (in zip) from labview 5.1 to Labview 2010
    Solved!
    Go to Solution.
    Attachments:
    c3d_reader_labview_b.zip ‏864 KB

    Attached as 8.2, which you can open.
    Note: The VIs in the "Files IO" folder have been deprecated. You should replace them with the single Read from Binary File function.
    Attachments:
    C3D Reader.zip ‏706 KB

  • From where can i donwload labview for Ubuntu 10.04

    Hi!
    Sorry, i feel myself really stupid, but i don't find a page, from where i can download Labview for Linux...
    Can anybody write a link here?
    Thanks: Koli

    I don't found, what you mean...
    So i have this site first.
    Here i can click just LabVIEW Evaluation  (Download LabVIEW or request a LabVIEW evaluation DVD.)
    Then i arrive here.
    Here i can click on: 
    Download LabVIEW (847 MB)  ->this take me here
    Download the exercises
    Download LabVIEW -> this too...
    In that site i can click in theStart Download (847 MB)
    ->then i can donwload a windows version (exe)
    Or:
    We also offer:
    LabVIEW for 64-bit systems (891 MB)
    LabVIEW for Mac OS X (565 MB)
    And these are not linux ones...
    So where i need to click?

  • Downconverter for labview 11.0 to labview 8.6 vi file

    Please help me convert the vi file below from labview 11.0 to labview 8.6 version.
    Thank you 
    Attachments:
    dbltomatrix.vi ‏17 KB

    Here you go.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    dbltomatrix.vi ‏14 KB

  • I am using DNET PCI card from other vendor and using Labview 2013

    i am using DNET PCI card from other vendor and using Labview 2013.
    is it possible to communicate with this DNET card?
    if so how do i find communication visa DNET ?
    please inform me how to find DNET examples.
    thanks,
    san

    Hi santh,
    I don't think it's possible to use a 3rd party DNET PCI with LV API.

  • Load VI from labVIEW 8.6 in labVIEW 7.1, run VI from later version

    I'm trying to use VI server to load and run application wrote in labView 8.6 using labView 7.1, becouse I don't have this library for 7.1, but when I'm trying to attach reference of 8.6 vi I can't do that,  "The selected file is not valid". How should I do that  ? 
     Thank you for replying
    Karol

    You migth be able to do this the hard way:
    First you need some 8.6 applicatoin that has the VI-server .Net interface enabled.
    In LabVIEW 7 you can open a .Net reference to this application and perform the normal VI-server routines.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

Maybe you are looking for

  • Imapd service "Leak  Memory"

    I already have Java Communications Suite 6 Working , but, I have a Leak Memory problems with imapd process. I have the server with 30 imapd process, 30 mshttpd process, and 30 pop process running to balance the load of the users. All work fine(the CP

  • Macbook pro keyboard not working

    Hello, I had at my grandparents house a Macbook Pro mid 2010 13". Haven't used it for a couple of years. Last night i took it home, still had Snow Leopard apparently tho' i can remember i updated it. Whatever, that's not the point. The problem is tha

  • Parsing Error is struts xml files org.xml.s

    Hello , I am getting a peculiar error while starting the Tomcat , the struts xml files are not being parsed correctly (they used to be before) .I get a parse error when I shut/start the tomcat (at each deployment) and hence due to the error the appli

  • Moving Wrong Offerings and Classes to the correct Catalogues

    The user have spend the whole day entering Catalogues, Offerings, and Classes. Unfortunately most of the Offerings and Classes were entered under the wrong Catalogue. (Don't ask me how they did it, but they did...lol). Now the user wants to copy/move

  • Online number has never worked

    I have just had a reminder that my online number is about to expire, but it has never worked. When I dial it, it connects for a nano-second, and then immediately I get the disconnected beeps. I wondered if it was my phone supplie preventing the numbe