LabIEW 6i Pro and LabVIEW RT 5.1

I have labview Profesisonal development system 6i and labVIEW RT5.1, how can I use RT capabilities in labview 6i? Specifically, I want to use the functionality of LVRT(5.1) with LV6i as I have valid licenses for both.

Hello Tanveer,
LabVIEW RT Modules only work with their matching version numbers. LabVIEW RT 5.1 will only work with LabVIEW 5.1.
Regards,
Chad Evans

Similar Messages

  • Difference​s in CIN management between Labview 5.0 and Labview 7.1 ?

    Hi,
    I'm using a VI on a two photon microscope. It steers the laser beam in the sample (quite the same way as a TV scan, scanning a fast line on the X axis, then moving the line down) controlling two mirrors by the PCI-MIO-16E-4 Multifunctions card on traditional DAQ and at the same time it serves as the acquitision through a non-NI DSP Multifunction-board with on-board buffers and hight data throughput (70 Mb/s).
    It is this part of the program which gives us strong headaches since we have upgraded to a new PC.
    On the old machine we used Win2k and Labview 5.0; on the new machine we planned to use WinXP Pro and Labview 7.1.
    The acquisition part of the VI uses 2 CINs. One is used to configure the FPGA on the Multifunctions board at initialization.
    The second CIN reads he buffers received from the board and puts them into the shape of an image.
    Now since we tried in WinXP Pro and Labview 7.1, we get some kind of weird bugs. Either there is a big problem concerning the synchronization of the mirros with the acquisition or with the image reconstruction. We have already tried :
    1. Putting everything back into the old machine to verify there has not been any damage to the boards. OK
    2. Using the boards in the new machine but with Win2000 and Labiew 5.0, just to be sure that there are no conflicting elements in the hardware. OK
    As we wanted to check everything slowly but surely we then installed LV 7.1 on the new machine but still with Win2k. And here the problem appears !
    First we thought the drivers for the Multifunctions board (ATEME Adr128C6x) were not compatible with WinXP Pro, so at this point we were quite surprised to notice the problem seems to be caused by the upgrade from LV 5.0 to 7.1 !
    Now, finally my question is : Are there any major changes in how Labview handles CINs between LV5.0 and 7.1 ?
    Can the problem be caused by the

    So, no answer,...
    Anyhow, we found the problem on our own. For anyone else experiencing this kind of behaviour :
    The problem did not have anything to do with our CINs, nor with XP.
    In fact, we have noticed that the Analog Ground the Digital Ground had to be connected. For some kind of reason in LabView 5.0 this did not introduce the problem. But in Labview 7.1 the sync, because of a somewhat unstable Ground, it caused complete disfunctionment. We don't know why but, hey, the problem is gone.

  • Differences in CIN management between Labview 5.0 and Labview 7.1 ?

    Hi,
    I'm using a VI on a two photon microscope. It steers the laser beam in the sample (quite the same way as a TV scan, scanning a fast line on the X axis, then moving the line down) controlling two mirrors by the PCI-MIO-16E-4 Multifunctions card on traditional DAQ and at the same time it serves as the acquitision through a non-NI DSP Multifunction-board with on-board buffers and hight data throughput (70 Mb/s).
    It is this part of the program which gives us strong headaches since we have upgraded to a new PC.
    On the old machine we used Win2k and Labview 5.0; on the new machine we planned to use WinXP Pro and Labview 7.1.
    The acquisition part of the VI uses 2 CINs. One is used to configure the FPGA on the Multifunctions board at initialization.
    The second CIN reads he buffers received from the board and puts them into the shape of an image.
    Now since we tried in WinXP Pro and Labview 7.1, we get some kind of weird bugs. Either there is a big problem concerning the synchronization of the mirros with the acquisition or with the image reconstruction. We have already tried :
    1. Putting everything back into the old machine to verify there has not been any damage to the boards. OK
    2. Using the boards in the new machine but with Win2000 and Labiew 5.0, just to be sure that there are no conflicting elements in the hardware. OK
    As we wanted to check everything slowly but surely we then installed LV 7.1 on the new machine but still with Win2k. And here the problem appears !
    First we thought the drivers for the Multifunctions board (ATEME Adr128C6x) were not compatible with WinXP Pro, so at this point we were quite surprised to notice the problem seems to be caused by the upgrade from LV 5.0 to 7.1 !
    Now, finally my question is : Are there any major changes in how Labview handles CINs between LV5.0 and 7.1 ?
    Can the problem be caused by the traditional DAQ

    So, no answer,...
    Anyhow, we found the problem on our own. For anyone else experiencing this kind of behaviour :
    The problem did not have anything to do with our CINs, nor with XP.
    In fact, we have noticed that the Analog Ground the Digital Ground had to be connected. For some kind of reason in LabView 5.0 this did not introduce the problem. But in Labview 7.1 the sync, because of a somewhat unstable Ground, it caused complete disfunctionment. We don't know why but, hey, the problem is gone.

  • Xbee pro 60mw wire antenna and Labview guidance needed

     I have some questions regarding zigbee and labview interface. I'm currently working on a project and this is my first time using zigbee and labview. 
    In my project, I want to transmit data wirelessly between two zigbees where data is the output that sensors generate by reading humans body temperature and heart rate(pulse).
    I want to use the labview to display the values and data in a graphical way and ultimately to a TFT display. Right now, I'm using Mega pro 2560 and XBee Pro 60mW Wire Antenna - Series 1 (802.15.4). 
    All the sensors are off the shelf sensors from Sparkfun and they are connected to microcontroller. 
    I want to know if my steps are correct.
    First, I have succeeded in sensors trasmitting its output to microcontroller. Then microcontroller stores data in SD card connected to microcontroller before tramitting them to the receiver.. 
    Second, by using X-ctu, set up some configuration between two zigbees such as baud rate.
    And this is kinda where I'm stuck at. My receiver(Xbee pro) is connected to ftdi then to PC using the USB cable. My transmitter(Xbee pro), sensors and microcontroller are connected to breadboard powered by lithium ion battery. 
    Could you please give me some tips or steps how you would go about using the labview at this point? Do you need some code for labview and zigbee interface?
    I'm sort of new to this. If you can help, I would really appreaciate it.

    I got stuck in this part. Can you check out the last reply I made in this forum : https://decibel.ni.com/content/message/49209
    Also, from my receiver end(xbee pro) that is connected to PC through ftdi,
    I was wondering how you would go about designing the serial communication from the receiver to Labview display.
    The file attached is kind of thing I want to do. I have three major sensor data to display(heart rate, body temperature, and motion speed).
    I want to show them to three graphical disaplay at the same time. 
    Can you give me some tips on designing the labview part? and also I would really appreacite if you could give me some tip on fixing the error I first stated in another forum. Refering any related forum would be helpful. Thanks a lot.
    Sam,
    Attachments:
    reading data.vi ‏20 KB

  • Error involving Report Generation Toolkit and Labview Run Time Engine

    Developed an application using LabVIEW 6.1 and LabVIEW Report Generation Toolkit for Microsoft Office 1.0.1. From there, tried to build a shared application for use with the LabVIEW Run Time Engine. The Run Time version functions properly until "New Report.vi" is called and then an error is generated, code 7, calling out "Open VI Reference in New Report.vi" could not be found. When building the application, I did include the "NI Reports Support" in the advanced installer options. The machine used for original development and application build is running Windows XP Pro and Office XP. Any suggestions??

    I am having the exact same problem but with LV 6.1 and M/S WORD 2000. It appears that the "New Report.vi" is trying to open "C:\APP.DIR\Word_Open.vi" and "C:\APP.Dir\Word_Open_Document.vi" by reference. The "OFFICE 2000.TXT" says that "_exclsub.llb and _wordsub.llb must be added as support files when building an application or a dynamic link library with the application builder." I added them as Support Files and I copied them to the "C:\TESTER\" where the TESTER.EXE is and I still get ERROR 7 in "NEW REPORT.VI" at VI OPEN REFERENCE.
    Do I need to make a "C:\TESTER\DATA\" sub-dir and put the support files there?
    I am building on MY COMPUTER on F: Drive on a network and transporting files to the real Tester.
    I displayed my App.Property of APP.DI
    R at start up and it is C:\TESTER\ ! How would my application know that "Word_Open.vi" and "Word_Open_Document.vi" are actually inside the _wordsub.llb?
    Any ideas ?
    Greg Klocek

  • Can I use DAQcard-50​0 with Xp pro and LV5.1.1

    Hi I am running Xp pro, with labview 5.1.1 and I do not seem to be able to get a driver for my DAQcard-500.
    Can anyone tell me if this is even possible, and if so how do i install it? because i can not get the system to recognise the DAQcard-500
    Cheers

    I believe that card is supported by NI-DAQ 6.9.3 under XP:
    http://www.ni.com/support/daq/versions_portable.ht​m#du
    Remove card, install software and then plug card in and is should then be detected.

  • Error code text file or Error ring, pros and cons of each

    I'm looking for some community input on the pros and cons of using either the Error Code Text file, or the Error Ring for creating custom errors in an application.  My question comes about as a result of this post.
    I've used the Error Rings exclusively in the past to avoid the extra maintenance steps of bringing the text file along with the LV project and source control.  I assumed the error information was simply converted to ring constant.  But with my linked post above, I'm wondering how deep my mistakes may cut me.
    Please weight in on this with pros/cons, , and any past experiences that may be helpful.

    Actually Hooovahh and Jeff are right. As you can see in that way you can prioritize the error that you need to read or in other case ignore. In the same time you can create the error that you want.
    In this link in the last interaction they upload some pictures where you can see the way for make.
    http://forums.ni.com/t5/LabVIEW/Error-Ring-changing-code-number/td-p/3152761/page/2

  • Remote Panels and LabVIEW 2009

    Hello,
    I have updated my real-time PXI application to LabVIEW 2009 (Pro)  and I'm now trying to connect to it with remote planels.  I can only have one remote panel opened.  The second one gives me the "Remote Panels connection exceeds maximum numbers of licences"  The problem wasn't occuring in LabVIEW 8.5 and I have the remote panel license (unlimited) is actived in the license manager.
    How this can be resolved?
    Regards,
    Patrick
    Solved!
    Go to Solution.

    Have you transfered the license files to the controller since the switch to 2009?  There should be a .lic file under ni-rt>>system>>shared>>licenses on the controller.  Is that present on your system?
    Justin Parker
    National Instruments
    Product Support Engineer

  • I've uploaded Acrobat XI Pro and it freezes when I'm using it.  I uninstalled and re-installed.  When I login, it says that it is unable to validate the account and has an option to use the trial.  How do I fix this?

    I've uploaded Acrobat XI Pro and it freezes when I'm using it.  I uninstalled and re-installed.  When I login, it says that it is unable to validate the account and has an option to use the trial.  How do I fix this?

    This is an open forum, not Adobe support... you need Adobe staff support to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • I'm using matchbook pro and I'm unable to find iPhoto after upgrading to Maverick os

    I'm using matchbook pro and I'm unable to find iPhoto after upgrading to Maverick os

    Open the Mac App Store application and see if iPhoto is under your "Purchases" tab.
    Clinton

  • How do I uinstall Yosemite? It's not compatible with my older MacBook Pro, and I can't connect to my printer or use safari

    How do I uninstall Yosemite? It's not compatible with my older MacBook Pro and I can't connect to my printer or access Safari

    How to Downgrade OS X Yosemite Back to OS X Mavericks

  • Officejet Pro 8600 - Macbook Pro and Macbook Air will not print

    Products:
    HP Officejet Pro 8600
    Macbook Pro (Mac OS X, Version 10.7.5)
    Macbook Air (OS X, Version 10.8.2)
    Question:
    Why did my Macs initially print fine, but now will not print at all?
    Full Story:
    I have a wireless network at my house that consisted of a 30mb cable internet, Netgear 900n, HP Officejet Pro 8600, 2 Dell Laptops with Windows 7, a Lenovo Laptop with Windows 7, and Dell Tower with Windows 7 - All printed just fine.
    The HP Officejet 8600 was added to my network about 2 months ago.  
    I added a Macbook Pro and a Macbook Air about 3 weeks ago.  Both Macs printed just fine for about a week.  Then suddenly they stopped.  I spent about 2 hours on the phone with HP Service, and they finally said it must be my router.  So I called Netgear.  Netgear was useless!  They wanted me to agree to charges for services before they would even discuss the issue.  
    Due to information provided by HP's service support, and because Netgear will not support their product, I promptly purchased a new router - an Apple Airport Extreme.
    The Macs recognize the printer, will print if hardwired via a USB cable, but will not print wirelessly to the Officejet Pro 8600.  The PCs print fine.  
    The frustration that is being felt is compound by the fact that the Macs printed just fine with the Officejet Pro 8600 2 weeks ago, and now the printer just shows "idle"... even with a new router. (see image below)
    Please help, I appreciate any support.  
    As a side note, the HP Service rep was very friendly, and definitely tried to support the HP Product, which is much more than I can say about Netgear.
    Thank you,
    This question was solved.
    View Solution.

    Hi,
    More likely the issue related with Multicast, which Apple devices relies on to communicate with teh device through the network.
    First try unplugging the router for 30 seconds.
    Plug it back to the power and wait for 2-3 minutes.
    Turn the HP printer Off and back On, then check for any difference.
    If the same persists, try changing your router configuration as following
    Note: the settings below are not related with the HP product, I provide you the steps as a best effor and those are only based on my own knowledge. you may try modifying the router settings at your own risk:
    Open the router configuration page (can be found listed as the Default Gateway by clicking the Wireless icon on the printer, then print a network configuration report.
    Click the Advanced tab.
    Click the Setup option from the menu, then click on WAN Setup.
    Make sure to uncheck the box next to Disable IGMP Proxying and Apply the changes.
    Click the LAN Setup on the same Setup menu.
    Set the RIP Version as RIP-2 and Apply the changes.
    Reboot your router and then check for any change.
    I hope you may find that information useful, you may also use the user guide below for further information:
    http://www.downloads.netgear.com/files/GDC/WNDR4500/WNDR4500_UM_07DEC2011.pdf
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • I have a MacBook Pro and an 1TB WD my passport for mac. I bought a second hard drive to act as back up and when I went to do this the original passport won't mount. It is showing in disc utility but it will not repair. I am told the mac cannot repair it.

    I have a MacBook Pro and an 1TB WD my passport for mac. I bought a second hard drive to act as back up and when I went to do this the original passport won't mount. It is showing in disc utility but it will not repair. I am told the mac cannot repair it and I need to back up the files and then restore the hard drive. But I can't open the hard drive to move the files onto the new one!
    Help me please. I am not very technical so please answer as if I have no clue!! This hard drive has my iPhoto on it and all my pictures of my son, wedding and my current photography course so I  desperate to get it back!
    Any help will he appreciated!

    disk0s2: I/O error.
    disk0s2: I/O error.
    The MBP's disk is damaged and requires replacement.
    Genius Bar Reservations: http://www.apple.com/retail/geniusbar/

  • I have a macbook pro, and am trying to update my software. I recently bought an iphone 5, and my software is to out of date to sync my phone with itunes. I currently am running 10.5.8 and I need to update to atleast 10.6.8. Just wondering if I need to pur

    I have a macbook pro, and am trying to update my software. I recently bought an iphone 5, and my software is to out of date to sync my phone with itunes. I currently am running 10.5.8 and I need to update to atleast 10.6.8. Just wondering if I need to purchase it from apple or if there is an easy/free way to update it.

    you need to purchase it: http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard.  It is only on a disk, not in download form.

  • I have an older macbook pro and the hard drive is starting to go (making loud noises). i tried to back up to an external hard drive (my passport essential se) using time machine and the computer keeps shutting down. suggestions to complete backup please?

    I have an older macbook pro and the hard drive is starting to go (making loud noises). i tried to back up to an external hard drive (my passport essential se) using time machine and the computer keeps shutting down. the same thing happens when just trying to save my pictures from iphoto to a flash drive. suggestions to complete backup please?

    Sounds like you'll need to access that drive while it is not booted. You need to replace it anyway, so do that, then one way or another (ext enclusure, et), access it and copy files.
    If you keep trying to boot it, you might kill it for good and not get your files, so just swap it out first.

Maybe you are looking for