06-25-2014 01:44 PM
Hello,
Can someone help me convert waveform data type (DBL) to a cluster of 2 elements (X,Y). I found a few examples online but I keep getting an error when I wire everything together. I'm using Tektronix's VI's to acquire a signal from channel 2 of my oscope, which I'm able to get but now I want to convert this data to a cluster so I can use it for an existing acqusition application. I've attached my VI version 8.2.
1Thanks
Solved! Go to Solution.
06-25-2014 02:12 PM - edited 06-25-2014 02:12 PM
The Y is easy since that is part of the waveform data type. The X you will need to compute based on the dt using a FOR loop.

06-25-2014 02:40 PM
Thank you for the help! That was my issue I was able to get the Y component but I couldn't figure out how to get the X component.
Thanks for the clarification.
-Lowski