From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to add data to a file

i wrote a program to get data from an hp oscilloscope to the pc using the
instrument driver. i have put the data acquisition in a loop and am writing
the data to a file inside the loop. this writes the data of each loop on
top of the previous one and so i have the data points of only the last one
loop. how do i insert the data of each loop into a file? i am using the hp54120A
oscilloscope

varghese
0 Kudos
Message 1 of 2
(2,440 Views)
The answer is that you should wire terminal named position offset for "Write to file". If you are using high level "Write characters to file" vi use "append to file" boolean input.
The all this stuff described in manuals and online help.
Sergey
0 Kudos
Message 2 of 2
(2,440 Views)