03-21-2023 04:59 AM
Hi,
is there a package that acts like a scaled down version of Diadem?
I need to scan some folders for tdms files, filter them by properties, select channels and display them.
Would be done quickly, but since its quite a generic thing, I wonder if you know a project that already has this functions?
But my searches gave me no results, which suprised me.
Diadem would be overkill and getting my boss to pay for it is another deal.
Thank you, Bow
03-21-2023 05:05 AM
Hi Bow,
@LabviewBow wrote:
Would be done quickly, but since its quite a generic thing,
For the "generic things" you can use the TDMSViewer function, that comes with LabVIEW…
@LabviewBow wrote:
I need to scan some folders for tdms files, filter them by properties, select channels and display them.
03-21-2023 05:13 AM
Thanks Gerd,
I wasn't looking for an advice on how to make it. I'd have no problems with that. I am looking for code to reuse.
I know about TDMSViewer, it can only open one file at a time. But if this discussion gives no results, I will probably
take parts from it.
03-21-2023 05:31 AM
May be exactly what you are looking for. Check the link and try it out.
03-21-2023 06:27 AM
That is almost perfect. Has much more functions than I need, but that's no problem 😄
would love to have it as a vi though to implement and adjust it