‎03-03-2009 08:33 AM
Hi, How can I label the data that safe in file the Excel?
Solved! Go to Solution.
‎03-03-2009 08:34 AM
Hi Kaliman,
can you please be a bit more specific? Do you want to write data to Excel? If yes, which function do you use?
Mike
‎03-03-2009 08:44 AM
‎03-03-2009 08:49 AM - edited ‎03-03-2009 08:50 AM
Hi Kaliman,
i'm not sure, but i think you use the express vi to write your data. In this case see this link.
Mike
‎03-03-2009 09:49 AM
Yes I use the Express Write, and I have 50 channels that write in the file, there other form to write and label the signals? different to VI express?
‎03-03-2009 09:57 AM
Are you trying to get the data names in the first row of the spreadsheet?
If so, just write the data to the first row when you create the file.
If this isn't what you are trying, could you please post examples of what you have, and what you would like to have?
‎03-03-2009 09:58 AM
Hi Kaliman,
express vis are generic tools to easy programming (at least on beginning). But they lack functions specific to user needs...
So one way to learn to create specific functions is to open the express vi. You will see a lot of code that is needed for generic operation. To built your own functions you can use this code as a starting point...
‎03-03-2009 10:04 AM
‎03-03-2009 10:06 AM
‎03-03-2009 10:10 AM