9113_Set_8254 - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

This function is used to trigger the A/D conversion by software. When
this function is called, a trigger pulse will be generated and the
converted data will be stored from address Base +0.
@ Syntax
C/C++ (DOS)
U16 _9113_AD_Soft_Trigger (U16 cardNo)
C/C++ (Windows 95)
U16 W_9113_AD_Soft_Trigger (U16 cardNo)
Visual Basic (Windows 95)
W_9113_AD_Soft_Trigger (ByVal cardNo As Integer) As Integer
@ Argument
cardNo: The card number of PCI-9113A card initialized.
@ Return Code
ERR_NoError

6.19 _9113_Set_8254

@ Description
This function is used to write PCI-9113A 8254 Programmable Timer.
@ Syntax
C/C++ (DOS)
U16 _9113_Set_8254 (U16 cardNo, U16 ChannelNo, U8 count)
C/C++ (Windows 95)
U16 W_9113_Set_8254 (U16 cardNo, U16 ChannelNo, U8
Visual Basic (Windows 95)
W_9113_Set_8254 (ByVal cardNo As Integer, ByVal ChannelNo
@ Argument
cardNo: The card number of PCI-9113A card initialized.
Tmr_ch: Port of 8254 Timer, the value is within 0 to 2.
Count: The counter value.
count)
As Integer, ByVal count As Byte) As Integer
C/C++ Software Library
51

Advertisement

Table of Contents
loading

Table of Contents