cbMemReset()

Resets the memory board pointer to the start of the data. The memory boards are sequential devices. They contain a counter which points to the 'current' word in memory. Every time a word is read or written this counter increments to the next word.

Function Prototype

C/C++

int cbMemReset(int BoardNum)

Visual Basic

Function cbMemReset(ByVal BoardNum&) 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.

Returns

Notes