LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ software, no hardware

Looking for method to not execute DAQ stuff when no hardware...
 
If I can execute "Get DAQ Device Information" on a system with no DAQ devices, then I can use that flag to
say:  don't execute any of my DAQ routines. (NICE)...
The next question would be, can I install an executeable that has DAQ code in it without any complaints during the install
 and without any complaints(or errors) during execution?
0 Kudos
Message 1 of 2
(2,610 Views)
RayBot,
 
yes you can install and run an executeable without hardware. You need to avoid any call to the DAQmx or TDAQ. You need to install the drivers as well with your application because it maybe will link to some DAQmx or TDAQ dlls. At least the call to "Get DAQ Device Information" needs the drivers.
 
Most of our apps are running on machines without any hardware here on our development systems.
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 2
(2,587 Views)