Jump to content

sts123

Members
  • Posts

    26
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2025
  • Since
    2023

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sts123's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • Dedicated Rare
  • Collaborator Rare
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. So, MATLAB or Python are more efficient to convert TMDS to .txt?
  2. 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
  3. It does not throw the names as expected. to_Asci_3_range_2.vi
  4. My .vi works ok until input file is about 1GB in size. Otherwise, it doesn't run, throwing the error about memory. to_Asci_3_range.vi
  5. 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?
  6. Any thoughts how can I add header to the file, that are the same name as channels names in the Task?
  7. 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
  8. This worked as intended. Many thanks.
  9. Not sure what that is. Can you please guide me?
  10. I tired using Format into string, but then the result text file includes time stamp 4 times for each line of data, instead of doing just once.
  11. I have this .vi that converts the .TDMS to ASCII. However at the moment the time format is "00:00.000001 5.2041 0.2388 -0.0004 0.9106" for each line. How can I make it in seconds in scientific format so the data will show as "1e-6 5.2041 0.2388 -0.0004 0.9106"? Also how can the headers be added into the ASCII file? to_Asci_2.vi
  12. They use the same channels. OK, thanks. Good to know I cannot run two task with same channels simultaneously.
  13. Thanks for the .vi. Seem like the notifier is being passed to the new loop, as new .tdms file is created, but the loop inside the case structure is not being executed, hence the data is not being written into that file. The count stays at 0.
  14. Not sure if I understand... I want the loop when meets condition not to stop but carried on. At the moment there is an "OR" block that is connected to the LED and to the stop loop.
  15. Would it be possible, not to stop the recording of the low sampling rate, while the high sampling rate is also recording after the trigger?
×
×
  • Create New...

Important Information

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