C/C++ Library
•
73
5.40 _9114_AD_FFHF_INT_Restart
@ Description
After calling _9114_AD_FFHF_INT_Start(), the AD conversion and transfer
won’t stop until the N blocks of the AD data is acquired, calling this function
can restart the FIFO half full interrupt transfer without re-initial all the relative
registers. However, if the interrupt operation was stopped by calling
_9114_AD_FFHF_INT_Stop(), the program should use
_9114_AD_FFHF_INT_Start() to restart the interrupt transfer function.
@ Syntax
C/C++ (DOS)
U16 _9114_AD_FFHF_INT_Restart (U16 cardNo)
C/C++ (Windows 95)
U16 W_9114_AD_FFHF_INT_Restart (U16 cardNo)
Visual Basic (Windows 95)
W_9114_AD_FFHF_INT_Restart (ByVal cardNo As Integer) As
Integer
@ Argument
cardNo:
the card number of PCI-9114 card initialized.
@ Return Code
ERR_NoError
5.41 _9114_AD_INT_Stop
@ Description
This function is used to stop the interrupt data transfer function. After executing
this function, the internal AD trigger is disabled and the AD timer is stopped.
This function returns the number of data has been transferred, no matter
whether the AD interrupt data transfer is stopped by this function.
@ Syntax
C/C++ (DOS)
U16 _9114_AD_INT_Stop (U16 cardNo, U16 *count)
C/C++ (Windows 95)
U16 W_9114_AD_INT_Stop (U16 cardNo, U16 *count)
Visual Basic (Windows 95)
W_9114_AD_INT_Stop (ByVal cardNo As Integer, count As
Integer) As Integer
@ Argument
Содержание NuDAQ PCI-9114DG
Страница 1: ...NuDAQ P C I 9 1 1 4 D G H G Enhanced Multi Functions Data Acquisition Card User s Guide ...
Страница 2: ......
Страница 5: ......
Страница 6: ......
Страница 10: ...iv Contents Product Warranty Service 83 ...
Страница 12: ......
Страница 21: ...Installation 9 2 3 PCB Layout of PCI 9114 ...
Страница 31: ...Registers Format 19 CN4 is MSB and CN0 is LSB ...
Страница 36: ......
Страница 50: ......
Страница 56: ...44 C C Library the digital value Return Code ERR_NoError ...
Страница 70: ...58 C C Library count value read from 8254 programmable timer only 8 LSBs are effective Return Code ERR_NoError ...
Страница 79: ...C C Library 67 ...
Страница 94: ......