Technical description Chapter 9
APCI-/CPCI-1500
89
6) i_APCI1500_StartTimerCounter2 (...)
Syntax:
<Return value> = i_APCI1500_StartTimerCounter2 (BYTE
b_BoardHandle)
Parameters:
BYTE
b_BoardHandle
Handle of the
xPCI-1500
Task:
Starts the second counter/timer, Please initialise it previously with the function
"i_APCI1500_InitTimerCounter2".
If the counter is used, it is now ready for counting.
If the timer is used, it is now running.
Return value:
0: No error
-1: The handle parameter of the board is wrong
-2: The counter or timer has not been initialised.
Please use function "i_APCI1500_InitTimerCounter2"
7) i_APCI1500_StartCounter3 (...)
Syntax:
<Return value> = i_APCI1500_StartCounter3
(BYTE
b_BoardHandle)
Parameters:
BYTE
b_BoardHandle
Handle of the
xPCI-1500
Task:
Starts the third counter. Please initialise it previously with the function
"i_APCI1500_InitWatchdogCounter3".
Return value:
0: No error
-1: The handle parameter of the board is wrong
-2: Counter has not been initialised
-3: The counter/watchdog has been initialised as a watchdog.
"i_APCI1500_InitWatchdogCounter3"