LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing waveforms and/or data from different subVI's to spreadsheet

Hello,

As can be seen in the included VI the waveform data of every subVI is connected through references with the same graph on the main front panel. What would be the best way to, depending on the boolean 'write report?', write the data coming from every subVI in the sequence to a same file e.g. an excel file? Is this possible in the main VI through the waveform graph references or does it have done seperately in every subVI?
My deadline to finish this is in two days, so the easy way is good enough 🙂

Thanks Filip
0 Kudos
Message 1 of 2
(2,363 Views)
Hi, I don't really understand why you are using all those references to store your data in the graph. You could store all the data from the subVIs into one array and write that array to file. You can use a global for that. Take a look at the zipfile attached below. Regards. JV
0 Kudos
Message 2 of 2
(2,352 Views)