Hello,
I think the best way to approach this would be by doing a buffered acquisition utilizing onboard memory. Check out the following shipping example called LL Sequence in onboard memory.vi (located by default in C:\Program Files\National Instruments\LabVIEW 7.0\examples\IMAQ\IMAQ Low Level.llb\). This example acquires a sequence of images and displays them in an image control using the low-level acquisition VIs. A sequence is appropriate for applications that process multiple images. This example acquires the images into onboard memory and copies them into system memory. Since you're acquiring your images into your onboard memory they will be there until the OS has resources to grab them and write them into a file.
Anything you do with the 1411 can be tr
iggered by the RTSI lines. Check out the triggering examples in the C:\Program Files\National Instruments\LabVIEW 7.0\examples\IMAQ\IMAQ Signal IO.llb\ folder to see demonstrations of this.
Note that there still may be some limitations to this such as the write speed of your hard drive, write buffer size, other programs trying to access the harddrive, etc.
Hope this helps!
Best regards,
Yusuf C.
Applications Engineering
National Instruments