Labview PDF

Title Labview
Author Sadia Tarnima
Course C Programming Language
Institution Nassau Community College
Pages 4
File Size 399 KB
File Type PDF
Total Downloads 9
Total Views 165

Summary

labview...


Description

EENG 1920: Project II – Introduction to Electrical Engineering Assignment-8 Due date: 11/07/2013

Problem-1: Converters Create a LabVIEW program (VI) to convert: 1) Fahrenheit (°F) to Celsius (°C) 2) Radians to Degrees 3) Inches to Centimeters - Use Case Structure(s), and add a Control for the user to select the type of conversion he/she would like to perform. - For the temperature conversion, use a Slider for the control and Thermometer as the indicator. Provide a simple explanation of how you developed your program and how you tested it.

I created an Enum with the three cases that I wanted to have. I then connect the Enum to a case structure vie the case selector port. To do the calculations I had to use formula script because my MATLAB script node was not working but either way it turned out the same. For testing I just entered random numbers and cheked the output to see if it was correct for each case.

Problem-3: Simple Calculator Make a program which lets the user input two numbers, choose an operation (one of add, subtract, multiply, or divide), and display the result. This program includes arithmetic operations and case structure.

Problem-4:

Problem-5: Sequence Structure Exercise-3 (Average Temperature Limit VI) from “Programming with Structure” posted in Lesson-10 folder.

Problem-6:(10.3 Page 210) Network Diagram...


Similar Free PDFs