LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to show the elements of an array?

How to show the elements of an array, when the array size changes every loop?
It's possible to use node property?
 
thanks
 
Vicens
 
Win XP/ LV7.1
0 Kudos
Message 1 of 5
(2,940 Views)

Basically it is (at least in LV8.0). There is a property "Number of Rows" which sets the number of visible rows. If your 1D array is placed horizontally, use "Number of Columns".

 

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 5
(2,933 Views)
But if I unknown the array size?
0 Kudos
Message 3 of 5
(2,921 Views)
Somewhere you write the array value, right? Use the "Array Size"-function to get the size of this array. This value can then be passed to the property node.
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 4 of 5
(2,918 Views)
Sure!
 
Thank you, becktho
0 Kudos
Message 5 of 5
(2,913 Views)