08-31-2006 09:01 AM
08-31-2006 09:13 AM
08-31-2006 09:28 AM
08-31-2006 11:05 AM - edited 08-31-2006 11:05 AM
You did two things incorrectly. First, you put your file write outside the loop. The only data passed out of a loop is the very last iteration unless you click on the exit tunnel and select Enable Indexing. Second, you wired a True constant to the transpose input of Write Spreadsheet to File - not the append. That's why your data is backwards. Why don't you try just the express VI Write to LabVIEW Measurement File inside the while loop. Merge your 4 different signals together an wire that to the signals input of it.
Message Edited by Dennis Knutson on 08-31-2006 10:08 AM