LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

looking for a vi to visualize multiple tdms, measurement explorer

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

0 Kudos
Message 1 of 5
(688 Views)

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.


  • To scan a folder for TDMS files you  may use the ListFolder function.
  • To "filter for properties" isn't generic at all, each file/measurement might have different properties. So you need to implement your filtering on your own.
  • Selecting channels and display their data is generic: learn from TDMSViewer…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(685 Views)

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. 

0 Kudos
Message 3 of 5
(676 Views)

The SCOUT TDMS File Viewer 

May be exactly what you are looking for.   Check the link and try it out.


"Should be" isn't "Is" -Jay
Message 4 of 5
(662 Views)

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 

0 Kudos
Message 5 of 5
(651 Views)