02-09-2006 01:37 PM
02-09-2006 01:48 PM
02-09-2006 04:16 PM
I would like to add that the simulation in DAQmx is somewhat limited. Per the help: "All NI-DAQmx simulated devices return analog input data in the form of a full-scale sine wave with three percent of full-scale noise. When multiple channels are in the task, the data for each channel is offset five degrees in time.".
If you wish to simulate more complex signals, then that's something you're going to have to write yourself. One way to do that is to put all of your DAQ reads in a subVI that has a case statement. One case has the actual DAQ function and the other case will generate a simulated signal. Look on the Analyze>Waveform Generation palette to see some of the options for generating waveforms in software.