LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i'm reading value from memory addresses one at a time. How can I store my values in an array?

How can I store values in an array as I read them in
from memory?
0 Kudos
Message 1 of 3
(2,488 Views)
The bad way: Using a shift register and a build array function node append them to the array.

The good way: wiring the value to the loop boundary and enabling autoindexing. Autoindexing is enabled by default on a For Loop, but needs to be enabled on a While Loop.

Rolf K
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 3
(2,488 Views)
Thanks Rolfk.
I will give this a try.

Van
0 Kudos
Message 3 of 3
(2,488 Views)