01-05-2010 10:42 AM
01-05-2010 10:48 AM
01-05-2010 10:51 AM
01-05-2010 11:01 AM
Yea, you're right. The correct version is little-endian, whatever that means. The biggest problem I had though, was not fixing the indicator to be the same as the control in the read from binary file.vi. The right data type was single-precision format.
Thanks though for the speedy response.
01-05-2010 11:16 AM
hilbert wrote:Yea, you're right. The correct version is little-endian, whatever that means. The biggest problem I had though, was not fixing the indicator to be the same as the control in the read from binary file.vi. The right data type was single-precision format.
Thanks though for the speedy response.
LabVIEW originates from the MAC which originally were big endian. Intel processors are little endian. In memory LabVIEW stores all data big-endian.
Here's some more detail.
Here's a question for debate:
What is the speed penalty for using big endian data on a little endian platform?
Ton