Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

monitor output of simulated DAQmx devices

Is there a way to monitor the output of a simulated DAQmx device or wrap the output of 1 back to the input of another? I'm trying to programatically sweep a sine wave and want to verify, without real hardware, that the changing dt values I'm writing to th DAQmx data (waveform) input are affecting the period of the waveform being generated. 
0 Kudos
Message 1 of 2
(3,068 Views)
A simulated device has no output at all so there is nothing to monitor but you could monitor the input to the DAQmx Write. If you are using the Sine Waveform function you could simply wire a graph to it's output.
0 Kudos
Message 2 of 2
(3,044 Views)