LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using viable data form an Excel

Will recive a start time and end time to monitor a singal of peaks. This is a execl file. how do I get that data in for my controls.
0 Kudos
Message 1 of 3
(2,599 Views)
louX2,

I have a few questions in response. First, how is the data organized in the Excel spreadsheet? If it is a few individual cells, then I would suggest looking at the Excel shipping examples that come with LabVIEW that show how to read and write to a few cells using ActiveX. Second, what version of LabVIEW and Excel will you be using? Each version of Excel has a slightly different ActiveX interface which means it is very hard to run the same VI on two different systems that have differing version of Excel. This is solely a Microsoft issue.
Let me know if these suggestions do not point you in the right direction.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 2 of 3
(2,599 Views)
loX2:

Sorry, no offense, but your question is not clear to us.

Are you acquiring time stamped signal (or is it Single as in float32)
data from some sort of instrument or card and then trying to write
that data to an Excel file?

or

Are you trying to read time stamped signal (or is it Single as in
float32)data in from an Excel file?

or

Are you trying to do something else?


Please explain more carefully what you are trying to do and we will
try to help.


Douglas De Clue
LabVIEW developer
ddeclue@bellsouth.net


louX2 wrote in message news:<50650000000800000055520000-1023576873000@exchange.ni.com>...
> Will recive a start time and end time to monitor a singal of peaks.
> This is a execl file. how do I get that data in for my controls.
0 Kudos
Message 3 of 3
(2,599 Views)