![Bustec ProDAQ 3411 Скачать руководство пользователя страница 27](http://html.mh-extra.com/html/bustec/prodaq-3411/prodaq-3411_user-manual_2835673027.webp)
ProDAQ 3411 24-Ch. ADC Function Card User Manual
3411-XX-UM
Copyright,
1998-2009 Bustec Production Ltd.
Page 27 of 40
the acquisition using the function
bu3411_installAcquisitionCallback()
. If a callback is
installed, the driver will use the FIFO flags to generate an asynchronous event that will activate the
callback function.
When data is available, the function
bu3411_readAcquisition()
can be used to read out the data
acquired. It takes as parameters the number of scans to read, the output buffer and a fill mode as
described
above
for
the
functions
bu3411_acquireWaveform()
and
bu3411_acquireWaveforms()
. It also returns the actual number of scans read and the number of
scans still in the on-board FIFO. See the example “AsynchAcquisition” coming with the driver for a
complete example how to use these functions.
5.6. Calibration
The driver provides the function
bu3411_calibrate()
to calibrate the ADC using the on-board
ground reference and the motherboard voltage reference. The results of the calibration are stored
internally in the driver and automatically applied when using the high-level functions as for example
bu3411_acquireWaveform()
or
bu3411_readAcquisition()
. If the motherboard housing the
ProDAQ 3411 function card is not equipped with a voltage reference, the function performs only an
offset calibration.