LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

concatenate clusters to array with enums

Solved!
Go to solution

Hi I am trying to concatenate three 1D arrays filled with an i32 and an enum.

When i look at my concatenated array i lose my enum information... It makes 0,1,2,3,4 etc... instead of the channel names??

 

concatenate clusters with enums.png

 

Does anyone have a solution for this?

Best regards,

Thijs

0 Kudos
Message 1 of 3
(2,394 Views)
Solution
Accepted by topic author ThijsBoeree

How exactly did you 'look' at the concatenated array? If you use a numeric indicator instead of enumerated, the VI will execute, but you will lose the enum names.

 

However, if you probe the wire, and/or Right Click > Create Indicator... you should not encounter the problem, in which case the problem must lie somewhere else.

0 Kudos
Message 2 of 3
(2,381 Views)

Oops, i just watched it with a probe... Now it's working fine!

 

Best regards,

Thijs

0 Kudos
Message 3 of 3
(2,370 Views)