Jump to content

TDMS Splitting the file


Recommended Posts

Posted

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

  • 2 weeks later...
Posted

At the moment, when the tdms i split, every individual fiel has time stamp reset to 0 at the start. Is is possible to do it the way that each file has time stamps that are continuing without disruption right from the beginning?

 

Posted
4 hours ago, cordm said:

I don't think that's true. Most likely a problem with the exporting.

You were right. How I could check if the there is not samples missing in-between splitting?

 

This is my exporting vi:

 

 

to_Asci_3_range_2.vi

Posted

I don't see why there should be samples missing. If writing cannot keep up with acquisition, the DAQmx buffer will overflow and you get an error during acquisition. If you doubt your own code, use the built-in DAQmx logging shown above.

Otherwise, use NI_MABase.lvlib::ma_time continuity checker.vi to to build a continuity checker for waveforms

snip_wfm_continuity.png.fd1cb68f7657a6eb22581856e3d9c25f.png

 image.png.47d95d526f55fd60eb4bd9b415c9bc06.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.