12-14-2007 11:54 AM
12-14-2007 03:17 PM
You've posted to the TestStand forum. Are you using TestStand or just LabVIEW? If it's just LabVIEW, then all you have to do is use the VI you posted as a subVI in a main VI that you write. The main would have controls for the measurement type and range and maybe a Boolean labeled 'Measure'. When the user clicks the "Measure' button, the subVI gets called and returns a value. Using an event structure would be a fine way to structure your program.
Since you are new to LabVIEW, I would recomend you check into the free tutorials at http://www.ni.com/academic/lv_training/how_learn_lv.htm.