Adlink ACL-8216 Instrukcja Użytkownika Strona 59

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 75
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 58
C/C++ Library
51
5.12 _8216_AD_Soft_Trig
@ Description
This function is used to trigger the A/D conversion by software. When
the function is called, a trigger pulse will be generated and the
converted data will be stored in the base address Base +4 and Base
+5.
@ Syntax
int _8216_AD_Soft_Trig( void )
@ Argument
None
@ Return Code
ERR_NoError
ERR_BoardNoInit
@ Example
#include "8216.h"
main()
{
_8216_Initial( CARD_1, 0x220 );
/* Assume NoError when Initialize ACL-8216 */
_8216_AD_Soft_Trig();
printf( "Now, AD is triggered.\n" );
.
.
_8216_AD_Acquire( &data);
}
Przeglądanie stron 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 ... 74 75

Komentarze do niniejszej Instrukcji

Brak uwag