Specifications

68 C/C++ & DLL Libraries
5.29 _7200_DO_Timer
@ Description
This function is used to set the internal timer pacer for digital output.
There are two configuration for the internal timer pacer :
1. Non-cascaded (One COUNTER 0 only)
Counter 1
CLK0
GATE0
OUT0
8254 Timer/Counter
4MHz Input
Digital Output Trigger
Timer pacer frequency = 4Mhz / C1
2. Cascaded (TIME2 cascaded with COUNTER0)
Counter 0
Counter 1
Counter 2
CLK0
GATE0
OUT0
CLK1
GATE1
CLK2
GATE2
OUT1
OUT2
8254 Timer/Counter
4MHz Input
Digital Input Trigger
Timer pacer frequency = 4Mhz / (C1 * C2)
@ Syntax
Visual C++ (Windows 95/98)
int W_7200_DO_Timer (U16 c1, U16 c2, Booelan mode)
Visual Basic (Windows 95/98)
W_7200_DO_Timer (ByVal c1 As Integer, ByVal c2 As Integer,
ByVal mode As Byte) As Long