sts123 Posted June 12 Report Posted June 12 In task there is the option to split the file by spanning multiple files over the given number of samples. Any chance I can do this with the LabVIEW code, so I have control over the file names and samples per file? R_R_9_MTDS_2.vi Quote
sts123 Posted June 12 Author Report Posted June 12 So effectively I want to create a variables with file path and samples number. Quote
cordm Posted June 12 Report Posted June 12 Use the builtin TDMS logging function and set the samples per file via property node (DAQmx Read class): https://www.ni.com/docs/en-US/bundle/ni-daqmx/page/multiplefiles.html R_R_9_MTDS_2_CM.vi Quote
sts123 Posted 4 hours ago Author Report Posted 4 hours ago I've done it like this. Not sure if this is efficient and can avoid missing samples during split. I am using high sampling rates. RR_Spliting_2.vi Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.