LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Generating Signal from Xcel file

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

0 Kudos
Message 1 of 2
(2,465 Views)

Here is the function you want:

 

17139i4F2BD61BA9F7F5F5

 

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!

0 Kudos
Message 2 of 2
(2,445 Views)