01-14-2013 09:54 PM
How can I get all elements of flat sequences in a single waveform graph in labview. I have three flat sequences with each having a for loop inside it. If I connect the results for each flat sequence inside the for loop to a graph, i will get the result displayed in the waveform garph. But I want all results to be displayed in a single waveform graph and a DAQ Assistance that can output this signal to DAQ card and to the connector.
I tried to makes arrays but only shows the result for last flat sequence.
01-14-2013 10:01 PM
You need to post your VI so we can see what you are describing.
Are you sure you need to use a flat sequence?
01-14-2013 10:18 PM
Here is the image of the VI
01-14-2013 10:47 PM - edited 01-14-2013 10:51 PM
Hi Stame,
In your first and second loop enable indexing (Output connector of express VI for loop). build array don't concatenate array.