"Brian123" <x@no.email> wrote in message
news:1132868443726-292603@exchange.ni.com...
> Hi,
>
> I'm working on aquiring image data from the NI DAQ card. to increase
> efficiency, user could choose to not to do the calculation and
> displaying of images or to only aquiring data for postprocessing. The
> image diaplaying and data saving functions are in a while loop, so the
> program saves the data in a new file upon each iteration of the while
> loop. For aquiring data, I want to make it such that the data is stored
> in the memory continuously and the data collected from all iterations
> would be saved in a single file once the while loop stops. I know how
> many sample points are for each image, therefore for postprocessing, I
> could simply divide the entire data set and reconstruct the images.
> could someone suggest me what's best way in doing this?
>
> Thanks
>
> Brian
You can do this with registers and a while-loop switch.
McC