An Interactive Guide to Creating a Simple LabVIEW Program

15
An Interactive Guide to Creating a Simple LabVIEW Program

Transcript of An Interactive Guide to Creating a Simple LabVIEW Program

Page 1: An Interactive Guide to Creating a Simple LabVIEW Program

An Interactive Guide to Creating a Simple LabVIEW Program

Page 2: An Interactive Guide to Creating a Simple LabVIEW Program

Overview

• This presentation is designed to be paired with the instructions titled “How to Create a Simple LabVIEW Program.”

• Each slide corresponds to a single step of the instructions, providing an animation of how to complete that step of the program.

Page 3: An Interactive Guide to Creating a Simple LabVIEW Program

Summary of Steps1. Open a blank LabVIEW document.2. Open the function palette.3. Insert a numeric control for the base of the triangle.4. Insert a numeric control for the height of the triangle.5. Insert the multiply function.6. Wire the base and height controls to the multiplier.7. Insert constant of 0.5.8. Insert second multiply function.9. Wire constant and product of base and height to second

multiplier.10. Insert a numeric indicator to display the final answer.11. Wire result to indicator.12. Run program.

Page 4: An Interactive Guide to Creating a Simple LabVIEW Program

Step 1Open a blank LabVIEW document.

Page 5: An Interactive Guide to Creating a Simple LabVIEW Program

Step 2Open the function palette.

Page 6: An Interactive Guide to Creating a Simple LabVIEW Program

Step 3Insert a numeric control for the base of the triangle.

Page 7: An Interactive Guide to Creating a Simple LabVIEW Program

Step 4Insert a numeric control for the height of the triangle.

Page 8: An Interactive Guide to Creating a Simple LabVIEW Program

Step 5Insert the multiply function.

Page 9: An Interactive Guide to Creating a Simple LabVIEW Program

Step 6Wire the base and height controls to the multiplier.

Page 10: An Interactive Guide to Creating a Simple LabVIEW Program

Step 7Insert constant of 0.5.

Page 11: An Interactive Guide to Creating a Simple LabVIEW Program

Step 8Insert second multiply function.

Page 12: An Interactive Guide to Creating a Simple LabVIEW Program

Step 9Wire constant and product of base and height

to second multiplier.

Page 13: An Interactive Guide to Creating a Simple LabVIEW Program

Step 10Insert a numeric indicator to display the final answer.

Page 14: An Interactive Guide to Creating a Simple LabVIEW Program

Step 11Wire result to indicator.

Page 15: An Interactive Guide to Creating a Simple LabVIEW Program

Step 12Run program.