LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Access to cluster/object data in array

Thanks a lot for your answers  Smiley Happy
_________________________________________________________________________________________________
LV 8.2 at Windows & Linux


0 Kudos
Message 11 of 13
(644 Views)
Hi,

wath about this change ?

bye

Franco
0 Kudos
Message 12 of 13
(630 Views)


@atzeni.franco@grtn.it wrote:
wath about this change ?

No, this will typically give a different result. We don't know how big the 1D boolean array is inside the input cluster and we don't know what data it contains! 🙂

Imagine the boolean array in the input cluster with 3 elements [T,F,T].

  • Your code would result in a 5x5 2D array of all FALSE, loosing all information in the process.
  • My code would result in a 3x5 2D boolean array with three columns. First and third columns being T.

😄

0 Kudos
Message 13 of 13
(621 Views)