LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write to Measurement File

A direct build array returns a 2d array with the format that you want.
0 Kudos
Message 11 of 12
(416 Views)

muks wrote:
A direct build array returns a 2d array with the format that you want.

 

But this appears to be the result of indexing out of a for loop a value and the iteration count in an array together, when the array was the indexing input of the for loop.

 

Transpose array is surely the correct programatic approach to this, not building an array inside a For loop using a Shift Register which is what your method would require muks!

CLD; LabVIEW since 8.0, Currently have LabVIEW 2015 SP1, 2018SP1 & 2020 installed
0 Kudos
Message 12 of 12
(404 Views)