Hello there,
I have there sensors A,B and C which are used to measure the analog voltages. I want to run the
DAQ for 5 minutes so that i can individually record the values for sensor A,B and C in three
excel sheets. At the end of 5 min I want to calculate the average of values and will call them
A(high), B(high), C(high).
Then change one of the parameters in my experiment and redo the above process, that is run the
VI for 5 min , put the values in three separate excel sheets. 5 min I want to calculate the
average of values and will call them
A(low), B(low), C(low).
Then i will click the RESET button and it will transfer all six values (low) ie
A(high), B(high), C(high).
A(low), B(low), C(low).
to a main WHILE loop of my program.