Can Traditional N1-DAQ 7.4.4 replace N1-DAQmx 8.8

Hi guys
I connected a NI USB-9219 4 channel universal analog input module, your standard 4-20mA, and a DAQ assistant in the vi attached. 
However that day due to some reason (solved now) I could not build a installer file with NI-DAQmx8.8 additional installer as below:
Thus because the setup file was required urgently I used the instead the traditional N1-DAQ7.4.4 instead to replace the N1-DAQmx8.8, and successfully build the installer file 
Now I dont have a N1 USB 9219 to test if my installer file (with the N1-DAQ 7.4.4 binded and no N1-DAQmx8.8 binded) works or not, so my questions will the N1-DAQ7.4.4 works with the DAQ assistant in the vi attached as well as N1 USB 9219?
Advance thanks. 
Message Edited by sunflower2772 on 10-02-2009 04:20 AM
Solved!
Go to Solution.
Attachments:
all-instrumentasst 4aug.vi ‏177 KB

Traditional DAQ and DAQmx are two different APIs which means that you cannot expect the DAQ assistant to work with Traditional DAQ. You will need to figure out why the installer is not being compiled with DAQmx.
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies

Similar Messages

  • How do I use traditional NI-DAQ to find a temperature using a thermocouple?

    I have seen examples using scxi modules and NI-DAQmx programming to find temperature using a thermocouple. For my application, I do not have a scxi module and my programming is in traditional NI-DAQ. I tried copy and pasting a NI-DAQmx application into my program and it did not work due to the traditional and mx conflict. My question now is how can I measure temperature using a thermocouple with Traditional NI-DAQ programming on a PCI6025E? Thank you.

    I believe I posted a response for the same question here:
    http://forums.ni.com/ni/board/message?board.id=250&message.id=8836
    Thanks,
    LA

  • With Traditional NI-DAQ Compatibility VI's the acquisition locks when I press the increment or decrement button of a numeric control.

    Hello all.
    I´m using a PCI-6220 and the Traditional NI-DAQ Compatibility VI's to make the acquisition that is in the attached VI. But when I click the increment/decrement button on the numeric controls my acquisition stops. In the same PC I made the same experience with a 6040 and I could not see this problem. I tried with the PCI-6220 with the DaqMX VI's and I could not see this problem too, for these reasons I believe that the problem has something to do with the Traditional NI-DAQ Compatibility VI's.
    I built machines that can have one or the other board (depending if it is low-end or normal). Does somebody knows the solution for this problem?
    Thanks in advance.
    Paulo Carmo
    Attachments:
    experiencia.vi ‏49 KB

    Hello
    For what I’ve seen on National web site, using the “Traditional compatibility VI’s”, it sould be possible to control a NI-DAQmx using code written in NI-DAQ Traditional. This information was obtained from the following NI link:
    http://digital.ni.com/softlib.nsf/954feaeea92d90918625674b00658b83/9d67f671bcc6850586256e630059308b?...
    Please read this information and then tell me something please.
    Best regards!

  • My DAQ program uses Traditional NI-DAQ in Visual C++ 6.0. I get error-10609 at SCAN_Start when run

    My data acquisition program uses Traditional NI-DAQ in Visual C++ 6.0. When I run the program, I get error -10609 at the SCAN_Start that states
    A transfer is already in progress for the specified resource, or the operation is not allowed because the device is in the process of performing transfers, possibly with different resources.
    Why do I receive this error?

    Hi,
    TThe error -10609 can result from several situations in which the device's resources are already in use.
    A Measurement & Automation (MAX) test panel is already open.
    If you open a test panel window for your device and attempt to run your application, you can get this error. If this is the case, close the MAX test panel.
    An AI Clear function was not used at the end of the previous acquisition.
    If you do not call the AI Clear function after performing your acquisition, the resources remain open. Be sure to call this function, inputting your taskID, at the end of the acquisition.
    Multiple programs are accessing the device.
    If you have multiple VIs accessing the device, or perhaps a LabVIEW VI and another application, the resource will be taken and you will receive the error. You can only run one application accessing the specific resource (for example, analog input on channel 0) at a time
    I hope this helps...and have a Great Day!
    George

  • Traditional NI-DAQ windows 7 64 bits

    Hola,
    Tenemos varios programas con labviews 8.2 que han funiconado correctamente con Windows XP pero al instalar ahora en Windows 7 (64 bits) da error de nidaq32.dll.
    Solicita que se registre esa dll pero no podemos registrarla. El NIDMM esta actualizado, ¿algún software que nos haga falta para hacerlo funcionar? o ¿es incompatible con WIndows 7 (64bits) ?
    Gracias.

    B_elen wrote (as translate.google.com says):
    Hello,
    We have several programs that have funiconado 8.2 labviews correctly with Windows XP but now install Windows 7 (64 bit) fails to nidaq32.dll.
    Requests that the dll is registered but can not register. The NIDMM this update, is there any software that do we need to make it work? Or is incompatible with Windows 7 (64bit)?
    Thank You
    Short answer:
    Traditional NI DAQ is obsolete and is not compatible with Win 7 64bits. There is no way to install this driver on (any) 64bit OS.
    Workaround (unsupported):
    Use a 32bit version of Win 7.
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Can't use Daq Assistant in Labview 7.1

    hi! I have Labview 7.1 installed and an AT-MIO-16E-10 NI board. I can see the board in MAX\devices&Interfaces\traditional NI-DAQ but i can't run any tests(Test panels). I don't know if this is normal for this NI-DAQ model. anyway my main conceirn is that i can not use DAQ Assistant in LabView(when i double click on it or right click->Properties nothing happends). So i can't use my board in LabView. please help! thanks a lot

    You can use your board in LabVIEW but you can't use it with DAQmx. In the DAQ Quick Start Guide, the supported devices are listed and the AT E series is only supported with traditional DAQ.

  • Can't find daq palette

    Hey guys!
    I can't find the palette für data acquisition with it's vis (e.g. analog input, output etc.) on the function table.
    Using LabVIEW 7.1.
    Thank you!

    You need to install traditional NI DAQ device drivers for that.
    If you do not have it on a CD, You can download the latest version of Traditional NI DAQ from here
    You can find current versions of Multifunction DAQ device drivers from here

  • Traditional NI-DAQ Compatibility VIs

    Hello, i'm trying to use "Traditional NI-DAQ Compatibility VIs" to use a Daq-mx card on an old application based on traditionnal Daq.
    The conversion works well only on non-compilated version of the program.
    When i run the executable, i get an error on the "hardware config.vi".
    I'm sure that it's only this "vi" that make the problem, because i've made different test without it.
    But, the main problem is that the application need this vi to configure all channels (range, type etc...).
    So, someone have an answer of my problem? Why this doesn't work only on executable file ?
    Thx,
    Tony.

    Hello TonY 20,
    I believe that the issue you are seeing has to due with the fact that the Traditional NI-DAQ Compatibility VIs internally call some subVIs dynamically, and these dynamically called VIs are not automatically included in the executable that you create.  The dynamically called VIs that are missing from the executable will be reported in the error message, similar to the following:
    The dynamic call can be observed by going to the program's block diagram and following the chain of VI's given in the error message. If a different VI is referred to in the error message, you can figure out which one needs to be included in the build of the executable by locating it in the block diagram.
    After you figure out which dynamic VI is missing, you will need to find where this VI is located on disk and include it in the Source Files section of the executable that you create.
    I hope this helps, and if you have any further questions, it would help to provide some details about the exact error message you are seeing.
    Travis G.
    Applications Engineering
    National Instruments
    www.ni.com/support
    Message Edited by Travis G. on 01-12-2007 03:55 PM
    Attachments:
    error_7_screenshot.JPG ‏28 KB

  • How can i configure DAQ card other then NI using MAX

    Hi,
    I am using Advantech DAQ pci1711, can i configure this card using NI MAX. I am getting problem with its port specification while writing VI's because could get channel port addresses.

    MAX can only configure cards that use the Traditional NI DAQ and DAQmx.  Advantech uses their own drivers.  Does Advantech have a utility for setting up their PCI cards?
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Is the traditional NI-DAQ 7.3 (nidaq32.dll) library thread-safe?

    Want to find out if I can call AI_Read() from separate threads to read different channels of the same board or if I need to create a single thread to read the board.

    Hi Clint-
    To answer your question, Traditional NI-DAQ is not multi-thread compatible. You will need to make all calls to the driver in the same thread.
    Thanks for contacting National Instruments. Please let us know if you have any additional questions.
    Regards,
    Tom W
    National Instruments

  • I am unable to update my album art since I commenced using match (and after upgrading to Yosemite).  How can I 'unembed' old cover art and replace?

    I am unable to update my album art on my iMac since I started using Match (and after upgrading to Yosemite 10.10.3).  A message advises that it's not possible to removed old artwork if it's embedded.  How can I 'unembed' old cover art and replace?

    Normally artwork recovered with iTunes is stored as a separate artwork file and iTunes refers to that file to display artwork when you click on a track.  However, if you then copy the file to another player the artwork file is left behind and the track will not display the artwork on the other player.  To get around this it is possible to embed the artwork in the music file itself so it always travels with the file.  Artwork can be embedded by you or files from third party sources may arrive with embedded artwork.  iTunes apparently now won't replace artwork for such files.  You can accomplish this by completely deleting artwork for a file or set of files in Get Info, then getting iTunes to fetch artwork which will then be set as a reference file rather than being embedded.
    I use an old iTunes so unless you are using an ancient iTunes it won't help for me to give you great details.  To erase artwork I simply get info on a series of files and check the box next to the artwork box without adding any artwork and close.  To do it for  single file I Get Info, go to the artwork display tab and click delete.  Here's a Windows reference for a newer iTunes (but the "old Get Info" reference is for early iTunes 12 and no longer works with newer):I cannot delete embedded album artwork in iTunes 12

  • I lost my phone and i got an unlocked 4s from my gf she used it before an its still connected to her icloud is there a way i can restore my icloud back up to replace hers without messing up the unlock also my latest backup isnt showing on my pc help plz!!

    i lost my phone and i got an unlocked 4s from my gf she used it before an its still connected to her icloud is there a way i can restore my icloud back up to replace hers without messing up the unlock also my latest backup isnt showing on my pc help plz!!

    Please please help me, if you know how.

  • How can I install CS5 on a new/replacement laptop? I paid full price in 2011 and have the key (and it shows up in my Adobe account under products), but it was a downloaded product and I can't find a download of that version online and my key doesn't work

    How can I install CS5 on a new/replacement laptop? I paid full price in 2011 and have the key (and it shows up in my Adobe account under products), but it was a downloaded product and I can't find a download of that version online and my key doesn't work in CC.

    Your key cannot work in CC, it's newer version, and would require a new purchase.
    Downlaod CS5 here.
    Download CS5 products

  • Where can i get an Iphone 3 batttery replace?

    Does anyone knows where can i get an Iphone 3 battery replace?

    Yes , Apple in your country
    Genuine Apple batteries are only available from Apple

  • Can the port in my computer be replaced?

    I have a MacBook that I purchased in 2009. When I plug in my DisplayPort to VGA adapter, it no longer works. The VGA adapter itself is fine; it seems as though it's not connecting to whatever it needs to connect to inside the computer. Can the port in my computer be replaced? For several months now, I've had to hold the DisplayPort to VGA adapter a certain way to make sure it connects when I initially put it in, but now it's not detecting it at all. I'm a teacher and use my laptop every day to project presentations etc., so I need to get this fixed asap.

    OK so that port shows the amount of use it's had.
    Do you have a competent tech at the school where you work?
    You could actually do the analysis. We need to look inside the port itself (socket) and the plug you're using for damage to the conductors. Whether they're damaged or missing. If they all look clean, not deformed/displaced and not missing then the damage will be on the logic board itself. It will be a broken solder connection. There are quite a few of them and they're tiny. The logic board will have to come out and the solder connections examined.
    I have repaired things like this and it will take someone who can do near micro soldering to do the repair. This was at a charter school doing work for teachers and the kids who went there.
    If that's not the problem or you can't find someone who can do the repair then you will have to replace the logic board as Allan says. You can ask Apple but I'm not sure they'd work on it.
    Where are you located?

Maybe you are looking for

  • Office Home and Student 2013 error message with yellow triangle

    I have been using my word and excel they were working fine. Now there is a yellow triangle  top right corner by my initials. I finally got it to show me only for a moment what it means. Error Message: did not realize I should have copied it down but

  • Nokia 2330 no reminder sound!!

    When a reminder is added, it will never produce an alarm sound. The screen will flash and that's all. No sounds, not even vibrations. Completely useless. The phone is in normal mode, all sounds are enabled (checked and rechecked), it rings when calle

  • Performance of the query incresed to 1 hour 15 mins....

    the view is working, but the performance of the query is horrible. Our pull time has increased from 25 minutes to 1 hour and 15 minutes.

  • How to connect utilize the optical drive in G4PowerPC to a 2013 intel Macmini?

    How  do I connect and utilize the optical drive on my G4 PowerPC Macmini with my new Intel Core i5 Macmini running 10.8.4?

  • Processing employee photos

    I need to take photos for a company.  Here's what I'd like to do: Take several shots of each employee - tethered to laptop Choose one good one for each employee Crop to a square shape Name file with Employee's name Resize I know I can batch resize, w