LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dublicate array elements

Solved!
Go to solution

Hi Friends,

I want just duplicate single elements of my array.

in: 50 60 70 80 90

out 50 50 60 60 70 70 80 80 90 90

 

Best regards

 

 

 

0 Kudos
Message 1 of 4
(2,565 Views)
Solution
Accepted by topic author arvin1947

Reconfigure your output tunnel to "Concatenate" and reduce the dimension of the output array indicator to 1d.

 

Other option: Instead of the loop, use the "Interleave 1D Arrays" primitive.

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 2 of 4
(2,559 Views)

duplicate and interleave array.png/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 4
(2,554 Views)

Thank you so much

0 Kudos
Message 4 of 4
(2,546 Views)