Complete the following steps to display waveform data on a single-plot, single-point waveform chart.
Select a waveform chart located on the Controls»Graph palette, and place it on the front panel.
Build a block diagram with the following objects:
Divide function located on the Functions»Numeric palette.
Sine function located on the Functions»Numeric»Trigonometric palette.
While Loop located on the Functions»Structures palette. Drag the loop around all objects on the block diagram.
Wire the x/y output of the Divide function to the x input of the Sine function, and wire the sin(x) output of the Sine function to the waveform chart terminal.
Wire the iteration terminal of the While Loop to the x input of the Divide function.
Right-click the y input terminal of the Divide function and select Create»Constant from the shortcut menu. A numeric constant appears.
Enter 10 in the constant and press the <Enter> key.
Macintosh and UNIX Press the <Return> key.
Run the VI.
Refer to the Charts VI in the examples\general\graphs\charts.llb for an example of charting waveform data.