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: 

Table not showing data

Solved!
Go to solution

@Dhouston wrote:

 I don't understand the mechanics behind Reshape Array. 


Reshape array is a very powerful function to do three things (reinterpret, pad, trim)  and the only thing you really need to remember is that the array data is kept in the same memory order.

 

It does these main things:

  1. reinterpret the flat array data in memory as array date with fewer/same/more dimensions
  2. pad or trim the data according to the new dimensions. (e.g. great to truncate an array or make it larger by appending default data. All you need to know is the final desired size).
0 Kudos
Message 11 of 12
(210 Views)

Thank you both, Ravensfan and altenbach.  We will have to learn the use of Reshape Array, as that can really make our use of tables much less convoluted.  Our previous attempt at using a table worked, but it was a rats nest of code trying to get the data to display the way we wanted.  It was 10x worse than what I presented here.

0 Kudos
Message 12 of 12
(194 Views)