Im setting up a simple circuit w/ 8 resistors in parallel. It will be connected to a PCI 6036E DAQ. I need to measure the voltage across each resistor, take x amount of samples, and then automatically move on to the next resistor and so on and also save the values to a file. Im going to connect each resistor to a separate analog channel. I have already setup a vi to read the voltage across one resistor and take X amount of samples, display the waveform, and also save the data to a file.
What would the best structure be to run this test? I am thinking a Sequence structure, but it seems like people tend to avoid using that. Or would a case/while loop be better?
From my understanding, the data will not pass out of a sequence structure until it is finished. this doesnt seem to be that big of a problem for me, as I only want the data at the end....
thanks for the help!