06-22-2010 10:25 AM
Is it possible to generate a waveform signal output from microsoft Xcel data? (time, voltage)
I've been spending a lot of time figuring it out with no result...
I've read things onlime, but could not get it to work....
it will be very2 helpful if someone is willing to make a simple VI example for that here...
Thanks a lot in advance
06-22-2010 11:54 AM
Here is the function you want:
Y will be the array you've read from Excel. dt is the time interval, in seconds, between your points. I presume you know what that number needs to be -- perhaps it's contained in your spreadsheet data. You may need to calculate it.
The "Build Waveform" function is located on the Functions palette, under "Programming" - "Waveform".
Hope this is helpful!