07-14-2009 03:16 PM
07-14-2009 03:54 PM
For others: thread being referenced: http://forums.ni.com/ni/board/message?board.id=170&message.id=423456
The reason why this is happening is that you are using the high-level Write to Spreadsheet File VI. The VI is being blocked at the Open File function. You need to use the lower-level functions and open the file before you start the loop, and in the loop just write the data. Close the file outside the loop. See attached mod.
07-14-2009 05:02 PM
07-14-2009 05:11 PM