From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read temperature data from binary file?

Solved!
Go to solution

Is it possible to read temperature data from binary (unknown file type) like this file with LabVIEW?

0 Kudos
Message 1 of 6
(2,510 Views)
Solution
Accepted by topic author Pusak

Hi Pusak,

 

the general answer is NO.

 

In your specific case I guess you want to do this:

check.png

Is this the expected content of your data file? (Use a DBL array constant…)

Best regards,
GerdW


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

WOW! Thanks a lot GerdW.

How did you know that?

0 Kudos
Message 3 of 6
(2,483 Views)

Hi Pusak,

 

I know the binary format of floating point numbers…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 6
(2,472 Views)
Solution
Accepted by topic author Pusak

Here is a slightly more simple solution.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 6
(2,461 Views)

Excellent, thanks so much!

0 Kudos
Message 6 of 6
(2,413 Views)