![ICP DAS USA PCI-82x Series Скачать руководство пользователя страница 75](http://html1.mh-extra.com/html/icp-das-usa/pci-82x-series/pci-82x-series_user-manual_3695537075.webp)
PCI-82x Series Cards
Multifunction Boards
User Manual, Ver. 1.5, Jan. 2017, PMH-024-15, Page: 75
PCI82X_StartAI
This function is used to start pacer trigger operation on a specified board and returns to the caller
immediately. The A/D data is stored in the driver buffer and either the PCI82X_GetAIBuffer() or the
PCI82X_GetAIBufferH() function must be called to retrieve the A/D data. Refer to the
PCI82X_StopAI() function for details of how to stop the pacer trigger operation.
Syntax:
WORD
PCI82X_StartAI
(WORD wBoardNo,
WORD wChannel,
WORD wConfig,
float fSamplingRate,
DWORD dwDataCount);
Parameters:
wBoardNo
[Input]
The board number (Base 0)
wChannel
[Input]
The A/D channel number
wConfig
[Input]
Configures the voltage range for the Analog Input, as indicated below.
wConfig
AI Range
0
±
10.00 V
1
±
5.00 V
2
±
2.50 V
3
±
1.25 V
fSamplingRate
[Input]
Sets the sampling rate in Hz
dwDataCount
[Input]
The Analog Input data value
Returns: