09-24-2008 04:00 AM
Hi,
I've been trying to save the waveform generated from TkTDS 3xx Read Waveform.vi to a spreadsheet or excel. I tried using "Write Waveforms to file.vi
However, this error was encountered, ""you have connected 2 terminals of different type. The type of the source is a cluster of 3 elements. The type of the sink is waveform double. Hence, I was wondering how do I save the cluster of 3 elements to a spread sheet?"
Attached is the vi i was working on.
Please help.
Thanks
Solved! Go to Solution.
09-24-2008 10:32 AM
09-24-2008
08:14 PM
- last edited on
05-28-2025
12:25 PM
by
Content Cleaner
Hi Wan81,
Yes, the method desribed by Dennis Knutson is right. You may refer to the picture below:
If you want to write the data in clusters, you may want to use Datalog Files. However, please consider to do so, if you want to read it back or manipulate with ONLY LabVIEW. If you want to know more about Datalog FIles, you may refer to LabVIEW help as follow: Datalog Files Help
Please let me know if this solution is working or not for your application. Have a nice day!
Sincerely,
Krisna Wisnu
Application Engineer
NI ASEAN
09-24-2008 11:56 PM
Hey,
thanks a lot for the help. Going to try it now.
🙂
12-30-2008 01:26 AM
Hi,
how do I save waveform from both channels using the TDs380?
Ridwan
01-04-2009 08:16 PM
Hi Ridwan,
First you would need to use two "Read Waveform.vi" to generate two channels (Channel 1 and Channel 2). You can duplicate the same VI and change the source input, one is Channel 1 and the second one is Channel 2 (Refer to main VI.PNG)
Second, you can use build array to append Channel 1 waveform and Channel 2 waveform (Refer to main VI.PNG).
Lastly, you need to change the "Write to Measurement File.vi" configuration X Value Column to one column per channel. (Refer to the Write To Measurement File Configuration.PNG)
I have made an example, you can refer to main VI.PNG
Let me know if this works for your problem.
Sincerely,
Krisna Wisnu