LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect the cluster with the 'export Waveform to Spreadsheet file'?

Hello, I'm having a problem connecting the cluster to the ' export Waveforms to Spreadsheet file'? it gives me a broken wire and the error states that the cluster of 3 elements is of different type to the sink which is a 2D array of waveform(Double)? Anyone has an idea how to overcome this problem to save the measurements of my expirement`? you will find a screenshot of my problem attached

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

A "Waveform Graph" and a "Waveform" are two different things, so you can't do that.

 

If you just want to export graph data either just write your X and Y data to a spreadsheet file, or use the Waveform Graph property node Invoke node to export the graph data or plots to Excel.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 4
(2,484 Views)

I tried using the 'export plot data to excel file' invoke node but I'm still getting a similar problem there's error because the sink is of type 32-bit  Integer and the source is cluster of 3 elements. I tried using a convertor after the cluster to convert it to 32-bit integer but it didn't work. So I'm still stuck, any idea why it didn't work? 
Another attachment has been added.

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

Change the DAQmx Read to output a 1D Array of Waveforms and then get rid of the Bundle function in there.



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 4 of 4
(2,448 Views)