Adlink PCI-8124-C Bedienungsanleitung Seite 50

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 102
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 49
40 Operation Theory
Steps:
1. Enable the interrupt factors that you want to be wait.
“_8124_get_int_factor”
2. Using wait function to wait the specified interrupt.
“_8124_wait_single_int”
3. In the end of interrupt process, you should disable the
interrupt service.
“_8124_get_int_factor”
Example:
_8124_set_int_factor( CardId, Channel, 0x4); //
FIFO empty
…(FIFO operation)…
// wait FIFO empty interrupt
// FactorBitNum = 2
// 10 seconds time-out
_8124_wait_single_int( CardId, Channel, 2, 10000
);
_8124_set_int_factor( CardId, Channel, 0 )//
Disable the interrupt service.
Seitenansicht 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 101 102

Kommentare zu diesen Handbüchern

Keine Kommentare