LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stuck in 3D array

Solved!
Go to solution

Hi all. I am trying to constitute a vi-attached- but I have a problem. Outside of the while loop I have a 3D array. Even if I make enabled index I could not see the all values at the end of the program. How can I see and save all values?

Egemen
0 Kudos
Message 1 of 5
(2,608 Views)
Solution
Accepted by topic author newbieeng

You need to leave out the three build arrays for the three inputs, go back to a 2D array outside of the loop and Transpose your chart.

 

0 Kudos
Message 2 of 5
(2,603 Views)

Hi newbie,

 

I can see al values - simply change the indices of your "Array"...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 5
(2,599 Views)

Thank you lanW. It works great.

Egemen
0 Kudos
Message 4 of 5
(2,591 Views)

Glad to hear it's working as you wanted.

 

Regards

Ian

0 Kudos
Message 5 of 5
(2,587 Views)