National Instruments 374318A-01 Network Card User Manual


 
Chapter 4 Getting Started with Measurement Studio
Measurement Studio for MCC User Manual 4-36 ni.com
16. After your program builds and runs, click Start. Notice the graph
shows the data plot, and the gauge and the numeric edit display the
mean of the data.
17. The following screenshot shows
Form1 with customization.
Walkthrough: Creating a Measurement Studio
Application with Web Forms Controls and Analysis in
Visual Studio 2005
Measurement Studio includes user interface controls, such as a waveform
graph control and a gauge control, and analysis functionality such as signal
generation and mathematical functions. This walkthrough is designed to
help you learn how to add analysis and presentation functionality to a Web
Forms application by taking you through the following steps:
Setting up the project—Using the Measurement Studio Application
Wizard, you will create a new project that references the Measurement
Studio Analysis class library and Web Forms controls.
Adding user interface controls to the project—Using the Toolbox
and the Properties window, you will add and configure a button,
waveform graph, legend, gauge, and numeric edit user interface
control.
Generating, plotting, and analyzing the data—Using
WhiteNoiseSignal and Mean, you will generate data, plot the
generated data on a waveform graph, and calculate the mean of
the data.