LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Which Component is the limiting factor?

Solved!
Go to solution

I did a lot of reading I am am successfully receiving data from the instron in block format.  I even was able to remove the header, typcast, split the 2D array, and plot the data.

 

 The only problem I am having now is that the block data from the instron is in little-endian format and the type cast function expects big endian format.  Is there a simple solution for this?

0 Kudos
Message 11 of 15
(698 Views)

Crusher wrote:

I did a lot of reading I am am successfully receiving data from the instron in block format.  I even was able to remove the header, typcast, split the 2D array, and plot the data.

 

 The only problem I am having now is that the block data from the instron is in little-endian format and the type cast function expects big endian format.  Is there a simple solution for this?


"Swap Bytes" VI.  Is this what you are after?

 

Bill

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 12 of 15
(690 Views)

Bill:

 

Thanks for tip.  I think swap bytes will work great for uint16 but I am using uint32.

 

I think I will try array destructor and combine bytes.

0 Kudos
Message 13 of 15
(681 Views)
There's also "swap words."  🙂
Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 14 of 15
(679 Views)

After fighting with the Instron syntax I finally got the data logger to work and I also got labview to process binary blocks of data.  Thanks to every who helped.

0 Kudos
Message 15 of 15
(646 Views)