Hi Dennis (and others)
I am using the loop and scan list method shown in the .jpg file to read channel 3 of my 34901A module using 34970 DAQ unit (I am using the 2nd slot), and am using an external DMM (Agilent 3458A) since my 34970A does not come with an internal one.
My question is-
a) In the loop in your picture, the Loop node of the for loop is not connected to a constant/control to set the number of loops to be run. I am assuming that's because it was a snapshot so it was not a necessary detail.
b) I connected a constant of "3" to the "Loops" node of my For Loop, however, I get only 1 reading. I am using the Write LabView measurement file Express VI to gather data and this VI is inside of the for loop.
I don't understand why I get only 1 reading instead of 3. I observed the program using highlight execution and also using the "i" of the for loop to check how many times the loop runs, and it runs only once instead of 3- can you please help me know why? Eventually I want to run 2 wire measurements on all 20 channels.
Your help is appreciated! Thanks!!!