In the attached vi, I am querrying 3 different sensors for their values. (N2 Indicated Flow, O2 Indicated Flow and He concentration). I want to be able to display these constantly updated values on the front panel. Then, when I press Save Data, I want to be able to save the next n values, at the desired interval. The problem is that whenever I press the Save Data button, all three of the sensor inputs lock up at the last value prior to pressing the save data button. The same value (the value shown on each of the sensors the last iteration prior to saving) is saved to file. The data is not updating as long as the while loop in the case structure is iterating. As soon as the last iteration is done, the displays resume wiht live, changing data. HELP!!!