top of page
Object Oriented Programming Fundamentals in LabVIEW
Programming a Signal Generator
13/01/2019
I wanted to apply my knowledge of LabVIEW Object Oriented Programming (OOP) to a practical project. I set myself the simple task of creating a signal generator which could produce Sin, Cos and Tan signals. The user would chose which signal to generate and the result would be displayed on a graph. The benefit of doing this through an object orientated architecture would be the ease of adding additional signals and other changes.
Running Program
Screenshots of Code
bottom of page