08-09-2005 02:51 PM
08-10-2005 01:39 AM
Hi JC,
I don't know what a "Data Translation board" is, but it sounds to me as though you need to understand continuous data-acquisitions. Search Examples for "continuous". I'm guessing you'll just read/discard data until the user presses "Start", at which point you'll start logging to disk. It _used_ to be really bad for execution to wait inside an AI Read for a specific number of samples, so it was better to use one of LabVIEW's Wait functions, while data arrived, then call the Read.