Hi there,
I am using a VI which receives some variables and I'd like to save them all in a text file.
I would like to have a row to be added for each iteration of my while loop so that I would get, say:
first line: 2500.000000, 2502.000000, 0.000000, 2529.000000, 2488.270176, 2551.494700, 4704, 423564, 57.303482, 2016-11-10 15-38-42
second line: 2500.000000, 2502.000000, 0.000000, 2529.000000, 2488.270176, 2551.494700, 4704, 423564, 57.303482, 2016-11-10 15-38-42
etc
So far I've managed to save my variables in that text file, but the format of saving is not really ideal (not displayed in line, and each iteration saves the new values + everything that has been saved during the previous iterations...)
I've attached an example of output as well as my current VI
Thank you,
Flo