Solution
The data coming from the Power Spectrum Output of the FFT Power Spectrum VI contains an array of clusters. You can determine this by the following steps:
- Open up Context Help by pressing <Ctrl+H>.
- Hover over the wire coming from the Power Spectrum Output
- The data that is contained in that wire will be listed (as shown below) in the Context Help window:
Note: The Signal Input of the Write to Measurement Express VI does not take an array or cluster. Therefore, you will have to break down the data further. Ultimately, the data you want to send to the file is dependent on what you need for your application. However, you can get started by using
Index Array and
Unbundle by Name to see the individual pieces of data. An example of this is shown below. Additionally, instead of using the Express VI, you could use the
Write to Text File VI. An example using this VI can be found by navigating to LabVIEW and selecting
Help>>
Fundamentals>>
File Input and Output>>
Spreadsheet>>
Tab-Delimited Data.lvproj>>
Write Tab-Delimited File .vi