LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ccc

Solved!
Go to solution

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

0 Kudos
Message 1 of 3
(2,509 Views)
Solution
Accepted by topic author romfra82

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.

0 Kudos
Message 2 of 3
(2,506 Views)

Hi Romfra82!!
You should use the Set File Position Function in order to locate at the end of the file before writing.

Bye!

0 Kudos
Message 3 of 3
(2,453 Views)