top of page

My LabVIEW Projects

Customized front panels and corresponding block diagrams
Temperature Converter

This is a temperature converter VI created in NI LabVIEW.  The user can enter a temperature in Celsius and the program will convert it into degrees Kelvin and degrees Fahrenheit.  The temperatures are also displayed graphically.  LabVIEW also allows for endless customization in the front panel.  One can edit background color, font, text color, and the style of the elements to make the front panel more visually appealing

Power Calculator

This is a power calculator VI created in LabVIEW.  The user can enter voltage and current values using the knobs or by manually entering a numerical value.  The program then calculates and displayes the resulting power value (P = V * I) in numerical form and on the gauge. The block diagram is very simple, the two inputs are just wired through a multiplication function to achieve the output.  

Digital Logic

This VI represents basic digital logic.  The user selects the inputs A, B, and/or C using the buttons.  When the program runs, the output LED's light up based on the selected inputs.  The block diagram has the three inputs wired through the boolean functions: AND, OR, and NOT.  

bottom of page