nidaqmx

Is it possible to customize the signal returned by a ni-daqmx simualed device?

ni-daqmx has a "simulated driver" feature. In the case of an AI, the returned signal is a noisy sine. Is it possible somehow to change this behavior in order to have anytype of signal? if not, is there some alternatives to simulate hardware? ...

Prevent System.IO.FileNotFoundException when loading running code that uses a DLL from GAC

I'm using a third party API to access some data acquisition hardare (National Instruments hardware with DAQmx driver). To do so, I add a reference to its driver dll. When I run the code on a machine that has the driver installed, no problem. But when I run on a machine without the driver, I get a System.IO.FileNotFoundException that can...