To download NI software, including the products shown below, visit ni.com/downloads.
Overview: This VI will take a waveform in and convert into a string that keeps the time format.
Description:
I found myself wanting to save my waveform data to a file without having to use an express VI. This VI is purely meant to be used as a subVI (although it does have a kicking front panel). It will take a waveform in and convert into a string that keeps the time format. Currently, it will format it with the full time and two decimal points after the second.
Requirements: LabVIEW 2012 (or compatible), Hardware: none.
Steps to Implement or Execute Code:
1. Using as a subVI, wire a waveform in.
2. Get a spreadsheet string out.
Additional Information or References:
Edit: *6/25/2010* Added a second VI that will accept an array of waveforms to create a spreadsheet string. Please let me know if I'm doing anything that is not the most efficient.
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
this is indeed, helpful, save my time thx!
It was recently brought up to me that the array one didn't work. Guess I should do a little more testing next time. New version is good to go.