Doc. # 1-0002492 | |||
---|---|---|---|
Date Updated | 09-24-2004 | Date Created | 07-27-2000 |
Document Type | Knowledge Base | Related OS | |
Related Product | 32-bit DLL Drivers |
What those parameter's meaning of function called "PT_EnableEvent" of 32-bit DLL drivers? | |||
---|---|---|---|
Solution:
Please refer to page 153 of User's Manual (MANUAL.PDF). Following information just for your reference.
Table 4-5: Supported Event Types
ADS_EVT_INTERRUPT 0x1 Device generates a hardware interrupt
ADS_EVT_BUFCHANGE 0x2 Buffer changes
ADS_EVT_TERMINATED 0x4 I/O operation is terminated
ADS_EVT_OVERRUN 0x8 Analog input data buffer is overrun
ADS_EVT_WATCHDOG 0x10 Analog input with watchdog triggering is activated
ADS_EVT_PORT0 0x80 Interrupt generated from counter port0
ADS_EVT_PORT1 0x100 Interrupt generated from counter port1
ADS_EVT_PATTERNMATCH 0x200 Pattern matched for digital input
ADS_EVT_COUNTER 0x201 Interrupt for counter
ADS_EVT_COUNTERMATCH 0x202 Count matched for counter
ADS_EVT_COUNTEROVERFLOW 0x203 Counter overflow
ADS_EVT_STATUSCHANGE 0x204 Status change
ADS_EVT_FILTER 0x205 Filter
|