LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving file repetitions on separate columns in the the same file

I am trying to take repetitions of the same measurement and stalk them together and write to file at once. 

I want the measurements to be on separate columns rather than appending them to the same column.

 

I have attached a simple example below.

Any suggestion would be helpful.

0 Kudos
Message 1 of 4
(742 Views)

Your attached example does not seem to have much to do with the question. What exactly should happen inside the FOR loop?

 

(Using express VIs and dynamic data makes things even more difficult! )

 

0 Kudos
Message 2 of 4
(732 Views)

Yes, I know my example sucks!

 

But like I said, the goal of the loop is to stack the data in such a way that they appear on separate columns in the output file.

0 Kudos
Message 3 of 4
(727 Views)

If it was me, I would append to the file in rows.

 

Then in post-acquisition/data processing step, transpose the rows to columns.

0 Kudos
Message 4 of 4
(713 Views)