LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Flat Sequences

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.

0 Kudos
Message 1 of 4
(2,975 Views)

You need to post your VI so we can see what you are describing.

 

Are you sure you need to use a flat sequence?

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

Here is the image of the VI

0 Kudos
Message 3 of 4
(2,966 Views)

Hi Stame,

 

In your first and second loop enable indexing (Output connector of express VI for loop). build array don't concatenate array.

Thanks and Regards
Himanshu Goyal | LabVIEW Engineer- Power System Automation
Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
It Only gets BETTER!!!
Message 4 of 4
(2,947 Views)