9113_Counter_Start - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

@ Syntax
C/C++ (DOS)
U16 _9113_AD_Timer (U16 cardNo, U16 c1, U16 c2)
C/C++ (Windows 95)
U16 W_9113_AD_Timer (U16 cardNo, U16 c1, U16 c2)
Visual Basic (Windows 95)
W_9113_AD_Timer (ByVal cardNo As Integer, ByVal c1 As Integer, ByVal
c2 As Integer) As Integer
@ Argument
cardNo: The card number of PCI-9113A card initialized.
c1: frequency divider of timer #1
c2: frequency divider of timer #2
@ Return Code
ERR_NoError

6.22 _9113_Counter_Start

@ Description
The counter #0 of the PCI-9113A Timer/Counter chip can be freely
programmed by the users. This function is used to program the
counter #0. This counter can be used as frequency generator if
internal clock is used. It also can be used as event counter if external
clock is used. All the 8254 modes (six operating modes) are
available.
@ Syntax
C/C++ (DOS)
U16 _9113_Counter_Start (U16 cardNo, U16 mode, U16 c0)
C/C++ (Windows 95)
U16 W_9113_Counter_Start (U16 cardNo, U16 mode, U16 c0)
Visual Basic (Windows 95)
W_9113_Counter_Start (ByVal cardNo As Integer, ByVal mode As Integer,
ByVal c0 As Integer) As Integer
@ Argument
cardNo: The card number of PCI-9113A card initialized.
54
C/C++ Software Library

Advertisement

Table of Contents
loading

Table of Contents