I'm trying to do some simple Temperature Aquisition with a DAQ Module (as seen in the bottom-right corner below). I'm taking this temperature data while cycling a power supply (the inner loop). The problem is that the DAQ Module is only executed when I first am in the outer loop. If the number of samples I request is too small and it finishes before the inner-loop is done, it will miss some temperature readings. If I sample too many times, the inner loop will finish, exit, and then an error pops up that I'm trying to call the DAQ Assistant Module again when it hasn't finished the first run.
I guess my general question is: How do you run multiple processes concurrently in labview? Like continually take temperature readings and do something else simultaneously. Or count up, while doing something else at the same time. I'm relatively new to labview so I'm not familiar with more complicated structures that might enable this type of programming. If this is not possible, how would you achieve what I'm trying to do?
Thanks.