LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

creat 2d array with 2 cluster

Solved!
Go to solution
0 Kudos
Message 11 of 14
(106 Views)
Solution
Accepted by topic author letesego

re I find a solution,

it's something like that

Capture labview3.PNG

 

thank's GerdW to help me at found the solution

0 Kudos
Message 12 of 14
(95 Views)

Hi letesego,

 


@letesego wrote:

re I find a solution,

it's something like that

 Oh boy, Rube-Goldberg!

 

Please REMOVE any FOR loop that is set to iterate just once!

It doesn't make sense to iterate a FOR loop twice when you only use the result of the last iteration!

(And try to simplify the array handling in general!)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 13 of 14
(89 Views)

I need to iterate twice for with array on for the row and a second for the column.

but I'm agree with you to simplify the array handling

0 Kudos
Message 14 of 14
(83 Views)