PCI-82x Series Cards
Multifunction Boards
User Manual, Ver. 1.5, Jan. 2017, PMH-024-15, Page: 78
PCI82X_GetAIBuffer
This function is used to retrieve the A/D data from the driver buffer of a specified board in float
format.
Syntax:
WORD
PCI82X_GetAIBuffer
(WORD wBoardNo,
DWORD dwDataCount,
float fValue[]);
Parameters:
wBoardNo
[Input]
The Board number (Base 0)
dwDataCount
[Input]
The Analog Input data value
fValue[]
[Output]
An array containing the A/D data received from the Analog Input channels in float
format
Returns:
Appendix A1-1 Error Code Definitions
PCI82X_GetAIBufferH
This function is used to retrieve the A/D data from the driver buffer of a specified board in 16-bit
integer format.
Syntax:
WORD
PCI82X_GetAIBufferH
(WORD wBoardNo,
DWORD dwDataCount,
WORD hValue[]);