07-07-2011 05:42 AM
Hi,
I was wondering if labview allowed to store data in a kind of buffer or temporary memory to wait for all test complete and then export them to excel using the report generation toolkit ?
If this is possible I would like to know how can I implement it, because I am using the report generation toolkit but it takes too much time to open and close excel for each test to save data.
thanks,
Solved! Go to Solution.
07-07-2011 05:47 AM
Hi lngenu,
You can do this using the shift registers. Kindly go through the attached vi for more information.
Regards,
Nitzz
(Give kudos to good Answers and Mark it as a Solution if your problem is Solved;))
07-07-2011 08:34 AM
Thanks you NitzZ, problem solved !
09-20-2011 08:37 AM
Hi NitzZ,
thanks a lot for your solution, this is useful for me too.
I would like to improve it just adding a control to start/stop buffering and then, after buffering finishes, save whole array in an excel spreadsheet, how can I do it?
Thanks a lot.
Regards,
Maria