LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Auto-indexing For Loop: loop output data saved to file is not usable?

I am trying to use auto-indexing with a For Loop to save data (all of the same type) generated in the various incarnations of the loop to a text file (that can be opened in excel). However, the data is organized in the text file/spreadsheet fie is not ordered into just 1 column and however many rows, but 1 row with an excessive amount of columns (one for each point) so that eventually excel won't recognize later data anymore (and the organization of the data is also very inconvenient to work with).

 

What do I have to do to oder the data in 1 column in consecutive rows?

 

Would appreciate detailed solution because I am very new to LabView and software can be confusing. I use LabView8.2

 

Thanks

0 Kudos
Message 1 of 3
(2,385 Views)

Are you using Write to Spreadsheet File or some other File I/O function?

 

Wire a true constant to the Transpose? Input of the Write to Spreadsheet file function.

 

Or if using other File functions, try setting the delimiter to be a carriage return .

0 Kudos
Message 2 of 3
(2,382 Views)
Try to transpose your array to see does that work.
------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 3 of 3
(2,381 Views)