EasyManua.ls Logo

ADLINK Technology PCI-8102 - Page 169

ADLINK Technology PCI-8102
210 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Function Library 159
When user enabled the Interrupt function by _8102_int_control()
and set the interrupt factors by _8102_set_motion_int_factor().
User could use this function to wait the specific interrupt. When
this function was running, the process would never stop until
evens were triggered or the function was time out.
_8102_wait_gpio_interrupt:
When user enabled the Interrupt function by _8102_int_control()
and set the interrupt factors by _8102_set_gpio_int_factor(). User
could use this function to wait the specific interrupt. When this
function was running, the process would never stop until evens
were triggered or the function was time out.
@ Syntax
C/C++(Windows 2000/XP)
I16 _8102_int_control(I16 card_id, I16 intFlag);
I16 _8102_set_motion_int_factor(I16 AxisNo, U32
int_factor );
I16 _8102_set_gpio_int_factor(I16 card_id, U16
int_factor );
I16 _8102_wait_error_interrupt(I16 AxisNo, I32
TimeOut_ms );
I16 _8102_wait_motion_interrupt(I16 AxisNo, I16
IntFactorBitNo, I32 TimeOut_ms );
I16 _8102_wait_gpio_interrupt(I16 card_id, I16
IntFactorBitNo, I32 TimeOut_ms );
Visual Basic (Windows 2000/XP)
B_8102_int_control(ByVal card_id As Integer,
ByVal intFlag As Integer) As Integer
B_8102_wait_error_interrupt(ByVal AxisNo As
Integer, ByVal TimeOut_ms As Long) As
Integer
B_8102_wait_motion_interrupt(ByVal AxisNo As
Integer, ByVal IntFactorBitNo As Integer,
ByVal TimeOut_ms As Long) As Integer
B_8102_set_motion_int_factor(ByVal AxisNo As
Integer, ByVal int_factor As Long) As
Integer
B_8102_wait_gpio_interrupt(ByVal card_id As
Integer, ByVal IntFactorBitNo As Integer,
ByVal TimeOut_ms As Long) As Integer

Table of Contents

Related product manuals