Resets the counter board to its default settings.
GxCalReset (nHandle, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX1034 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
After calling reset, no function is connected to the output connector.
The following example initializes and resets the counter board:
GxCalInitialize (1, &nHandle, &nStatus);
GxCalReset (nHandle, &nStatus);