Thanks, I'll try to post a rough draft as soon as I get the Labview computer on the LAN. Until then, what method would you recommend for passing measurement data from one loop to the next? Say I have the following:
"Main" Loop: Loops every 100ms and reads values for all of my LVDT channels
"Secondary" Loop A: Loops every 1 second and gets the last read value of LVDT 1
"Secondary" Loop B: Loops every 10 seconds and gets the last read value of LVDT 2
"Secondary" Loop C: Loops every 100 seconds and gets the last read value of LVDT 3
The reason I have the Main/Secondary loops is because I assumed it would be more efficient to have one DAQ Express VI read everything at once rather than putting a separate instance of it in multiple loops. Of course, I'm prepared to accept the fact that that assumption is completely wrong