Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to generate Sine wave from card on Graph

As I have seen in Test Panel of Ni that we can generate sine wave.

Is it possible to generate Sine wave from card and show graph on our VB application (Not Test Panel).

If it is possible then please send me the pin coneection for card and what I have to write in my code.

I am using pci 6025-e daq card with its 50 pins input board, and my application development plateform is Visual basic 6.0.

Please guide...

Thanx in advance..
0 Kudos
Message 1 of 2
(2,935 Views)
If you want to generate a sine wave from your card, just use the CWDSP control's SineWave function and then send that waveform to an analog output channel on your board with the CWAO control. If you want to also plot the sine wave on the graph, then just use the PlotY function with the data generated from the SineWave function.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,935 Views)