โ01-03-2008 05:05 PM
โ01-03-2008 05:18 PM
โ01-03-2008 05:25 PM
โ01-04-2008 07:23 AM
โ01-04-2008 01:04 PM
โ06-12-2013 09:34 AM
Hi there m8,
I have a question for you. im aquiring data and saving it to an excel tdms file with several sheets, but i would like to make my 1st sheet to save some information introduced by the user like name of the operator, datastamp of the start of the operation and end, numeric data, model of the equipment,etc. is it possible to save like a header sheet with string and numeric information from controls? if so how.
complements,
asnaev
โ06-13-2013 11:26 AM
Do you have the Report Generation Toolkit by any chance? This would be simplest and easiest way to do this, as there are plenty of shipping examples that come with LabVIEW. I would also recommend posting this question in a new thread in the LabVIEW forum so that all the forum users will be able to assist you.
โ06-13-2013 03:30 PM - edited โ06-13-2013 03:33 PM
Hi there dan,
I dont have the toolkit, that's why i ask this. only got student edition :(... as for making new posts im having a problem in that matter now, send report to NI so they could help me but no answer untill now. If u have some idea on how i can solve the problem from my previous post say plz. By now i manage to save that data on a tdms that exists, but i save to the same sheet and i want to make a new sheet with that info. Cant seem to find the right way till now. i will add the vi just in case
Thx anyway
โ06-13-2013 05:24 PM
Have you looked at some of the examples that ship with LabVIEW? There is a "Write TDMS File.vi" example that will show you how to do create a header sheet in the excel file. The example can be found from LabVIEW by going to Help ยป Find Examples. With the NI Example Finder open, navigate to Fundamentals ยป File Input and Output ยป Write to TDMS File.vi . This example will create a TDMS file and even open the TDMS File Viewer at the end. You can choose where to save the TDMS file and upon opening it in excel you will see the header information sheet and the signal value sheet. To add your own header information to the dynamic data type, look into the Get Dynamic Data Attributes and Set Dynamic Data Attributes functions. I hope that this helps!
โ01-10-2014 05:33 PM
Hi
I created a while loop and the values should store in the decimal Array for each iteration. But the decimal array is not fetching any data but the read buffer is getting pls find the attachement