Can AT-MIO-16L-9 run under LabVIEW 6?

My AT-MIO-16L-9 works properly with NI-DAQ 6.1
Can I use it with LabVIEW 6 or must I install LabVIEW 5 ??

Gilmore,
You shouldn't have any problems using LabView 6.0. Just keep in mind that some of the VI's (like the ones in the Counter Palette) have changed, so make sure to use the old VI's if you have any applications written in previous versions of LabView.
Good luck with your project.

Similar Messages

  • Acquiris card wont run under Labview 64bit

    HI everyone,
    I try to run a Agilent Acquiris card (U1082A) with Labview 64bit version under Windows7. The drivers are already installed and it works just fine with the Labview 32bit Version. Agilent supplys a 64bit driver and also Labview VI as seen in the following screenshot:
    When I now insert just any of these VI's into Labview, it won't run. It says it doesn't find the function in the library:
    I re installed the drivers now, just two different other system with Windows7 and it still won't work. Any suggestions on where the error may be?
    Greetings from Wisconsin,
    Arne Petersen 

    Arne,
    Greetings from Texas!  It looks like the function name in the library call is incorrect.  Are you able to browse the functions included in the DLL to select the right one.  The function itself looks like it may point to a 32-bit version (perhaps an oversight in the development of the code).  Even if you can't see the included functions, I would still try to change the function name to _AcqrsD1_configVertical@64 instead of _AcqrsD1_configVertical@32.
    In actuality, however, this is an issue with the function call to a DLL developed by Agilent, contained in a VI distributed by Agilent.  They will probably be able to help you a bit more in this issue, if the above suggestions do not help.
    Good Luck! 
    Drew T.
    NIC AE Specialist

  • Can not make XSQL servlet running under Jrun 3.1! need help

    Hi,
    I tried to run Oracle XSQL servlet under JRun 3.1,I did servlet mapping, such as
    <servlet-name>oracle-xsql-servlet</servlet-name>
    <servlet-class>oracle.xml.xsql.XSQLServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>oracle-xsql-servlet</servlet-name>
    <url-pattern>*.xsql</url-pattern>
    </servlet-mapping>
    I set classpath for XSQL related library such as oraclexsql.jar, xmlparserv2.jar,etc, I believe everything is setup correctly, however when I invoke .xsql page, I did not get data instead of getting sql text!, here is my xsql file content:
    <?xml version="1.0"?>
    <!-- reports.xsql: List of reports by user id -->
    <?xml-stylesheet type="text/xsl" href="Filter.xsl"?>
    <page connection="reports_8i" xmlns:xsql="urn:oracle-xsql">
         <dataform target="reportFilter.jsp" submit="Go">
    <xsql:set-session-param name="userid" value="{@userid}" ignore-empty-value="no"/>
         <xsql:include-param name="userid"/>
         <xsql:set-session-param name="bu_id" value="{@bu_id}" ignore-empty-value="no"/>
         <xsql:include-param name="bu_id"/>
         <xsql:set-session-param name="client_id" value="{@client_id}" ignore-empty-value="no"/>
         <xsql:include-param name="client_id"/>
         <item type="list" name="targetPage" label="Available Reports">
         <xsql:ref-cursor-function bind-params="userid">
                   reports_generation.getReportList(?)
              </xsql:ref-cursor-function>
              </item>
         </dataform>
    </page>
    What I got when I invoked this page is reports_generation.getReportList(?)!!
    It seems that JRun 3.1 did not understand xsql syntax, it means it can not find XSQL servlet related libraries, come on, I did set classpath.
    Does anyone has this experience to help me out? Highly appreicate you in advance.
    Thanks.

    i think i solved this problem by specifying the full path to javac...
    what must i do to avoid this?

  • I can't get terminal to run under 10.3.9...

    I have 2 iBooks (a G3 & a G4) running 10.3.9 ... In both of these, when I attempt to open the Applications/Utilities/Terminal program, I get what looks like a window opening... but nothing further happens... the Terminal does not start up. I'm logged in as the admin (via a short name). The Terminal program version number is indicated as 1.4.6. Am I missing something obvious here? What's the secret to opening a terminal window?

    OK!!! Where do I send my $ contribution?!? You ought to have a Paypal button over here... your insights were worth at least $5... ok, ok... $10...ha-ha!!
    Your suggestion to do the Finder File/Find revealed that I had another instance of the Terminal program in an odd folder (I then recalled creating some time ago). The icon of this instance was the black rectangle (this instance works correctly)... the icon of the other instance (that doesn't work) is the generic "artists palette"...
    I'm not an expert in the OSX gui, and I apparently goofed at an earlier time when I attempted to move the terminal program out of it's default location into the esoteric folder (I now recall this was intentional to thwart discovery of this too-important program in its too-predictable location). My admin approach to things has since matured a bit... rather than hiding the terminal (and console) windows in odd locations... It's wiser (though not easier) to create new non-admin users...
    I'm still perplexed by the behavior of the OS/gui here: What's going on with the existence of this odd ghost like terminal program "placeholder" in the usual/expected location of Applications/Utilities/Terminal?... other than the generic icon (that I didn't pay close enough attention to), all other signs were that this was a legitimate program file (so indicated by the info tab)...
    Is there a correct and an incorrect (my apparent) way of moving programs like Terminal?
    Thanks for your patience with my userland mis-steps here... I owe you!!
    Billy B.

  • Is it possible to run a LabVIEW LLB from Version 8.6.1 on a Version 8.6 platform?

    We need to move a Version 8.6.1 LLB to a Version 8.6 platform. Assuming our 8.6.1 LLB does not use any 8.6.1 specific features, can I convert it to run under LabVIEW 8.6? Thanks!

    TCPlomp wrote:
    One thing as a tip, don't usean LLB as a way to develop VIs in. Only use them for distributing code. If one of your VIs become broken, your whole LLB will be broken.
    Ton
    Actually this is not entirely true. The VIs itself are independant entitities in an LLB, so the brokeness of one of the VIs does not automatically have any influence on other VIs inside that LLB.
    That said, the VIs do get written to the LLB individually, and although writing changes to an LLB is always done on a shadow copy of the LLB, which only replaces the original LLB AFTER the writing has been finished without any errors, there is of course always a chance that writing of a VI itself goes havoc in some ways. This could in principle destroy the integrity of the LLB data structure, and in such a way make the LLB as whole inaccessible. But because of the shadow copy technique it is a rather seldom event.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How can I use a GPIB and AT-MIO-16L with a common NI-DAQ?

    I'm using a GPIB card for recording data and a AT-MIO-16L for sending an analog output to my instrument. Earlier, both the devices (GPIB and AT-MIO-16L) were running correctly. Until I reformated my hard disk. Now I'm trying to install NI-DAQ 6.1.1 for AT-MIO-16L but that doesn't detect my GPIB card. On the other hand if I use NI 488.2 along with MAX 1.7 or MAX 2.2, I'm unable to use AT-MIO-16L. Is there a way I could get both my devices running on a common platform?

    NI-DAQ is not supposed to detect your GPIB and NI-488 software will not detect your daq board. When you installed MAX, was this from a LabVIEW driver install CD that also put a new version of NI-DAQ on your pc. Open MAX and check your currently installed versions of NI-DAQ and NI-488. They should both be listed. If you have a new version of NI-DAQ than 6.1, you can uninstall the newer version and install 6.1.

  • Problem with running a program under Labview 8.6

    Hello,
    I am writing you this to ask for your technical support to fix the problem I am facing at our Lab at University of California, Irvine.
    Ms. Vanessa Trujillo has kindly come to our lab a couple of times and tried different things to resolve the issue, but unfortunately the issue is not resolved yet. Here is a summary of the problem:
    We used to use Labview 6.1 for our fatigue testing and data acquisition.
    Our
    program worked just fine under the 6.1 version We recently upgraded our software to Labview 8.6. We have also purchased a new computer that has higher capacity than what your website requires for Labview 8.6. The new computer has Windows Vista We transferred our old program/subprograms from the old computer under Labview
    6.1 to the new computer with labview 8.6. However our program that worked fine with the 6.1 version is not working with the updated version (ver 8.6).
    There
    are 6 errors in the error list. It appears there are six files of my program missing under the new version, even though we transferred all files.
    The software searches for those files but can't find them.
            For example one the box pops up indicates:
            loading:
                        <vlib>:\Daq\lvdaq.dll
            searching:
                        C:\Program Files\National Instrument\LabVIEW 8.6\instr.lib\Agilent34401\public\utility
            I get several message like this. I have to cancel/ignore them all to be able to open the program.
    When we go to VI's under Measurement I/O there is nothing (empty).
    We use a PCI-MIO-16XE-50 for our data acquisition During Labview installation on the new computer, I was asked if I wanted to install the device drivers. I had two options, "Now" or "Later", I picked Now but I didn't have the DVD's/CD's for the device drivers. Therefore I had to select later to complete my software installation Later after Labview 8.6 installation, we installed the device drivers (traditional Ni DAQ and Ni DAQmx) from the two old CD's we had in our lab from a couple of years ago (the CD's were Ni DAQ 7). after installation, the PCI board on the computer was recognized by the device driver. However we still could not run our program under the new version of Labview (same situation and the same messages) I called 1-866-275-6964 on 9/2/08 and talked to Grant (service number:
    1228841). He recommended that I download and install the updated version of device drivers.
    Since I didn't have the DVD/CD for updated device drivers, I contacted Vanessa Trujillo. She gave me the DVD for the updated Ni DAQ (Traditional and mx).
    But
    when I tried to install the updated device drivers I got a message something like "some unsupported filed have been detected,..." so the updated device
    drivers were not installed. It should be noted that up to here we still had the Ni DAQ (traditional and mx) installed on the computer from our old CD's (Ni DAQ 7).
    Vanessa and I talked to Tom at the technical support department. He recommended that we download and install the Beta xx version for Ni DAQ since we were using Windows Vista. Mike put the Beta software on the Ni website/outgoing so I could download and install it. He asked me to uninstall the traditional Ni DAQ that we had on our computer from the older CD's. He
    asked me not to un-install the Ni DAQmx (that we had installed from the old
    CD). I was able to download the Beta software, however I could not install it since I got a similar message that some unsupported files were detected.
    Right now we don't have any version of traditional Ni DAQ installed on the
    computer but the NI DAQmx (from old Ni DAQ 7) is still installed on the computer. Vanessa let me borrow her new Ni DAQ DVD but as I explained I am not able to install the device drivers.
    Vanessa - Did I miss anything?
    Please advise. My cell number is 619-778-2033. I will be at our lab at UC,
    Irvine at 2:00pm (CA/Pacific time). Please call if you have any questions.
    Thank you

    To me, it looks like you are missing some of the drivers and subVI's used in your program.
    Whatever device you are using to measure fatigue or any other device probably came with a driver.
    You need all of these drivers installed on this new computer.
    Also, any subVI's and libraries you use in the program must also be installed on the new computer.
    Whenever you get a message that says you are missing some component (the ones that you said you press 'ignore'),
    see if you can find that library or subVI on the older computer. If so, save it to something so you can transfer them to the new computer. 
    Cory K

  • Can I get a 'timetable' of what labview does when it runs the program?

    Can I get a 'timetable' of what labview does when it runs the program? i.e. how long it spends doing each sub vi, and what order it does them in.
    Cheers 
    Solved!
    Go to Solution.

    Execution Trace Tool kit is an add-on. If you don't have it your pack of disks, ... maybe try a demo version?
    NI Spy get loaded with LV (or one of those things).
    Start >>> Programs >>> National intruments >>> NI Spy ?
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How can I run a LabVIEW app as a service in 8.2

    I have need to run a LabVIEW created Executable as a Service using LabVIEW 8.2. I have heard 8.2 can host it but I cannot find any docs on this. Any help would be appreciated. SvcAny was not an option that worked.

    I would suggest trying to add the exe to the services under Control Panel >> Administrative Tools >> Services.  This should cause the exe to launch as a service.
    Brian R.
    District Sales Manager
    Washington DC
    National Instruments

  • IE running under XP can't handle multiple SWF files, Why?

    I noticed that IE 8 running under Windows XP cannot handle multiple swf files in one page.
    Up to about 10 files is no problem they are loaded and we can play them ( buttons that start a small audio file).
    But more of these files in one page will stop IE.
    Firefox ( 3.6.28) runs them fine.
    And also IE 8 and/or Firefox under Windows 7 handles them perfectly.
    Has anyone any idea what can cause this and how to resolve this?
    Thanks,
    Onno Tomson
    The Netherlands

    Sorry...I still don't get it. What is it about Windows FUS that keeps iTunes from running running the process twice? It can run many other non-Apple windows apps in multiple user sessions (commercial apps, open source apps, audio/video apps, networked apps). I can even run two different virtual machines at the same time under two different user sessions.
    Why can iTunesHelper.exe run twice but iTunes.exe cannot? Why can I run Safari at the same time? Quicktime Player runs fine under multiple user sessions.
    Blaming it on Windows and/or FUS sounds like FUD. Can anyone give a valid technical reason? Semaphores? Mutexes? An admission (and explanation) that the Windows version is purposely crippled?

  • I have Firefox 6.0 running under Windows XL. When I forward an email with a URL in it, my recipients tell me the URL is not highlighted and they have to cut and paste it into their browser. Why? How can I get my forwarded URLs to be highlighted?

    I have Firefox 6.0 running under Windows XL. When I forward an email with a URL in it, my recipients tell me the URL is not highlighted and they have to cut and paste it into their browser. Why? How can I get my forwarded URLs to be highlighted?

    If you think getting your web pages to appear OK in all the major browsers is tricky then dealing with email clients is way worse. There are so many of them.
    If you want to bulk email yourself, there are apps for it and their templates will work in most cases...
    http://www.iwebformusicians.com/Website-Email-Marketing/EBlast.html
    This one will create the form, database and send out the emails...
    http://www.iwebformusicians.com/Website-Email-Marketing/MailShoot.html
    The alternative is to use a marketing service if your business can justify the cost. Their templates are tested in all the common email clients...
    http://www.iwebformusicians.com/Website-Email-Marketing/Email-Marketing-Service. html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • How can I run a labview executable file inside a VI

    How can i add and run a labview executable file inside the vi and grab the output of the executable file to be used in the vi?
    mytestautomation.com
    ...unleashed the power, explore and share ideas on power supply testing
    nissanskyline.org
    ...your alternative nissan skyline information site

    Hi cmdrb,
    to run an executable you use SystemExec function.
    To get the output of your (LabVIEW-made) executable you need to program some data transfer means: you may use network functions or file functions. In both cases your "LabVIEW executable" needs to provide that options…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • HT1414 I can´t syncronize my Iphone 5 with Itunes 11.1.5.5. The option looks like locked in the menu. I have tried reinstalling Itunes but this is not the solution. Actually my OC runs under Windows 8.1. IOS 7.1. Someone can help me, please?

    I can´t syncronize my Iphone 5 with Itunes 11.1.5.5. The option looks like locked in the menu. I have tried reinstalling Itunes but this is not the solution. Actually my PC runs under Windows 8.1. and Iphone runs under IOS 7.1. Someone can help me, please?

    It seems I have solved my own problem . . . well hopefully !!   ;-)
    I was using a 'non' Apple cable. When I swithced to using the stock cable that came with my iPhone, iTunes can now see that I have a 'Device' and identifies it correctly as my iPhone.
    Hopefully this may help others . . . ?
    Cheers,
    Grant.

  • Can't install mcafee in vmfusion running under windows xp; error is not understandable; any ideas?

    Can't install mcafee in vmfusion running under windows xp; error is not understandable; any ideas?

    Please repost in a VMWare Fusion forum, you can find it at:
    http://communities.vmware.com/community/vmtn/desktop/fusion.

  • How can I run a labview 7.2 vi in labview 8.2

    We have several versions of labview running different test and control functions in our facility. There are labview 7.2 VIs in a production setting I wish to reproduce in the test lab. Can I convert them to run on 8.2 or do I have to recreate them in 8.2. I tried to open one in 8.2 and got multiple SubVI's that were not in my program library.. most dealing with AI manipulation.

    And make sure you have backup copies of your 7.x code. Once you load and save in 8.2, it is a lot of work to get them back to 7.x.
    Note I used 7.x because I am unaware of LabVIEW version 7.2 even existing. 7.1.1 was the last release prior to 8.0
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

Maybe you are looking for

  • [SOLVED]cannot connect to wireless network due to a channel setting

    Hello guys, I recently came across a problem with my wireless network. It was first a system-wide upgrade(adapted from the pacman's log): [2010-08-22 15:10] Running 'pacman -Syu' [2010-08-22 15:10] synchronizing package lists [2010-08-22 15:10] start

  • Replace a color

    Hi All sorry this is a rather basic question, but I can't get color replace in CS4 to work. I drag "Change Color" from Video Effects to the clip I want to change in the timeline. Then I find "Color to Change" in the Video Effects panel and click on t

  • Weblogic server not starting due to connection pool error.

    Hi all, We have some issues with the network due to that, weblog server not able to create the connection pool or make physical connection with the database in the allocated time, we need to increase the timeout so that weblogic can wait and create a

  • Movie Genres

    iTunes obviously has some preloaded movie genres. If you add a new movie and select the right genre it shows the iTunes icon for that genre when the "Genres" tab is selected. If you enter a genre that is not preloaded into iTunes (such as "Suspense")

  • Installing ios 5 on ipad

    I need to install ios5 on ipad in order to then install ios7.  I've hooked the ipad up to my computer and it says "to preserve your content, apply update on computer where you sync music, video and photos".  What does this mean?  It also says that I