07-02-2024 05:56 AM
Hi,
How to view TDMS data logs in graphs? I have TDMS log file with 15,00,000 rows readings. I want to view those data in graph format. is there any easy way?
Thanks
Kumaresan
Solved! Go to Solution.
07-02-2024 06:55 AM
Hi Kumaresan,
@Kumaresan.mech wrote:
How to view TDMS data logs in graphs? I have TDMS log file with 15,00,000 rows readings. I want to view those data in graph format. is there any easy way?
Use the TDMSFileViewer, found in the TDMS file functions palette…
07-02-2024 08:49 AM
I'm also a big fan of Scout by SingalX
https://signalxtech.com/software/scout/
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
07-02-2024 10:25 PM
works well. Thanks
one more question, what is the max size would be safe limit for TDMS log files? I mean my TDMS log files size is 100Mb, is this safe or should I keep it small?
Thanks
Kumaresan
07-03-2024 12:44 AM
Hi Kumaresan,
@Kumaresan.mech wrote:
what is the max size would be safe limit for TDMS log files? I mean my TDMS log files size is 100Mb, is this safe or should I keep it small?
100MB is "not large" for TDMS files…
07-03-2024 02:43 AM
So, I can continue to log in single tdms file as much as i need. size doesn't matter. Got it!.
Sorry one more question.
Let's say, if my customer wants the log file and I send the log to them, they don't have Tdms file viewer or Labview runtime engine. how would they read and view the logs in graph? I think these logs are too much to handle for excel graph method. is there any better way?
07-03-2024 03:26 AM - edited 07-03-2024 03:26 AM
Hi Kumaresan,
@Kumaresan.mech wrote:
Let's say, if my customer wants the log file and I send the log to them, they don't have Tdms file viewer or Labview runtime engine. how would they read and view the logs in graph? I think these logs are too much to handle for excel graph method. is there any better way?
Create a support tool for your customer to allow them to read/display TDMS data and export (all data or subsets) to other formats (like CSV)… (Or point them to ScoutX or similar tools as suggested above.)
Ask the customer what exactly they need!
07-03-2024 03:32 AM
Okay got it. Thank for your support
Thanks
Kumaresan
07-03-2024 08:11 AM
In the past I've tried making tools to view TDMS files in a more friendly way, specifically for the data I would be collecting. But almost every time I will show them Scout, and show how easy it is to graph, and take measurements and they accept that as the solution. We've had multi gigabyte TDMS files. Probably on the order of 10GB as the largest. They often will compress really well so you can try to zip them as a final process.
If you are worried about size, maybe check out my Tremendous TDMS toolkit. Here's a video showing how it can be used to automatically make a new TDMS file once the file size goes above some value.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord