Function Library
157
_8168_get_event_int
:
This function is used to get event_int_status.
_8168_get_error_int
:
This function is used to get error_int_status.
_8168_get_irq_status
:
This function allows user to confirm if the designated card gener-
ates the INT signal to host PC.
_8168_not_my_irq
:
This function must be called after knowing not the designated card
generates the INT signal to host PC.
_8168_isr0
,
_8168_isr1
,
_8168_isr2
,
_8168_isr3
, …..
_8168_isr9
,
_8168_isra
,
_8168_isrb
:
Individual Interrupt service routine for card 0~11.
@ Syntax
C/C++ (DOS)
I16 _8168_int_control(U16 cardNo, U16 intFlag );
I16 _8168_set_int_factor(I16 AxisNo, U32
int_factor );
I16 _8168_get_int_type(I16 AxisNo, U16
*int_type);
I16 _8168_enter_isr(I16 AxisNo);
I16 _8168_leave_isr(I16 AxisNo);
I16 _8168_get_event_int(I16 AxisNo, U32
*event_int);
I16 _8168_get_error_int(I16 AxisNo, U32
*error_int);
I16 _8168_get_irq_status(U16 cardNo, U16 *sts);
I16 _8168_not_my_irq(I16 CardNo);
void interrupt _8168_isr0 (void);
void interrupt _8168_isr1 (void);
void interrupt _8168_isr2 (void);
void interrupt _8168_isr3 (void);
void interrupt _8168_isr4 (void);
void interrupt _8168_isr5 (void);
void interrupt _8168_isr6 (void);
void interrupt _8168_isr7 (void);
Содержание cPCI-8168
Страница 4: ......
Страница 10: ...vi List of Figures...
Страница 29: ...Installation 19 2 9 Overview of CN3 CN6...
Страница 31: ...Installation 21 2 11 Switch Setting...
Страница 124: ...114 Function Library Src Counter source Return Code ERR_NoError Value Meaning 0 External Feedback 1 Command pulse...
Страница 134: ...124 Function Library Return Code ERR_NoError ERR_SpeedError ERR_PChangeSlowDownPointError ERR_MoveRatioError...
Страница 155: ...Function Library 145 12 At FH speed maximum velocity 13 In deceleration 14 Waiting for INP signal 15 Reserved...
Страница 204: ...194 Function Library...