what is your main goal? Are you trying to open the .PDSreplayer file and extract all its internal files, or do you have a different workflow in mind?
I wanted to see csv data for each parameter, so that it can be used as arrays of numerical values (pressure, temperature etc) for calculations, like heat exchange, energy calculations etc.
By the way, Aruna, thanks for the quick PDSViewer project, works awesome. Did AI bot create it? Look similar to what AI bot wrote for me. Does AI walks around pillaging other people's code?
I opened some PDSReplayer files with your viewer. I can see, there is a collection of xaml, .dat, .bin, .ui, .sdf files. Xaml and DAT files can be read, as those are text files. Other ones appear to be binary data, with text headers. Probably doable to unwind the whole thing if I had to.