08-30-2006 03:39 AM
08-30-2006 03:50 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
08-30-2006 03:52 AM
08-30-2006 04:08 AM
Thak you TiTou and dan_u,
I am using LabView 8. I use the "Open/Create/Replace File" VI to open the file and intend to write the data to the file with the "Write to text file". I hope that this is the right approach. The writing works correctly except that I have no idea how to start writing at the end of the file.
08-30-2006 04:11 AM
In this Link
Read following section
" If a path is wired to the file (use dialog) input, the function opens or creates the file before writing to it and replaces any previous file contents. If a file refnum is wired to the file (use dialog) input, writing begins at the current file position. To append to an existing file, set the file position to the end of the file by using the Set File Position function. Use the Set File Position function if you need to perform random access"
Hope this helps
08-30-2006 04:14 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
08-30-2006 04:17 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
08-30-2006 04:17 AM - edited 08-30-2006 04:17 AM
Message Edited by dan_u on 08-30-2006 11:19 AM
08-30-2006 04:19 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
08-30-2006 04:22 AM