- Building an Analysis VI
In the following exercises, you will build a VI that generates a signal, filters
the signal, indicates if the signal exceeds a certain limit, and records the
data. After you complete the exercises, the front panel of the VI will look simila
r to the front panel in Figure 3-1.
- Modifying a VI Created from a Template
Complete the following steps to create a VI that generates, analyzes, and displays a signal.
- In the Getting Started window, click New to display the New dialog box.
- From the Create New list, select VI»From Template»Tutorial (Getting Started)»Generate, Analyze, and Display. This template VI simulates a signal and analyzes it for its root mean square (RMS) value.
- Click the OK button or double-click the name of the template to create a VI from the template.
- If the Context Help window is not visible, press the <Ctrl-H> keys to display the window. (Mac OS X) Press the <Command-Shift-H> keys.
- Display the block diagram by pressing the <Ctrl-E> keys.
- Move the cursor over the Amplitude and Level Measurements Express VI, shown at left. The Context Help window displays information about the behavior of the Express VI. Keep the Context Help window open. It will provide useful information as you complete the rest of this exercise.
- Display the front panel and remove the RMS indicator, shown at left. You will not use the RMS functionality of the Amplitude and Level Measurements Express VI for this exercise. However, you can use the Generate, Analyze, and Display template VI with the RMS functionality in the future to reduce development time.
- Display the block diagram and remove any broken wires that result from removing the RMS indicator. To remove all broken wires from the block diagram, you can press the <Ctrl-B> keys.
- Then return to the front panel window and right-click the waveform graph indicator. Select Properties from the shortcut menu. The Graph Properties dialog box appears.
- On the Appearance page, place a checkmark in the Visible checkbox in the Label section and enter Unfiltered Signal in the text box.
- Click the OK button to save the configuration and close the Graph Properties dialog box.
- Run the VI. The signal appears in the graph.
- Click the STOP button to stop the VI.
- Adding a Signal
The Simulate Signal Express VI simulates a sine wave by default. You can customize the simulated signal by changing the options in the Configure Simulate Signal dialog box.
Complete the following steps to create an additional simulated signal that adds uniform white noise to the sine wave.
- On the block diagram, use the Positioning tool to select the Simulate Signal Express VI. Hold down the <Ctrl> key and click and drag to create an additional Simulate Signal Express VI on the block diagram. (Mac OS X) Hold down the <Option> key and drag. (Linux) You also can hold down the middle mouse button and drag.
- Release the mouse button to place the copied Simulate Signal Express VI below the original Simulate Signal Express VI. LabVIEW updates the name of the copied Simulate Signal Express VI to Simulate Signal2.
- Double-click the Simulate Signal2 Express VI to display the Configure Simulate Signal dialog box.
- Select Sine from the Signal type pull-down menu.
- Enter 60 in the Frequency (Hz) text box.
- Enter 0.1 in the Amplitude text box.
- Place a checkmark in the Add noise checkbox to add noise to the sine signal.
- Select Uniform White Noise from the Noise type pull-down menu.
- Enter 0.1 in the Noise amplitude text box.
- Enter -1 in the Seed number text box.
- In the Timing section, select the Run as fast as possible option
- In the Signal Name section, remove the checkmark from the Use signal type name checkbox.
- Enter 60 Hz and Noise in the Signal name text box. When you change the signal name in the Configure Simulate Signal dialog box, LabVIEW changes the name of the signal output on the block diagram. Changing the signal name makes it easier for you to identify the signal type when you view the Express VI on the block diagram. The Result Preview section displays a random signal. The Configure Simulate Signal dialog box should appear similar to Figure 3-2.
- Click the OK button to save the current configuration and close the Configure Simulate Signal dialog box.
- Adding Two Signals
To add two signals together to create one signal, you can use the Formula Express VI. Rather than merging two signals on one graph, the Formula Express VI adds both signals together to create a single signal on the graph. You can use this Express VI to add noise to a signal.
Complete the following steps to add the 60 Hz and Noise signal to the Sine signal.
- In the block diagram window, triple-click the wire that connects the Sine output of the Simulate Signal Express VI to the Signals input of the Amplitude and Level Measurements Express VI and to the Unfiltered Signal indicator. Remove the wire.
- On the Functions palette, click the Search button to search for the Formula Express VI, shown at left, and add it to the block diagram between the Simulate Signal Express VIs and the Amplitude and Level Measurements Express VI. The Configure Formula dialog box appears.
- In the Label column, change the label for X1 to Sine and the label for X2 to 60 Hz and Noise. The Formula Express VI automatically enters the first input, Sine, in the Formula text box.
- Click the + button and then the X2 button to add Sine and 60 Hz and Noise together in the Formula text box.
- Click the OK button to save the current configuration and close the Configure Formula dialog box.
- Use the Wiring tool to wire the Sine output of the Simulate Signal Express VI to the Sine input of the Formula Express VI.
- Wire the 60 Hz and Noise output of the Simulate Signal2 Express VI to the 60 Hz and Noise input of the Formula Express VI.
- Wire the Result output of the Formula Express VI to the Unfiltered Signal indicator and to the Signals input of the Amplitude and Level Measurements Express VI.
- Display the front panel by pressing the <Ctrl-E> keys.
- Run the VI. The signal with added noise appears in the graph.
- Click the STOP button to stop the VI.
- Select File»Save As and save the VI as Analysis.vi in an easily accessible location.
- Filtering a Signal
Complete the following steps to configure the Filter Express VI to filter the
signal using an infinite impulse response (IIR) filter.
- Display the block diagram window and remove the wire that connects the Result output of the Formula Express VI to the Signals input of the Amplitude and Level Measurements Express VI.
- Remove all broken wires that result from removing the wire.
- Search for the Filter Express VI, shown at left, and add it to the block diagram between the Simulate Signal2 Express VI and the Amplitude and Level Measurements Express VI. The Configure Filter dialog box appears.
- In the Filter Specifications section, change the Cut off Frequency (Hz) to 25.
- Click the OK button to save the configuration and close the Configure Filter dialog box.
- Display the front panel.
- Click the Unfiltered Signal waveform graph indicator and press the <Ctrl> key while you drag with the Positioning tool to create an additional waveform graph indicator.
- Triple-click the Unfiltered Signal 2 label above the new waveform graph indicator and enter Filtered Signal to change the label of the indicator. You also can change the label on the Appearance page of the Graph Properties dialog box.
- On the block diagram, wire the Result output of the Formula Express VI to the Signal input of the Filter Express VI and to the Unfiltered Signal waveform graph indicator.
- Wire the Filtered Signal output of the Filter Express VI to the Signals input of the Amplitude and Level Measurements Express VI and to the input of the Filtered Signal waveform graph indicator.
- Select File»Save. The block diagram of the Analysis VI should appear similar to Figure 3-3.
- Modifying the Appearance of Graphs
Complete the following steps to change the format of the x-axis and y-axis of the Unfiltered Signal and Filtered Signal graphs.
- In the front panel window, right-click the Unfiltered Signal graph indicator and select Properties from the shortcut menu. The Graph Properties dialog box appears.
- On the Display Format page, select Time (X-Axis) from the top pull-down menu.
- Select the Default editing mode option.
- In the Type list, select Automatic formatting.
- In the Digits field, enter 6 and select Significant digits from the Precision Type pull-down menu.
- Place a checkmark in the Hide trailing zeros checkbox.
- Select Amplitude (Y-Axis) from the top pull-down menu and repeat steps 3–6 so the y-axis configuration matches the x-axis configuration.
- On the Scales page, select Amplitude (Y-Axis).
- Remove the checkmark from the Autoscale checkbox
- Enter -2.5 in the Minimum text box and 2.5 in the Maximum text box.
- Click the OK button to save the configuration and close the Graph Properties dialog box.
- Repeat steps 1–11 to configure the Filtered Signal graph indicator. The x-axis and the y-axis on the Unfiltered Signal and Filtered Signal graph indicators change to reflect the new configuration.
- Analyzing the Amplitude of a Signal
Complete the following steps to reconfigure the Express VI to measure the peak-to-peak amplitude values of the signal.
- On the block diagram, double-click the Amplitude and Level Measurements Express VI to display the Configure Amplitude and Level Measurements dialog box
- In the Amplitude Measurements section, remove the checkmark from the RMS checkbox.
- Place a checkmark in the Peak to peak checkbox. Peak to peak appears in the Results section with the corresponding value of the measurement.
- Click the OK button to save the current configuration and close the Configure Amplitude and Level Measurements dialog box. The RMS output of the Amplitude and Level Measurements Express VI changes to reflect the new Peak to Peak output, shown at left. You will use the Peak to Peak output in a later exercise.
- Controlling the Speed of Execution
To plot the points on the waveform graphs more slowly, you can add a time delay to the block diagram. A time delay slows the speed at which a VI runs.
Complete the following steps to control the speed at which the VI runs.
- On the block diagram, search for the Time Delay Express VI.
- Place the Time Delay Express VI inside the While Loop. The Configure Time Delay dialog box appears.
- Enter 1.000 in the Time delay (seconds) text box and click the OK button
- Display the front panel and run the VI. The VI runs more slowly. The loop iterates once every second.
- Stop the VI.
- Adding a Warning Light
Complete the following steps to add a warning light to the VI.
- Display the Controls palette by right-clicking any blank space in the front panel window.
- On the Express palette, select the LEDs palette.
- Select the round LED indicator and add it to the front panel to the left of the waveform graphs.
- Double-click the Boolean label above the LED and enter Warning to change the label of the LED.
- Select File»Save As to display the Save As dialog box.
- Read the various dialog box options. Select the Copy and Substitute copy for original options to create a copy of the original VI and immediately edit the copy.
- Click the Continue button and save the VI as Warning Light.vi in an easily accessible location.
- Setting a Warning Level Limit
To specify the value at which you want the LED to light, use the Comparison Express VI.
Complete the following steps to compare the peak-to-peak value to a limit you set.
- On the block diagram, search for the Comparison Express VI and place it to the right of the Amplitude and Level Measurements Express VI. The Configure Comparison dialog box appears.
- In the Compare Condition section, select the > Greater option
- In the Comparison Inputs section, select Value and enter 2 in the Value numeric control to assign a constant value at which you want the LED to light.
- Click the OK button to save the current configuration and close the Configure Comparison dialog box. The name of the Comparison Express VI changes to reflect the operation of the Express VI, shown at left. Greater indicates that the Express VI does a greater than comparison.
- Wire the Peak to Peak output of the Amplitude and Level Measurements Express VI to the Operand 1 input of the Greater Express VI.
- Move the cursor over the wire that connects the Peak to Peak output to the Operand 1 input.
- When the Positioning tool appears, right-click the wire that connects the Peak to Peak output to the Operand 1 input and select Create» Numeric Indicator from the shortcut menu.
- Warning the User
After you specify the values at which you want the LED to light, you must wire the LED to the Greater Express VI.
Complete the following steps to provide a visual cue when the peak-to-peak value of the signal exceeds a specified limit.
- In the block diagram window, move the Warning terminal to the right of the Greater Express VI. Make sure the Warning terminal is inside the While Loop, as shown in Figure 3-4.
- Wire the Result output of the Greater Express VI to the Warning terminal.The block diagram should appear similar to Figure 3-4.
- Display the front panel. A numeric indicator labeled Peak to Peak appears in the front panel window. This indicator displays the peak-to-peak value of the signal.
- Run the VI. When the peak-to-peak value exceeds 2.0, the Warning indicator lights.
- Click the STOP button to stop the VI.
- Save the VI.
- Configuring a VI to Save Data to a File
To store information about the data a VI generates, use the Write To
Measurement File Express VI.
Complete the following steps to build a VI that saves peak-to-peak values
and other information to a LabVIEW data file.
- Search for the Write To Measurement File Express VI and add it to the block diagram below and to the right of the Amplitude and Level Measurements Express VI.
- In the Configure Write to Measurement File dialog box, locate the If a file already exists section and select the Append to file option to write all the data to the test.lvm file without erasing any existing data in the file.
- In the Segment Headers section, select the One header only option to create only one header in the file to which LabVIEW writes the data.
- Enter the following text in the File Description text box: Sample of peak to peak values. LabVIEW appends the text you enter in this text box to the header of the file.
- Click the OK button to save the current configuration and close the Configure Write To Measurement File dialog box.
- Saving Data to a File
Complete the following steps to generate the test.lvm file.
- On the block diagram, wire the Peak to Peak output of the Amplitude and Level Measurements Express VI to the Signals input of the Write To Measurement File Express VI.
- Select File»Save As and save the VI as Save Data.vi in an easily accessible location.
- Display the front panel and run the VI.
- Click the front panel STOP button.
- To view the data you saved, open the test.lvm file in the LabVIEW Data directory with a spreadsheet or text-editing application. The file has a header that contains information about the Express VI.
- Close the file after you finish looking at it and return to the Save Data VI.
- Adding a Button That Stores Data When Clicked
Complete the following steps to add a button to the VI and configure how the button responds when a user clicks it.
- Display the front panel and search the Controls palette for a rocker button. Select one of the rocker buttons and place it to the right of the waveform graphs.
- Right-click the rocker button and select Properties from the shortcut menu to display the Boolean Properties dialog box.
- Change the label of the button to Write to File.
- On the Operation page of the Boolean Properties dialog box, select Latch when pressed from the Button behavior list.
- Click the OK button to save the current configuration and close the Boolean Properties dialog box.
- Save the VI.
- Saving Data When Prompted by a User
Complete the following steps to build a VI that logs data to a file when the
user clicks a button on the front panel.
- In the block diagram window, double-click the Write To Measurement File Express VI to display the Configure Write To Measurement File dialog box.
- Change the filename test.lvm in the Filename text box to Selected Samples.lvm to save the data to a different file.
- Click the OK button to save the current configuration and close the Configure Write To Measurement File dialog box.
- Right-click the Signals input of the Write To Measurement File Express VI and select Insert Input/Output from the shortcut menu to insert the Comment input.
- Right-click the Comment input of the Write To Measurement File Express VI and select Select Input/Output»Enable from the shortcut menu to replace the Comment input with the Enable input.
- Move the Write to File terminal to the left of the Write To Measurement File Express VI.
- Wire the Write to File terminal to the Enable input of the Write To Measurement File Express VI.
- Viewing Saved Data
Complete the following steps to view the data that you save to the Selected Samples.lvm file.
- Display the front panel and run the VI. Click the Write to File button several times.
- Click the STOP button.
- Open the Selected Samples. lvm file with a spreadsheet or text-editing application.
- Close the file after you finish looking at it.
- Save and close the VI.
Ulasan
Catat Ulasan