09-08-2010 04:47 AM
I do not have a physical DAQ; however, I would like to develope a VI and fool it into thinking that a DAQ card is there until I get one. I will be grateful if anyone could give me some pointer on it. Moreover, it is possible to configure a DAQ assistant VI to read from a measurement file. Thanks.
09-08-2010 09:30 AM
Open MAX (Measurement & Automation Explorer) and right click on Devices and Interfaces and select Create New>Simulated DAQmx Device. Select the device. You would have to already installed DAQmx first.
No, the DAQ Assistant cannot read files. the file I/O functions read files.
09-10-2010 01:59 AM
Thanks for the answer.