09-17-2009 06:48 AM
Hi,
I am using DAQ-mx for continuous waveform generation. How can i see what data has been generated in LabVIEW itself?
09-17-2009 07:58 AM
09-17-2009 08:36 AM
If you want to see exact data that has been generated, you may have to acquire the signal back using AI input and see..........
otherwise you can add a graph on your front panel and in the block diagram, connect data that is being given to Analog out....
09-17-2009 09:36 PM
HI
Here is my code.
The thing is, it just takes the data once and generates it. What if i want to generate a new data everytime and write that data to a channel.
09-17-2009 09:51 PM
09-17-2009 11:12 PM
09-17-2009 11:18 PM
OK guys, i got it. There was some foolishness i had done.
Didnt set the write task to multiple samples!!!! Here it is just one sample.