xPCI-1500 API
|
Functions | |
_INT_ | i_PCI1500_Set1DigitalOutputOn (HANDLE h_DeviceHandle, BYTE b_Channel) |
_INT_ | i_PCI1500_Set1DigitalOutputOff (HANDLE h_DeviceHandle, BYTE b_Channel) |
_INT_ | i_PCI1500_Set8DigitalOutputsOn (HANDLE h_DeviceHandle, BYTE b_Port, BYTE b_Mask) |
_INT_ | i_PCI1500_Set8DigitalOutputsOff (HANDLE h_DeviceHandle, BYTE b_Port, BYTE b_Mask) |
_INT_ | i_PCI1500_Set16DigitalOutputsOn (HANDLE h_DeviceHandle, WORD w_Mask) |
_INT_ | i_PCI1500_Set16DigitalOutputsOff (HANDLE h_DeviceHandle, WORD w_Mask) |
_INT_ i_PCI1500_Set1DigitalOutputOn | ( | HANDLE | h_DeviceHandle, |
BYTE | b_Channel | ||
) |
Permits to set a digital output of the board xPCI-1500 to ON (high state)
[in] | h_DeviceHandle | Handle of the board |
[in] | b_Channel | Digital output channel to set (0 to 15) |
_INT_ i_PCI1500_Set1DigitalOutputOff | ( | HANDLE | h_DeviceHandle, |
BYTE | b_Channel | ||
) |
Permits to reset a digital output of the board xPCI-1500
Digital output memory must be enabled
[in] | h_DeviceHandle | Handle of the board |
[in] | b_Channel | Digital output channel to reset (0 to 15) |
_INT_ i_PCI1500_Set8DigitalOutputsOn | ( | HANDLE | h_DeviceHandle, |
BYTE | b_Port, | ||
BYTE | b_Mask | ||
) |
Sets a digital output port (8 bits) of the board xPCI-1500 to 1 (high state)
[in] | h_DeviceHandle | Handle of the board |
[in] | b_Port | Port to set ( PCI1500_PORT_0 : channels 0-7, PCI1500_PORT_1 : channels 8-15) |
[in] | b_Mask | Mask of channels to set on the port ( 0x0 to 0xFF) |
_INT_ i_PCI1500_Set8DigitalOutputsOff | ( | HANDLE | h_DeviceHandle, |
BYTE | b_Port, | ||
BYTE | b_Mask | ||
) |
Resets a digital output port (8 bits) of the board xPCI-1500
Digital output memory must be enabled
[in] | h_DeviceHandle | Handle of the board |
[in] | b_Port | Port to set ( PCI1500_PORT_0 : channels 0-7, PCI1500_PORT_1 : channels 8-15) |
[in] | b_Mask | Mask of channels to reset on the port ( 0x0 to 0xFF) |
_INT_ i_PCI1500_Set16DigitalOutputsOn | ( | HANDLE | h_DeviceHandle, |
WORD | w_Mask | ||
) |
Sets several digital outputs of the board xPCI-1500
[in] | h_DeviceHandle | Handle of the board |
[in] | w_Mask | Digital output mask value to set (0x0 to 0xFFFF) |
_INT_ i_PCI1500_Set16DigitalOutputsOff | ( | HANDLE | h_DeviceHandle, |
WORD | w_Mask | ||
) |
Resets several digital outputs of the board xPCI-1500
Digital output memory must be enabled
[in] | h_DeviceHandle | Handle of the board |
[in] | w_Mask | Digital output mask value to reset (0x0 to 0xFFFF) |