02-17-2023 07:33 AM
02-17-2023 08:00 AM
I did some experimenting many years ago with replacing the scaling to a 1-to-1. In my limited testing it worked, but I also made an Idea Exchange item for it.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
02-22-2023 05:33 PM
Thanks. I considered modifying (or deleting) the scale properties.
What I was really hoping for was a way to read the raw values without modifying the file. Then read the scaling properties and use them at my discretion.
It’s strange to me that this isn’t an option.
In my case I have raw I16 data that is much smaller memory footprint than FP32. For efficiency I’d rather work with the I16 and scale later.
10-30-2023 03:42 PM
Sorry for opening an old thread without a solution, but
npTDMS has an option for reading raw data (scroll drown to the Scaled Data section)
I assume NI wrote the API for npTDMS, why don't we have this option in LabVIEW 😞
10-30-2023 05:48 PM
@mcduff wrote:
Sorry for opening an old thread without a solution, but
npTDMS has an option for reading raw data (scroll drown to the Scaled Data section)
I assume NI wrote the API for npTDMS, why don't we have this option in LabVIEW 😞
npTDMS is written by Adam Reeve.
10-30-2023 05:58 PM
@ZYOng wrote:
@mcduff wrote:
Sorry for opening an old thread without a solution, but
npTDMS has an option for reading raw data (scroll drown to the Scaled Data section)
I assume NI wrote the API for npTDMS, why don't we have this option in LabVIEW 😞
npTDMS is written by Adam Reeve.
Maybe not NI; but I assume he is using a NI supplied DLL. He could have wrote everything from scratch which would be quite impressive. But anyway, we are a second class citizen with respect to TDMS. I would love to read raw data instead of scaled doubles like the OP asked. It seems possible.