LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read and Write Simultaneously

Hey..

Does anyone know if you can open a file, write to it and while it is still
open then
read what you just wrote, then write more info to it, and so on....

Cheers.
0 Kudos
Message 1 of 2
(2,375 Views)
yes, you can do this in LabVIEW
You need to use the open, write, read, and close vi's
The read / write vi's use bytestreams so you may need to do a little more
formatting with your
data than with the "simple" file I/O vi's

amie wrote in message <387a7372@newsgroups.ni.com>...
>
>Hey..
>
>Does anyone know if you can open a file, write to it and while it is still
>open then
>read what you just wrote, then write more info to it, and so on....
>
>Cheers.
0 Kudos
Message 2 of 2
(2,375 Views)