Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

how to add waveform datasource for waveformgraph

I have Measurement Studio 8.1.1 and I want to use a waveformgraph in a Windows application.  I want this source to come a data object that's populated via an asychronous callback.  I have the callback mechanics built and i'm using an AnalogWaveform<Double>[] data type.  I have the waveformgraph pasted down on my Windows form.  However, I just spent the day reading about context sensitive help, wizards, and writing less code.  The fact is that i haven't wrote any code since!!!  Where is there any example or explicit "how to" about adding an AnalogWaveform data object as a datasource to a Windows project and using databindings to link such a source to my WaveformGraph?  Could someone shed some light on this form me?
0 Kudos
Message 1 of 2
(2,839 Views)
Hi GlennXS,

When it comes to examples for Measurement Studio, the best place to reference (especially since it was not indicated which version of Visual Studio you're using or the language in which you intend to program your application) is the Measurement Studio Help document entitled Where to Find Examples.  This lists the location on disk of all examples, including those which include graphing your data using WaveformGraphs.  This is the best place for you to start!

If you're looking for more information on the idea of Data Binding, though, you can search for Data Binding in the Visual Studio help documentation and you'll find a help document entitled Windows Forms Data Binding.

I hope this helps, GlennXS!

Derrick S.
Product Manager
NI DIAdem
National Instruments
0 Kudos
Message 2 of 2
(2,825 Views)