cbCIn32() function 

Reads the current count from a counter, and returns it as a 32 bit integer.

Function Prototype

C/C++:

int cbCIn32(int BoardNum, int CounterNum, unsigned long *Count)

Visual Basic:

Function cbCIn32(ByVal BoardNum&, ByVal CounterNum&, CBCount&) As Long

Arguments

BoardNum

The number associated with the board when it was installed with InstaCal or created with cbCreateDaqDevice(). BoardNum may be 0 to 99. The specified board must have a counter.

CounterNum

The counter to read the current count from. Valid values are dependent on the device and the number of counters available on the device. See product-specific information in the Universal Library User's Guide.

Count

Current count value from selected counter is returned here.

Returns

Notes