xPCI-3009 API
PCI-3009 incremental counter digital output functions

Functions

_INT_ i_PCI3009_SetDigitalChlOn (DWORD_ dw_BoardHandle)
 
_INT_ i_PCI3009_SetDigitalChlOff (DWORD_ dw_BoardHandle)
 

Detailed Description

Function Documentation

_INT_ i_PCI3009_SetDigitalChlOn ( DWORD_  dw_BoardHandle)

Sets the digital output H Setting an output means setting an ouput high.

Parameters
[in]dw_BoardHandle: Handle of board PCI-3009
Returns
0: No error
-1: The handle parameter of the board is wrong
-2: The module is not a counter module
-3: Counter not initialised see function "i_PCI3009_InitCounter"
_INT_ i_PCI3009_SetDigitalChlOff ( DWORD_  dw_BoardHandle)

Resets the digital output H. Resetting an output means setting an ouput low.

Parameters
[in]dw_BoardHandle: Handle of board PCI-3009
Returns
0: No error
-1: The handle parameter of the board is wrong
-2: The module is not a counter module
-3: Counter not initialised see function "i_PCI3009_InitCounter"