Heating Unit Controls
Jump to navigation
Jump to search
Oscilloscope LabVIEW Program
The oscilloscope out of the package had a LabVIEW program which given certain parameters creates waves on the oscilloscope screen. The purpose of altering the LabVIEW program is to obtain the data which is put into the oscilloscope and to do this for multiple trials consecutively without having to run the program physically multiple times.
The LabVIEW program was put into a "for" loop to allow the program to repeat a number of times signified by the user. The program was then set up to pass data from the previous run to the next run. And finally, the program takes the data from all of the runs and outputs them into a .txt file.