LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

clubbing different output values to one array

hi,

   In the vi i am working i get 3 output values from different frames in the same vi, i want to have all these values in a single array, can i do it

0 Kudos
Message 1 of 7
(2,571 Views)

You can use the "build array" primitive.

 

See this:

 

Clipboard03.jpg

 

Hope this helps


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 7
(2,569 Views)

hi,

   I get 2 output values from each frame. I get 3 outputs in the similar way. I need to club all these values in a single array. How can i split the values from each output.

0 Kudos
Message 3 of 7
(2,566 Views)

Sorry I don't understand what you mean... can you post your VI or a screenshot of the diagram please?


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 4 of 7
(2,562 Views)

hi,

     I have attached my vi just have a look at it

0 Kudos
Message 5 of 7
(2,556 Views)

Hi Samineni,

 

in the picture TiTou posted you see the BuildArray funciton marked. Just above that you see the IndexArray function. Now you should use the context help...

 

It seems you should learn the basics! And then get rid of the sequence structure:

check.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 7
(2,554 Views)

nothing is clear from your vi.

 you would like a for loop in place of outer while loop.

you can use error cluster to inforce dataflow instead of seqence str.

these are general suggestions....  

0 Kudos
Message 7 of 7
(2,550 Views)