Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Graphing data on one indicator from two different sources.

I am trying to graph an acquired waveform multiple times in a sequence. My sequence has 8 frames and four of which acquire waveform data. I want to graph all four to the same graph. I want it to replace the data each time. If anyone knows how this can be done I would really appreciate it.
0 Kudos
Message 1 of 2
(2,653 Views)
Hello;

To graph all arrays in the same graph, you need to include a build array.vi and wire all four arrays to it. Then, you will have a four dimension array that can be wired straight to the graph.

To pass the arrays from one seuquence to the next, you will need to include a sequence local at the sequence border. To do that, right click at the sequence border and insert the sequence local. Then, you can wire the array from one sequence and retrieve that same array on next sequences.

Hope this helps.
Filipe A.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,653 Views)