07-28-2008 10:12 PM
07-31-2008 09:05 AM
08-07-2008 10:11 PM
08-15-2008 04:02 PM
Hello,
There are many different way to configure a read or fetch, but most will require information about the number of record and samples per record. One option to get away from supplying this information is setting up a continuous acquisition … like a fetch forever application. This applied to your specific application would require acquiring the data on one channel and the trigger information on another channel. It seems you are actually already doing this. Some changes that will need to me made … The channel connected to the data line will run with a fetch forever setup. There are examples that ship with the drive that utilizes this fetch setup of fetch forever. So now we are acquiring data related to the data line and the trigger line on two different channels. Then in software we can parse out sections of data related to each time varying trigger and write those sections to their own file. This would happen by comparing timestamps.
Please check out some of the documentation in the NI High Speed Digitizer Help. Some topics are Retrieving Data from the Digitizer to the Host Computer and Acquiring Data Continuously.