01-04-2012 05:08 AM
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
01-04-2012 05:18 AM
You can use the "build array" primitive.
See this:
Hope this helps
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
01-04-2012 05:28 AM
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.
01-04-2012 05:32 AM
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
01-04-2012 05:46 AM
hi,
I have attached my vi just have a look at it
01-04-2012 05:49 AM - edited 01-04-2012 05:51 AM
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:
01-04-2012 05:55 AM
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....