04-27-2007 03:34 PM
04-27-2007
05:25 PM
- last edited on
05-21-2025
03:12 PM
by
Content Cleaner
Hello Shane,
In my opinion, there is no problem to continuing using the PCI-6602 and PCI-6052E with VB6 and the NI-DAQ6.7 in the same time as developing you new application with LabVIEW 8.20.
The PCI-6602 and the PCI-6052E are supported by the traditional DAQ (NI-DAQ) and the new driver NI-DAQmx
What I will suggest you:
- Install Labview 8.20 and the new driver NI-DAQmx (the last version is the 8.5) for your new development
- keep installing VB6 and the NI-DAQ6.7
PS: Both driver can be installed in the same computer. In MAX (Measurement & Automation Explorer), You will see the cards under both drivers
To understand how using the new NI-DAQmx driver, have a look on www.ni.com/gettingstarted
Best regards
Nick_CH
04-27-2007 05:32 PM
04-29-2007
05:22 PM
- last edited on
05-21-2025
03:12 PM
by
Content Cleaner
Hello Shane,
I could not find the verification that the driver and other find would not be override or overwrite.
However, LabVIEW is an Application Development Software like VB6 and do not install any driver components.
LabVIEW will uses functions from the driver NI-DAQ or NI-DAQmx to control the Hardware.
Then, I find answer from Answers to Frequently Asked Questions about NI-DAQmx and Traditional NI-DAQ (Legacy)
Q: Can I use Traditional NI-DAQ (Legacy) and NI-DAQmx at the same time?
A: You can use Traditional NI-DAQ (Legacy) and NI-DAQmx at the same time if you have two DAQ devices and one of them is using Traditional NI-DAQ (Legacy) and the other NI-DAQmx.
If you only have one DAQ device, you can still use both Traditional NI-DAQ (Legacy) and NI-DAQmx but only in sequence – not at the same time. You need to reset your device to switch between Traditional NI-DAQ (Legacy) and the NI-DAQmx driver as part of the sequence.
So you can install NI-DAQ with NI-DAQmx in the same platform
Finally, if your are using LabVIEW 8.20, You muss use the driver NI-DAQmx 8.3 or later as mentioned on the page NI-DAQ for Windows Support for Different LabVIEW Versions
Best regards
Nick_CH
04-30-2007
10:39 AM
- last edited on
05-21-2025
03:13 PM
by
Content Cleaner
You can have Tradtional DAQ and DAQmx on the same computer, however, there are a couple additional caveats I would add. DAQmx and Traditional DAQ 6.9.3 and before do not work well on the same computer - they can cause some serious issues. If you want to keep using the Legacy code, I would install Tradtional DAQ 7.1 or later. Check out this KB - Using Older Versions of NI-DAQ (6.9.3) with LabVIEW 7.x or 8.x.
The earliest version of Traditional DAQ to support LabVIEW 8.2 is 7.4.1 - you should be able to upgrade to that and maintain support in VB 6. If you are doing any new development, I would do it in DAQmx. You cannot use DAQmx and Tradtional DAQ on the same card on the same time, but you can use them on different cards at the same time and on the same card at different times.
Hope this helps,
Andrew S.
National Instruments
04-30-2007 10:49 AM