xPCI-1500 API
|
Functions | |
_INT_ | i_PCI1500_Read1DigitalInput (HANDLE h_DeviceHandle, BYTE b_Channel, PBYTE pb_Value) |
_INT_ | i_PCI1500_Read8DigitalInputs (HANDLE h_DeviceHandle, BYTE b_Port, PBYTE pb_Value) |
_INT_ | i_PCI1500_Read16DigitalInputs (HANDLE h_DeviceHandle, PWORD pw_Value) |
_INT_ | i_PCI1500_Get16DigitalOutputsStatus (HANDLE deviceHandle, PWORD status) |
_INT_ i_PCI1500_Read1DigitalInput | ( | HANDLE | h_DeviceHandle, |
BYTE | b_Channel, | ||
PBYTE | pb_Value | ||
) |
Read 1 digital inputs of the board xPCI-1500
[in] | h_DeviceHandle | Handle of the board |
[in] | b_Channel | The index of the channel to read (0 to 15) |
[out] | pb_Value | Status of the digital input |
_INT_ i_PCI1500_Read8DigitalInputs | ( | HANDLE | h_DeviceHandle, |
BYTE | b_Port, | ||
PBYTE | pb_Value | ||
) |
Read 8 digital inputs of the board xPCI-1500
[in] | h_DeviceHandle | Handle of the board |
[in] | b_Port | Port to read ( PCI1500_PORT_0 : channels 0-7, PCI1500_PORT_1 : channels 8-15) |
[out] | pb_Value | Status of the digital inputs |
_INT_ i_PCI1500_Read16DigitalInputs | ( | HANDLE | h_DeviceHandle, |
PWORD | pw_Value | ||
) |
Read 16 digital inputs of the board xPCI-1500
[in] | h_DeviceHandle | Handle of the board |
[out] | pw_Value | Status of the digital inputs |
_INT_ i_PCI1500_Get16DigitalOutputsStatus | ( | HANDLE | deviceHandle, |
PWORD | status | ||
) |