![NuDAQ ACL-8112 Series Скачать руководство пользователя страница 86](http://html1.mh-extra.com/html/nudaq/acl-8112-series/acl-8112-series_user-manual_1716414086.webp)
78
•
C Language Library
7.19 _8112_AD_INT_Stop
Description
This function is used to stop the interrupt data transfer function. After
executing this function, the internal AD trigger is disable and the AD
timer is stopped. The function returns the number of the data which
has been transferred, no matter whether the AD interrupt data transfer
is stopped by this function or by the _8112_AD_INT_Start() itself.
Syntax
int _8112_AD_INT_Stop( int *count )
int _8112pg_AD_INT_Stop( int *count )
Argument:
count:
the number of A/D data which has been
transferred.
Return Code:
ERR_NoError
ERR_BoardNoInit
ERR_AD_INTNotSet
Example:
See Demo Program 'AD_Demo2.C'
7.20 _8112_AD_Timer
Description
This function is used to setup the Timer #1 and Timer #2.
Timer #1 & #2 are used as frequency divider for generating constant
A/D sampling rate dedicatedly. It is possible to stop the pacer trigger
by setting any one of the dividers as 0. The AD conversion rate is
limited due to the conversion time of the AD converter, the highest
sampling rate of the ACL-8112 can not be exceeded 100 KHz,Thus
the multiplication of the dividers must be larger than 20.
Syntax
int _8112_AD_Timer( unsigned int c1 , unsigned int c2 )
Содержание ACL-8112 Series
Страница 1: ...NuDAQ ACL 8112 Series Enhanced Multi Functions Data Acquisition Cards User s Guide ...
Страница 4: ......
Страница 40: ...32 Registers Format 1 1 1 1 1 000 Unipolar N A Table 4 2 1 Function of the Gain Control Bits ...
Страница 44: ...36 Registers Format Base 14 DO15 DO14 DO13 DO12 DO11 DO10 DO9 DO8 ...
Страница 46: ...38 Registers Format Base 2 Counter 2 Register R W Base 3 8254 CONTROL BYTE ...
Страница 49: ...Operation Theorem 41 mode control register BASE 11 The different transfer modes are specified as follows ...
Страница 61: ...C Language Library 53 ErrCode _8112_Initial CARD_2 A8112B_DG 0x220 if ErrCode ERR_NoError exit 0 ...
Страница 71: ...C Language Library 63 ...
Страница 81: ...C Language Library 73 Example See Demo Program AD_Demo4 C ...
Страница 85: ...C Language Library 77 ERR_AD_INTNotSet Example See demo program AD_Demo2 C ...