xPCI-3009 API
|
Functions | |
_INT_ | i_PCI3009_AnalogInputRead1Channel (DWORD_ dw_BoardHandle, BYTE_ b_Channel, BYTE_ b_ConvertTimeUnit, WORD_ w_ConvertTime, BYTE_ b_Interrupt, PDWORD_ pdw_DigitalValue) |
_INT_ | i_PCI3009_AnalogInputReadMoreChannels (DWORD_ dw_BoardHandle, BYTE_ b_NbrOfChannels, PBYTE_ pb_ChannelList, BYTE_ b_ConvertTimeUnit, WORD_ w_ConvertTime, BYTE_ b_Interrupt, PDWORD_ pdw_DigitalValue) |
_INT_ i_PCI3009_AnalogInputRead1Channel | ( | DWORD_ | dw_BoardHandle, |
BYTE_ | b_Channel, | ||
BYTE_ | b_ConvertTimeUnit, | ||
WORD_ | w_ConvertTime, | ||
BYTE_ | b_Interrupt, | ||
PDWORD_ | pdw_DigitalValue | ||
) |
Starts the conversion of one analog input channel
[in] | dw_BoardHandle | : Handle of board PCI-3009 |
[in] | b_Channel | : Channel number of the input to be read |
[in] | b_ConvertTimeUnit | : Convert time unit for the analog input:
|
[in] | w_ConvertTime | : Convert time value for the analog input conversion
|
[in] | b_Interrupt | : Interrupt flag
|
[out] | pdw_DigitalValue | : Return the digital analog value if interrupt not used |
_INT_ i_PCI3009_AnalogInputReadMoreChannels | ( | DWORD_ | dw_BoardHandle, |
BYTE_ | b_NbrOfChannels, | ||
PBYTE_ | pb_ChannelList, | ||
BYTE_ | b_ConvertTimeUnit, | ||
WORD_ | w_ConvertTime, | ||
BYTE_ | b_Interrupt, | ||
PDWORD_ | pdw_DigitalValue | ||
) |
Starts the conversion of more analog input channels
[in] | dw_BoardHandle | : Handle of board PCI-3009 |
[in] | b_NbrOfChannels | : Nbr of channels so setings (1 to 16) |
[in] | pb_ChannelList | : Channel number list of the analog input to read |
[in] | b_ConvertTimeUnit | : Convert time unit for the analog input:
|
[in] | w_ConvertTime | : Convert time value for the analog input conversion
|
[in] | b_Interrupt | : Interrupt flag
|
[out] | pdw_DigitalValue | : Return the digital analog value if interrupt not used |