11-25-2013 08:13 AM
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??
Does anyone have a solution for this?
Best regards,
Thijs
Solved! Go to Solution.
11-25-2013 08:54 AM
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.
11-25-2013 09:13 AM
Oops, i just watched it with a probe... Now it's working fine!
Best regards,
Thijs