How to convert a sample from labview 5.1 to labview8.0

I have a sample from the manifacture which was programmed using the labview5.1 but now I use use the labview8.05 . Can anybody help me to convert the sample from labview5.1 to labview8.05 , thanks
Solved!
Go to Solution.
Attachments:
CaryExample.vi ‏125 KB

Hi alane,
here you go. It's missing the ActiveX component...
Btw. you surely use LabVIEW8.5
Message Edited by GerdW on 09-07-2009 03:20 PM
Best regards,
GerdW
CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
Kudos are welcome
Attachments:
CaryExample.vi ‏82 KB

Similar Messages

  • Hello, sombody knows how to start MS Excel from LabView (version 8.2)? Thanks

    Hello, sombody knows how to start MS Excel from LabView (version 8.2)? Thank you in advance.
    Regards Robert

    In the example finder  ">Help>Find Examples >>search for Excel", you'll find a sample program called "ActiveX Event Callback for Excel".
    It opens the Excel Application..  You can build on this to open/create new worksheet(s), etc.
    RayR
    Message Edited by JoeLabView on 06-20-2007 08:21 AM
    Attachments:
    OpenExcel.PNG ‏34 KB

  • How to convert a string from upper case to lower case in FOX formula

    Hi Experts,
    How to convert a string from upper case to lower case in FOX formula?
    Thanks,
    Cheers!!!
    PANKAJ

    The last result.append( c ) should be:
    result.append( Character.toLowerCase(c) );

  • How to convert a string from lower case to upper case withour using transla

    Hi all,
    how to convert a string from lower case to upper case withour using translate,
    Thanks in Advance,
    Reddy

    Refer to this related thread
    Re: hi guys this very urgent please help

  • How to call another program from LabVIEW?

    Hi!
    Is there anyone that can answer my question? I have found a similar thread where the user needed to call labVIEW from some program but I want to do the opposite.
    I made a program in labVIEW that communicates via COM-ports (serial communication) with the processor I use at the job (Ubicom´s IP2022).
    Now I want to add more funcionality to this program. I want to be able to program re-program IP2022 through this LabVIEW application.
    The programming is done via an Ethernet-dongle. I start a program called IP2kProg, I write the ip-address of the dongle and the program-file (.elf) downloads at this address. But how can I do this from
    LabVIEW, do I need to open IP2kProg or can I send some values to it via LabViEW?
    Ant suggestions?
    Thanks, Amir

    Amir,
    There are couple of options:
    1.  If your IP2kProg program has a command-line interface, you can use LabVIEW's System Exec.vi and send the commands and parameters to it. 
    2.  If the IP2kProg has an API / exported functions, you can call them from LabVIEW using the Call Library Function Node. 
    Hope this gives you some ideas. 
    -Khalid

  • How to convert raw files from new fujifilm x-t1 ?

    how to convert raw files from new fujifilm x-t1 ?

    The work around of converting the CR2 to dng either with the dng converter or ACR 6.7 will allow working in LR and CS5 but not with the latest raw conversion engine from Adobe i.e PV 2012.
    Remember to keep a copy of the CR2 files if you wish to utilize the Canon software.

  • Help! How to convert an instance from java.lang.Object to a particula class

    * How to convert an instance from java.lang.Object class to a particular class
    witch is known only at the running time?
    Roster EJB component is make up of RosterHome, Roster and RosterBean.
    RosterHome is the home interface of Roster EJB.
    Roster is the remote interface of Roster EJB.
    RosterBean is the implement of Roster EJB.
    The following code segment is to invoke Roster EJB component.
    String jndiName="roster.RosterHome";
    javax.naming.Context initial = getInitialContext();//getInitialContext() returns a instance of Context.
    Object objref = initial.lookup(jndiName);
    RosterHome home =
    (RosterHome)javax.rmi.PortableRemoteObject.narrow(objref,
    RosterHome.class);
    Roster myRoster = home.create();
    String team="T1"
    String player="Tom"
    myRoster.addPlayer(player,team);
    But, now, all the home interface, the remote interface and the JNDI Name of
    Roster EJB component are not been known at the compiling time. However They are
    known at the running time, throught reading from the XML config file.
    Questions:
    1,How to write code for this case ? or
    2,How to convert an instance from Object class to a particular class witch is known
    only at the running time?
    String jndiName="roster.RosterHome";// in fact, reads from XML file.
    String homeClassName="roster.RosterHome";// in fact, reads from XML file.
    String remoteClassName="roster.Roster";// in fact, reads from XML file.
    javax.naming.Context initial = getInitialContext();//getInitialContext() returns a instance of Context.
    Object objref = initial.lookup(jndiName);
    Object objHome= javax.rmi.PortableRemoteObject.narrow(objref,
    Class.forName(homeClassName));
    /* how to do next?
    }

    I am not sure what you are trying to do. But at some point you should know which methods to call on the remote interfaces. Maybe the method names are stored in the XML file as well or you have a set of standard method names (also consider parameters).
    However, this can be solved by reflection. Look at the java.lang.reflect package, especially java.lang.reflect.Method, and also at java.lang.Class.
    If you are doing this on the app server:
    I've seen posts where people say that reflection is not permitted in EJB, but I don't think so. Check the EJB spec.
    If you are doing this in an application: reflection is always permitted. Probably also in applets and JSP.

  • Does anyone know how to convert the output from the standard report to xml?

    Does anyone know how to convert the output from the standard SAP report to xml?

    since it a standard report which you cannot modify you can only do the following.
    submit report exporting list to memory
    then
    list from memory and then
    use the returned itab along with CALL TRNSFORMATION key word to convert to xml.
    but this only going to place the whole list content (including data and formating lines,etc) into a xml element and not the actual data alone in the list .

  • Convert from Labview 5.1 to labview8.6

    Hello Everyone,
    Can any one please convert this vi from labview 5.1 to labview 8.6 or labview 2009
    Thanks in advance
    Nadim
    [email protected]
    Attachments:
    4-Channel Power Spectrum with estimate.vi ‏750 KB

    Hi,
    Here it is in LV 8 but there are some VI's missing (DAQ)
    Kees
    Attachments:
    4-Channel Power Spectrum with estimate.vi ‏402 KB

  • How to call VXIplugNplay driver from Labview

    I downloaded a VXIplugNplay driver from Tektronics but I can't find any documentation on how to implement and use from Labview

    JCM,
    If it is a LabVIEW driver, the VIs should be available from the Functions palette in Instrument I/O >> Instrument Drivers. If it is not a LabVIEW driver, this KnowledgeBase describes the process of converting the driver:
    http://ae.natinst.com/operations/ae/public.nsf/fca7838c4500dc10862567a100753500/a2ee1e1fff7fadda86256843005212d2?OpenDocument
    Good Luck
    Spencer S.

  • How to streaming data/image from labview to a third party software

    Hi, i am working on a research project and stuck on the following problem: I have two cameras and one IMU Sensor unit, all conected to my PC. I save the camera images as avi format and the IMU sensor as TDMS format. I have also another software running on the same PC which i developed using VisualStudio2013.  On this software i alredy implemented a very complex filter to fuse images and IMU.  Now my quesion: would be it possibel to stream the .avi and .tdms from LabView to my software so I can test in real time how my filter is performing? If yes please let me know what LabView function do i have to use. thanks

    Thanks, the hardware are my PC, 2 usb cameras and one usb-IMU sensor. The PC runs w7 with LabView2014. I can read the camera and IMU to my Laview without any problem and save the data on my hard desk. I am also developing another software on VS-C++ for image processing and data fusion. I would like to know what is the best (and fastest) possibility to stream this data (Images and IMU) in real time from LabView to my own software?
    I read a lot in NI-website on how to communicate LabView with a third party software. They are summarized in this link:
    https://decibel.ni.com/content/docs/DOC-9131
    It looks for me that the ‘shard memory’ principle (or File Mapping) is the most convenient method. In VC++ under windows I can easily handle shared memory by calling FileMapping windows functions. Now the question is how can I do that in LabView? I am relatively new in LabView and do not know if it is possible to use shared memory in LabView. For example: is it possible in LabView to buffer both video streams and IMU-data (live) in a shared memory in computer RAM using the windows FileMaping functions (may be using .dll). Then I can access the RAM form my own software and read the stream. Please see the attachment for more description.
    Attachments:
    Unbenannt.PNG ‏139 KB

  • How to convert WMA files (from Windows Media Player) to play in iTunes

    How do I convert WMA files (from Windows Media Player) to now play in iTunes?

    Use Edit > Preferences > General tab > Import Settings to set your desired import format and bitrate. Note there is no point converting 128k wma into 320k mp3, you'll just get bigger files with no improvement in quality. Once you have set your import settings just drag & drop the files you want converted into iTunes.
    tt2

  • Convert TCPIP_Nagle_algorithm.zip from LabVIEW 2012 to LabVIEW 2011

    Hello,
    can somebody convert the VIs in the zip file from LabVIEW 2012 to LabVIEW 2011 please. I need them to study.
    Thank you very much for your support.
    Solved!
    Go to Solution.
    Attachments:
    TCPIP_Nagle_algorithm.zip ‏63 KB

    Additionally I am sorry that I have put my post in LabVIEW and not under Version Conversion

  • How to route single samples from NI Battery to individual tracks?

    Hi,
    I am wanting to route the odd sample from within battery to its own individual out so i can apply effects to it, without effecting other samples within battery.
    Is this possible ?
    Any help would be greatly appreciated.

    Open battery on instrument1 as a multi-cannel plug.
    Set up battery to send each sample to a different output or output pair (3 or 3-4) Maybe even check out the manuals output section to be sure you understand how NI deal with this.
    If you look in logics environment window in the "audio" layer there should be a few aux objects in the default song. if you click hold on the plug-in field for one of the auxes you should see something like "instrument1/battery 3-4" this will setup the aux to recieve the seperated output from battery.
    do a search on this forum for "multi-channel" and ultrabeat. its been brought up quite a lot. Ubeat and the exs can both do this aswell..

  • How to convert video file from mpg to 3g2?

    I am using final cut express and I tried to add a few video files. The formats with 3g2 worked but the others that did not work were mpg. With the mpg files the actual video worked but the audio did not show up. I do not know how to convert them.. please help?!

    Hello and welcome to the forum.
    Where did this video come from? FCE uses QuickTime files with specific frame sizes/rates and codecs. You can convert many other types of files so they're FCE-compatible using utilities such as MPEG Streamclip (which is free).

Maybe you are looking for

  • Blue screen of death when installing Adobe Air

    I'm trying to install Adobe Flash CS6 and Adobe Air along with it. About 10 seconds after pressing "install", my computer shows the blue screen of death for a split second, and then restarts. To my knowledge, I do not have Folder Lock. I also cannot

  • What are the compatible applications to nano 4th gen?

    What are the compatible applications to nano 4th gen?

  • My keywords and compound clips have disappeared from Event

    Hi. After a few weeks of working off of a portable hard drive, recently I hooked my laptop back up to my large external drive, where most of my video resides, and found that all my keywords and compound clips have disappeared from their Event. (I hav

  • Marking calls handled in IPIVR

    Can't find a good document or post that addresses this so I apologize for double posting if there is one. I'm looking for a document athat describes how to mark the call handled in the IP IVR script so if the caller hangs up webview doesn't show the

  • Disabled iphone user

    I am a disabled MAC lover & finally was able to get an iphone. I can't really hold books anymore and rely on using ebooks. Does anybody know how to install ebook readers to the iphone gS? Is it different installing different readers? I use ereader, m