LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with updating DAQ system

I am working with a group of mechanical engineering students on redesigning a DAQ system for an experimental shock tube lab which was written on LabVIEW 2009. The current DAQ card that is being used is the PCIM-DAS16 which came with a library of VI’s that are being used in the current code. The lab has planned to update their system with the high-speed data acquisition PCIe-6376, and the standard data acquisition card and I/O PCIe-6351. We are all new to LabVIEW and we are having a difficult time determining if the VI’s used in the current code will be compatible with the new cards. We would greatly appreciate any guidance on the issue and please let me know if any more information is needed.

 

0 Kudos
Message 1 of 2
(1,182 Views)

Hi jwarne,

 


@jwarne20 wrote:

current DAQ card … is the PCIM-DAS16

update their system with … PCIe-6376 and PCIe-6351.

We … are having a difficult time determining if the VI’s used in the current code will be compatible with the new cards.


The new cards are made by NI, the old one came from MCCDaq.

The new cards use DAQmx from NI, the old one uses the UL (UniversalLibrary) from MCCDaq.

The current code will NOT be compatible to the new cards, you need to refactor it…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,176 Views)