xPCI-1500 API

Functions

_INT_ i_PCI1500_SetDigitalOutputMemoryOn (HANDLE h_DeviceHandle)
 
_INT_ i_PCI1500_SetDigitalOutputMemoryOff (HANDLE h_DeviceHandle)
 

Detailed Description

Function Documentation

_INT_ i_PCI1500_SetDigitalOutputMemoryOn ( HANDLE  h_DeviceHandle)

Activate the digital output memory of the board xPCI-1500 When using the digital output memory, when setting the value of one digital output, the value of the other digital output is kept.

Parameters
[in]h_DeviceHandleHandle of the board
Returns
0 : No Error
-1 : Error while calling IOCTL function (wrong handle ?)
_INT_ i_PCI1500_SetDigitalOutputMemoryOff ( HANDLE  h_DeviceHandle)

Deactivate the digital output memory of the board xPCI-1500

Parameters
[in]h_DeviceHandleHandle of the board
Returns
0 : No Error
-1 : Error while calling IOCTL function (wrong handle ?)