Hi,
After reading through the forums and doing some reading in general, I'm now pretty familiar with ActiveX and how to use it in LabView in order to interact with Excel. I still have a bit of a problem.
Basically i need to log some pretty basic data into an excel spreadsheet. All I need is to have 4 column names Chanel 1, Chanel 2, Ratio, Date&Time and then have all of the information underneath.
For now I was simply making a cluster of those 3 numbers and converted them to an array which output I would simply feed to a Write to Excel Spreadsheet.vi's 1D array input. This works fine, however I cannot insert text into such a cluster and that is the problem. I have looked through the example that writes a table from LabView into Excel, however that's not what I need, because I don't seem to be able to create the table programatically. There seems to be no tutorial on how to cluster or combine text and numbers and then write that to an excel file or should I say just write tab separated values into a file.
Thanks in advance.
Roman