03-21-2015 02:38 PM
Hello all,
I have finished the update of an old soft from NI-DAQ trad to NIDAQmx (thanks guys!) but I have a question about the distribution.
If I create an installer with only NI-DAQmx runtime, it's already 300Mb but when I install it on a blank PC, the hardware (a cDAQ-9184 ethernet chassis) is not detected. NI-MAX is not installed with this option.
If I install NI-DAQmx runtime with configuration support, of course NI-MAX is installed and I can configure the hardware there and everything works, but it's 1Gb.
Is it possible to get the installation of the chassis and its slot device taken care of directly from my soft on the 1st run ? Any other solution besides that ?
Thanks
Solved! Go to Solution.
03-23-2015 12:37 PM
If you use MAX configurations, you will need to use the version of DAQmx runtime with configuration support. It is possible to programmatically set up your tasks and channels without the use of MAX. You would have to use DAQmx property nodes in your code to return a list of available devices, and programmatically choose which you want to use. You would then have to set up your tasks programmatically using the correct DAQmx resource.
03-23-2015 04:19 PM
OK, thanks. I've just been told it's OK if the installer is 1Gb, so I'll go the easy way.