09-18-2019 09:24 AM
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
09-18-2019 09:29 AM - edited 09-18-2019 09:49 AM
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.
09-18-2019 09:59 AM
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.
09-18-2019 10:09 AM
Change the DAQmx Read to output a 1D Array of Waveforms and then get rid of the Bundle function in there.