09-16-2009 06:13 AM
Hi all,
I have got the example in the LV for exporting table to the excel,
The problem i am facing is that i have to append the new data to the same file every time a event occurs.
The vi is attached below.
Thanks in advance .
regards
09-16-2009 06:17 AM
09-16-2009 06:48 AM
Hi sound nt
I don't have labview 9 so I can not c your code but what can you do is, when you write data each time,keep one counter for row and one for column.
so when next time you start logging data to excel you can start from where you had placed last element.I hope you this will solve your problem.Or else post your vi in labview 8.5.
Best of luck
09-16-2009 06:50 AM
09-16-2009 06:59 AM
HI HAROLD,
The VI that i have attached is from the Example finder only.
Can you modify the given vi,or the logic.
09-16-2009 07:06 AM
09-16-2009 07:14 AM
09-16-2009 07:41 AM
Hi,
WHen the file is in open state and you run again then new file is created.
When you close the file then it asks to save it. and then also the next data does not append it.
have you got what i am trying to say?
Regards
09-16-2009 08:22 AM
this may help:
http://forums.ni.com/ni/board/message?board.id=170&message.id=29337&query.id=49507#M29337
09-16-2009 11:19 PM
Hi,
Thanks
It helped with the spreadsheet example for now.
but in future i have to use the activex component, i will try that later.
regards..