LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ-mx continuous generation

Hi,

 

I am using DAQ-mx for continuous waveform generation. How can i see what data has been generated in LabVIEW itself?

 

Somil Gautam
Think Weird
0 Kudos
Message 1 of 7
(3,335 Views)
If you attach your code we can show you. It should be as easy as adding a graph to your front panel and connecting it on the block diagram.
Tim
GHSP
0 Kudos
Message 2 of 7
(3,321 Views)

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.... 

Anil Punnam
CLD
LV 2012, TestStand 4.2..........
0 Kudos
Message 3 of 7
(3,313 Views)

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.

Somil Gautam
Think Weird
0 Kudos
Message 4 of 7
(3,294 Views)
Look at the example called Cont Gen Voltage Wfm-Int Clk-Non Regeneration.
0 Kudos
Message 5 of 7
(3,291 Views)
Please check, This code is giving some error. for the first time it runs. There is a problem with the Start task.
Somil Gautam
Think Weird
0 Kudos
Message 6 of 7
(3,275 Views)

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.

Somil Gautam
Think Weird
0 Kudos
Message 7 of 7
(3,273 Views)