03-13-2010 05:29 PM
I have done a VI to acquire AI signals with a loop! I use the "open/create and write to text file"function in order to save data. I have the problem that i cannot append a set of data if i want to save new data in the same file. The new file are saved before the old one and not viceversa.
How can i do to append the new data to the old one in the correct way?
Thank you
FR
Solved! Go to Solution.
03-13-2010 05:42 PM
What does your subject "ccc" mean?
It sounds like you are not moving the file pointer to the end of the file after opening the file and before writing the new data.
03-15-2010 05:17 AM
Hi Romfra82!!
You should use the Set File Position Function in order to locate at the end of the file before writing.
Bye!