Eduardo O.
San Nicolas de los Garza, Nuevo Leon
Dec 14, 2021
1
Post
Re: Real time data from GX5292
Regarding a possible continuous capture of data.
Is it possible that by commanding a couple of GX5292 a capture can be continuous?
Say we have a pair of DAQ boards GX5292 and try something like:
1. InitializeBothDAQBoards();
2. While acquisition be required do:
{
StartAcqDAQBoard(1);
TransferDataFromDAQBoard(1);
StartAcqDAQBoard(2);
TransferDataFromDAQBoard(2);
}
3. Capture session concluded