Heating Unit Controls

From UConn PAN
Revision as of 17:01, 25 April 2012 by Hrampanis (talk | contribs) (Created page with '=== Oscilloscope LabVIEW Program === The oscilloscope out of the package had a LabVIEW program which given certain parameters creates waves on the oscilloscope screen. The purp…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.