06-05-2009 02:04 PM
I am having trouble outputting three different arrays from a case structure and sending them to an Excel file. I have read through several similar Excel threads and not seen anything really similar to my situation. I can't even get my arrays correctly wired to the "write to file" icon. Any suggestions would be great. I also attached my vi for reference.
Thanks
06-05-2009 02:20 PM
Don't use the Bundle function. Use the Build Array function and wire the 2D array to the 2D array input of the Write to Spreadsheet File.
You've also got a major problem with your stop button. It's outside the loop and once the loop starts, the button state is not read. That's fundamental dataflow.
06-05-2009 03:52 PM