I am trying to use two timed loops. The first timed loop is supposed to acquire some analog inputs, average the values, and then display the average values on the Front Panel at a rate of 2 Hz. When I want to acquire data I enter a second timed loop and try to acquire data at a rate of 50 Hz. The second timed loop is designed to acquire 1 value and then append the data to a file. During the 50 Hz acquisition I want the first timed loop to also run so that the Front Panel continues to refresh values at 2 Hz.
The problem I'm getting is that the second timed loop doesn't acquire and write data any faster than the first timed loop. So in this case I'm limited to 2 Hz data acquisition when I want 50 Hz.