07-03-2020 08:07 AM
Hello guys, I have made a .vi to acquire a voltage signal, converting it to current and writing them with their timestamp on a tdms file.This means that the write to tdms file and the reading process are in the same while loop. I wonder how I can make the writing to tdms file start and stop whenever I want while the acquisition of the signal keeps going. I also want to ask if I can read this tdms file the same time as the writing happens.
07-03-2020 08:12 AM
I think you can use a simple Case Structure, inside the True case you place the TDMS File Read/Write you want to happen and nothing on the False case.
You can then add a button to 'trigger' that True case or use a condition.