LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

expressxy

Solved!
Go to solution
I was just curious in looking at the expressxy subvi attached, it looks as if there is an array constants with an array inside? Am I misinterpretting this because I thought this could not be done.
0 Kudos
Message 1 of 4
(2,879 Views)
Solution
Accepted by topic author GregFreeman

Ok figured it out. Thats an array of clusters. Each cluster is an array of doubles. To replicate create a numeric constant of Double precision. Put that into a array constant/container. Repeat. Take those 2 arrays of doubles and place them into a cluster constant/container. Now place that structure into a array constant/container sized up so it doesn't just lay on top.

 

Remeber: if you have the vi ctrl+H is your friend Smiley Wink

Message Edited by GovBob on 02-23-2009 05:57 PM
Now Using LabVIEW 2019SP1 and TestStand 2019
Message 2 of 4
(2,859 Views)
ah, thanks for  clarifying! I was just a little confused looking at first glance.
0 Kudos
Message 3 of 4
(2,837 Views)

Sweet. Thanks for solving the question.

 

Just as an FYI, you can have an array of clusters, a cluster of arrays. You can't have arrays of arrays. The workaround to have an arrays of arrays is to have a cluster of arrays and drop that cluster into an array.

 

 

Warm regards,
Karunya R
National Instruments
Applications Engineer
Message 4 of 4
(2,820 Views)