02-11-2021 10:59 PM
I was working with PCI 6023 card using DAQ in LabVIEW6. Now, when I upgraded the card to PCIe 6321 card, it requires DAQmx for LabVIEW16. I am able to upgrade program from DAQ to DAQmx as DAQ does not support new card of PCI. There is one subvi i.e. AI hardware config.vi of DAQ which I am not able to upgrade to DAQmx.
01-25-2019 03:53 AM
Hi.
I cannot find replacement of AI Hardware Config. vi of DAQ in DAQmx.
Please help me @contact: swalia316@yahoo.com
01-29-2019
10:15 AM
- last edited on
11-26-2024
11:37 AM
by
Content Cleaner
Hi Shilpawalia,
There may not be a direct replacement of the AI Hardware Config.vi in DAQmx. Check out the link below about transitioning from NI-DAQ to DAQmx.
Transition from Traditional NI-DAQ (Legacy) to NI-DAQmx in LabVIEW
01-29-2019 10:53 PM
Hi
I got idea about every VI replacement of DAQ in DAQmX but did not get anything related with AI HARDWARE CONFIG.VI.
01-30-2019 06:09 AM
It's been a lot of years since I used the old "traditional NI-DAQ" driver (and even more since I wanted to). So I'm going by untrustworthy memory here. That said, here goes.
"DAQmx Create Virtual Channel" - covers some of the things formerly set up in "Group Config" and "Hardware Config". You can define things like channels, voltage ranges, terminal config there.
What other kinds of inputs fed into "AI Hardware Config" that you haven't been able to accomplish in DAQmx? Have you explored the DAQmx property nodes for these things?
-Kevin P
02-11-2021 11:05 PM
I have got lvdaq.dll of DAQ which support all DAQ subVIs including AI hardware config. But if I run VI in 64bit PC, it does not support for the DAQ.
I need to upgrade DAQ to DAQmx. Does DAQmx have any .dll supporting file.
02-12-2021 12:56 AM
Hi shilpawalia,
@shilpawalia wrote:
I have got lvdaq.dll of DAQ which support all DAQ subVIs including AI hardware config. But if I run VI in 64bit PC, it does not support for the DAQ.
NI-DAQ was deprecated when 32bit OS was still "state of the art". It will not run on an 64bit OS…
@shilpawalia wrote:
I need to upgrade DAQ to DAQmx. Does DAQmx have any .dll supporting file.
Yes, DAQmx also relies on DLLs.
But you don't need to care about them as long as you use all those DAQmx functions!
02-12-2021 03:10 AM
How to replace or upgrade "AI hardware config" of DAQ in DAQmx.???
02-12-2021 03:13 AM - edited 02-12-2021 03:14 AM
Hi shilpalawia,
@shilpawalia wrote:
How to replace or upgrade "AI hardware config" of DAQ in DAQmx.???
Did you read the answers you already got in this thread?
What about message #5 by Kevin Price?
02-12-2021
12:22 PM
- last edited on
11-26-2024
11:38 AM
by
Content Cleaner
This KB article should help you. Transition from Traditional NI-DAQ (Legacy) to NI-DAQmx in LabVIEW