<< Chapter < Page Chapter >> Page >
Explore the LabVIEW enviroment by creating a VI that generates a signal and displays it on the front panel.

In the following exercise, you will build a VI that generates a signal and displays that signal in a graph. LabVIEW providestemplates containing information from which you can build a VI. These templates help you get started with LabVIEW.

Complete the following steps to create a VI that generates a signal and displays it on the front panel.

  • Launch LabVIEW.
  • In the LabVIEW dialog box that appears, shown in , click the New button to display the New dialog box.
  • Select VI from Template>>Tutorial (Getting Started)>>Generate and Display in the Create new list. This template VI generates and displays a signal.Notice that previews of the template VI appear in the Front panel preview and the Block diagram preview sections. The shows the New dialog box and the Generate and Display template VI.
  • Click the OK button to open the template. You also can double-click the name of the template VI in the Create new list to open the template.
  • Examine the front panel of the VI.The user interface, or front panel, appears with a gray background and includes controls and indicators. The title barof the front panel indicates that this window is the front panel for the Generate and Display VI.
    If the front panel is not visible, you can display the front panel by selecting Window>>Show Front Panel .
  • Examine the block diagram of the VI.The block diagram appears with a white background and includes VIs and structures that control the front panel objects. Thetitle bar of the block diagram indicates that this window is the block diagram for the Generate and Display VI.
    If the block diagram is not visible, you can display the block diagram by selecting Window>>Show Block Diagram .
  • On the front panel toolbar, click the Run button, shown at left.Notice that a sine wave appears on the graph.
  • Stop the VI by clicking the Stop button, shown at left, on the front panel.

Adding a control to the front panel

Controls on the front panel simulate the input devices on a physical instrument and supply data to the block diagram ofthe VI. Many physical instruments have knobs you can turn to change an input value. Complete the following steps to add aknob control to the front panel.

Throughout these exercises, you can undo recent edits by selecting Edit>>Undo or pressing the Ctrl-Z keys.
  • If the Controls palette is not visible on the front panel, select Window>>Show Controls Palette to display it.
  • Move the cursor over the icons on the Controls palette to locate the Numeric Controls palette.Notice that when you move the cursor over icons on the Controls palette, the name of that subpalette appears in the gray space above all the icons on thepalette. When you idle the cursor over any icon on any palette, the full name of the subpalette, control, orindicator appears.
  • Click the Numeric Controls icon to access the Numeric Controls palette.
  • Select the knob control on the Numeric Controls palette and place it on the front panel to the left of the waveform graph.You will use this knob in a later exercise to control the amplitude of a signal.
  • Select File>>Save As and save this VI as Acquiring a Signal.vi in the C:\Exercises\LabVIEW Basics I directory.
    Save all the VIs you edit or create in this course in the C:\Exercises\LabVIEW Basics I directory.

Changing the signal type

The block diagram has a blue icon labeled Simulate Signal . This icon represents the Simulate Signal Express VI. The Simulate Signal Express VI simulates a sine wave by default. Complete the following steps to change this signal to a sawtooth wave.

  • Display the block diagram by selecting Window>>Show Block Diagram or by clicking the block diagram.Notice the Simulate Signal Express VI, shown in . An Express VI is a component of the block diagram that you canconfigure to perform common measurement tasks. The Simulate Signal Express VI simulates a signal based on the configuration that you specify.
  • Right-click the Simulate Signal Express VI and select Properties from the shortcut menu to display the Configure Simulate Signal dialog box.
  • Select Sawtooth from the Signal type pull-down menu.Notice that the waveform on the graph in the Result Preview section changes to a sawtooth wave. The Configure Simulate Signal dialog box should appear similar to .
  • Click the OK button to apply the current configuration and close the Configure Simulate Signal dialog box.
  • Move the cursor over the down arrows at the bottom of the Simulate Signal Express VI.
  • When a double-headed arrow appears, shown at left, click and dragthe border of the Express VI until the Amplitude input appears.Notice how you expanded the Simulate Signal Express VI to display a new input. Because the Amplitude input appears on the block diagram, you can configure the amplitude of the sawtooth wave on theblock diagram.In , notice how Amplitude is an option in the Configure Simulate Signal dialog box. When inputs, such as Amplitude , appear on the block diagram and in the configuration dialogbox, you can configure the inputs in either location.

Wiring objects on the block diagram

To use the knob control to change the amplitude of the signal, you must connect the two objects on the blockdiagram. Complete the following steps to wire the knob to the Amplitude input on the Simulate Signal Express VI.

  • Move the cursor over the Knob terminal, shown at left, until the Positioning tool appears.Notice how the cursor becomes an arrow, or the Positioning tool, shown in . Use the Positioning tool to select, position, and resize objects.
  • Click the Knob terminal to select it, then drag the terminal to the left of the Simulate Signal Express VI. Make sure the Knob terminal is inside the loop, shown in .The terminals are representations of front panel controls and indicators. Terminals are entry and exit ports thatexchange information between the front panel and block diagram.
  • Deselect the Knob terminal by clicking a blank space on the block diagram.
  • Move the cursor over the arrow of the Knob terminal, shown in .Notice how the cursor becomes a wire spool, or the Wiring tool, shown at left. Use the Wiring tool to wire objects together on the block diagram.
    The cursor does not switch to another tool while an object is selected.
  • When the Wiring tool appears, click the arrow and then click the Amplitude input of the Simulate Signal Express VI, shown in , to wire the two objects together.Notice that a wire appears and connects the twoobjects. Data flows along this wire from the terminal to the Express VI.
  • Select File>>Save to save this VI.

Running the vi

Running a VI executes your solution. Complete the following steps to run the Acquiring a Signal VI.

  • Display the front panel by selecting Window>>Show Front Panel or by clicking the front panel.
    Press the Ctrl-E keys to switch from the front panel to the block diagram or from the block diagramto the front panel.
  • Click the Run button.
  • Move the cursor over the knob control.Notice how the cursor becomes a hand, or the Operating tool, shown at left. Use the Operating tool to change the value of a control or select the text within a control.
  • Using the Operating tool, turn the knob to adjust the amplitude of the sawtooth wave.Notice how the amplitude of the sawtooth wave changes as you turn the knob. Also notice that the y-axis on the graphautoscales to account for the change in amplitude.To indicate that the VI is running, the Run button changes to a darkened arrow, shown at left. You cannot edit the front panel or block diagram while the VIruns.
  • Click the Stop button, shown at left, to stop the VI.
Although Abort Execution button looks like a stop button, the Abort Execution button does not always properly close the VI. National Instruments recommendsstopping your VIs using the Stop button on the front panel. Use the Abort Execution button only when errors prevent you from terminating the application usingthe Stop button.

Modifying the signal

Complete the following steps to add scaling to the signal and display the results in the graph on the front panel.

  • On the block diagram, use the Positioning tool to double-click the wire that connects the Simulate Signal Express VI to the Waveform Graph terminal shown in .
  • Press the Delete key to delete this wire.
  • If the Functions palette is not visible on the block diagram, select Window>>Show Functions Palette to display it.
  • Select the Scaling and Mapping Express VI, shown at left, on the Arithmetic&Comparison palette and place it on the block diagram inside the loop between the Simulate Signal Express VI and the Waveform Graph terminal. If there is no room between the Express VI and the terminal,move the Waveform Graph terminal to the right.Notice that the Configure Scaling and Mapping dialog box automatically opens when you place the Express VI on the block diagram.
  • Define the value of the scaling factor by entering 10 in the Slope (m) text box.The Configure Scaling and Mapping dialog box should appear similar to .
  • Click the OK button to apply the current configuration and close the Configure Scaling and Mapping dialog box.
  • Move the cursor over the arrow on the Sawtooth output of the Simulate Signal Express VI.
  • When the Wiring tool appears, click the arrow and then click the arrow on the Signals input of the Scaling and Mapping Express VI, shown in , to wire the two objects together.
  • Using the Wiring tool, wire the Scaled Signals output of the Scaling and Mapping Express VI to the Waveform Graph terminal.Notice the wires connecting the Express VIs and terminals. The arrows on the Express VIs and terminals indicate the directionthat the data flows along these wires. The block diagram should appear similar to .
    The terminals in the block diagram are set to display as icons. To display a terminal as a data type on the blockdiagram, right-click the terminal and select View As Icon from the shortcut menu to remove the checkmark.
  • Select File>>Save to save this VI.

Displaying two signals on the graph

To compare the signal generated by the Simulate Signal Express VI and the signal modified by the Scaling and Mapping Express VI on the same graph, use the Merge Signals function. Complete the following steps to display two signals on the same graph.

  • Move the cursor over the arrow on the Sawtooth output of the Simulate Signal Express VI.
  • Using the Wiring tool, wire the Sawtooth output to the Waveform Graph terminal.The Merge Signals function, shown in , appears where the two wires connect. This function takes the two separate signals and combines them sothat both can be displayed on the same graph. The block diagram should appear similar to .
  • Select File>>Save to save this VI. You also can press the Ctrl-S keys to save a VI.
  • Return to the front panel, run the VI, and turn the knob control.Notice that the graph plots the sawtooth wave and the scaled signal. Also notice that the maximum value on the y-axisautomatically changes to be 10 times the knob value. This scaling occurs because you set the slope to 10 in the Scaling and Mapping Express VI.
  • Click the Stop button.

Customizing the knob

The knob control changes the amplitude of the sawtooth wave so labeling it Amplitude accurately describes the function of the knob. Complete the following steps tocustomize the appearance of a control on the front panel.

  • Right-click the knob and select Properties from the shortcut menu to display the Knob Properties dialog box.
  • In the Label section on the Appearance tab, delete the label Knob, and type Amplitude in the text box.The Knob Properties dialog box should appear similar to .
  • Click the Scale tab and, in the Scale Range section, change the maximum value to 5.0 .Notice how the knob on the front panel instantly updates to reflect these changes.
  • Click the OK button to apply the current configuration and close the Knob Properties dialog box.
  • Save this VI.
    As you build VIs, you can experiment with different properties and configurations. You also can add and deleteobjects. Remember, you can undo recent edits by selecting Edit>>Undo or pressing the Ctrl-Z keys.
  • Experiment with other properties of the knob by using the Knob Properties dialog box. For example, try changing the colors for the Marker Text Color by clicking the color box located on the Scale tab.
  • Click the Cancel button to avoid applying the changes you made while experimenting. If you want to keepthe changes you made, click the OK button.

Customizing the waveform graph

The waveform graph indicator displays the twosignals. To indicate which plot is the scaled signal and which is the simulated signal, you customize the plots. Complete thefollowing steps to customize the appearance of an indicator on the front panel.

  • Move the cursor over the top of the plot legend on the waveform graph .Notice that while there are two plots on the graph, the plot legend displays only one plot.
  • When a double-headed arrow appears, shown in , click and drag the border of the plot legend until the second plot name appears.
  • Right-click the waveform graph and select Properties from the shortcut menu to display the Graph Properties dialog box.
  • On the Plots tab, select Sawtooth from the pull-down menu. Click the Line Color color box to display the color picker . Select a new line color.
  • Select Sawtooth (Scaled) from the pull-down menu.
  • Place a checkmark in the Don't use waveform names for plot names checkbox.
  • In the Name text box, delete the current label and change the name of this plot to Scaled Sawtooth .
  • Click the OK button to apply the current configuration and close the Graph Properties dialog box.Notice how the plot color on the front panel changes.
  • Experiment with other properties of the graph by using the Graph Properties dialog box. For example, try disabling the autoscale feature located on the Scales tab.
  • Click the Cancel button to avoid applying the changes you made while experimenting. If you want to keepthe changes you made, click the OK button.
  • Save and close this VI.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Labview graphical programming. OpenStax CNX. Apr 09, 2015 Download for free at https://legacy.cnx.org/content/col11408/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Labview graphical programming' conversation and receive update notifications?

Ask