LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data storage and manipulation

Hi there,

 

I have currently builded the schematic shown below, my aim is to take the data of 2 waveforms, store them in 2 arrays (using the index array to separate the signals) and then zero pad each array using the insert into array function. However, there seems to be a problem in the connections. Any ideas will be greatly appreciated.

 Thanks in advance!Screenshot 2019-01-31 at 22.08.07.png

 

0 Kudos
Message 1 of 3
(2,273 Views)

Your attached file doesn't quite match your Snippet, but never mind ...

 

The functions from DS24?K output Arrays of ... Clusters! (note the striped Wire).  Because these are Arrays, you can split the two Waveforms, but if you want to operate on the Array of Data within the Cluster, you'll need to get the "Y" element out (learn about Clusters, about Waveforms, look on the Waveform Palette in the Block Diagram).  Finally, you use an Array Subset to create a sub-Array -- here's a Quiz, how does the sub-Array  compare to Waveform Data 2 (from which it arose)?

 

Bob Schor

0 Kudos
Message 2 of 3
(2,261 Views)

Duplicate thread.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(2,252 Views)