If you find a virtual instrument (VI) in Connexions that illustrates your point, the Creative Commons license allows you to use the VI in your own module. Steps for embedding the VI in your module are as follows:
- Choose a workgroup to hold the module containing the desired VI.
- From the workgroup window, click the
Search for Published Contentbutton. - Type some terms which identify the desired module and click the
Searchbutton. - Click the checkbox next to the desired module, choose the target workgroup from the dropdown, and click the
Addbutton to add the desired module to your workgroup. - Open the workgroup window containing the desired module.
- Click on the desired module to open it.
- Locate the CNXML element containing the VI, click in it, and record the values of the
lvfppviname,width, andheightparameters. - Click on the
Filestab to display files contained in the module. - Click the checkbox next to the file containing the desired VI. It should be the file with a
.llbextension. - Click the
Copybutton to copy the file containing the VI. - Navigate to the files tab of your own module.
- Click the
Pastebutton to paste the VI into your own module. - Add a paragraph to your own module (either in
Edit In PlaceorFull Source Editingmode). - Paste the code that follows in the paragraph and modify the attributes to reflect what you recorded earlier:
<media type="application/x-labviewrpvi80" src="your_llb_filename.llb"> <param name="lvfppviname" value="your_vi_filename.vi"> <param name="width" value="your_vi_width"> <param name="height" value="your_vi_height"> </media> - Save your module.



Viewing Embedded LabVIEW Content
