LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changed out a 6713, it now comes up as two devices.

I replaced a PCI 6713 in my computer, Labview now will not run the program.  Looking into "Device and Interfaces" to make sure the card is being read, it is but it is being read in two locations; the first one under "Traditional NI-DAQ Devices" has it as device #2, but the second one under "NI_DAQmx Devices" has it as device #1, obviously already in use.  Can I delete the second occurance and had LabView run properly?
0 Kudos
Message 1 of 5
(3,019 Views)

 

Hi there

 

There are two driver layers for such cards: "Traditional DAQ" (old school, don't use that!) and the preferred "DAQmx" layer. Each layer needs its own identifiers for devices, so the fact that the card shows up twice is expected behaviour in my opinion. Check that the application uses the correct identifier. You can change the DAQmx identifer in DAQmx to a suitable name. Use that name in your app. It is not a good idea to use the default names as identifiers in apps, because the default name may differ on different systems.

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 2 of 5
(3,009 Views)

jamesmon,

 

You will see the device under both DAQmx and Traditional DAQ. I would also recommend renaming the device in Measurement and Automation Explorer. Under NI-DAQmx Device you can right-click on the card and go to Rename and then rename the card to a unique name. This will prevent confusion. Other than this, there could be several reasons why your card may not function properly. One may be that you don't have the correct Driver for the DAQ card. Another possibility is that since you have Traditional DAQ installed on the computer, the Traditional DAQ driver may have the device reserved for itself. You could try to reset the device for DAQmx by right-clicking on the device under NI-DAQmx Device and select Reset Device. It sounds like you have the correct DAQmx driver since you are seeing the card in Measurement and Automation Explorer.

 

If you are still having problems after this, posting any error code that your program is giving you would be helpful. 

Aaron W.
National Instruments
CLA, CTA and CPI
0 Kudos
Message 3 of 5
(2,968 Views)

Thanks for the replies, looks like there is a communication issue between a new card and the old computer, as an old card will work fine.

 

 

0 Kudos
Message 4 of 5
(2,960 Views)

Hi there

 

what dou you mean with "old card"? Is this a different version or a different model? You could try to get the latest version of DAQmx from

 

http://joule.ni.com/nidu/cds/fn/p/sb/navsRel/lang/en?q=DAQmx

 

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 5 of 5
(2,949 Views)