APCI-/CPCI-1500 Technical
description Chapter 9
92
13) i_APCI1500_TriggerCounter3 (...)
Syntax:
<Return value> = i_APCI1500_TriggerCounter3 (BYTE
b_BoardHandle)
Parameters:
BYTE
b_BoardHandle
Handle of the
xPCI-1500
Task:
Triggers the third counter. The start value is loaded in the counter.
Return value:
0: No error
-1: The handle parameter of the board is wrong
-2: The counter has not been initialised
-3: The counter/watchdog has been initialised as a watchdog.
Please use function "i_APCI1500_InitWatchdogCounter3"
14) i_APCI1500_Watchdog (...)
Syntax:
<Return value> = i_APCI1500_Watchdog (BYTE
b_BoardHandle)
Parameters:
BYTE
b_BoardHandle
Handle of the
xPCI-1500
Task:
Triggers the watchdog. The start value is loaded in the watchdog.
Return value:
0: No error
-1: The handle parameter of the board is wrong
-2: The watchdog has not been initialised
-3: The counter/watchdog has been initialised as a counter.
Please use function "i_APCI1500_InitWatchdogCounter3"
15) i_APCI1500_ReadTimerCounter1 (...)
Syntax:
<Return value> = i_APCI1500_ReadTimerCounter1 (BYTE b_BoardHandle,
PLONG
pl_ReadValue)
Parameters:
BYTE
b_BoardHandle
Handle of the
xPCI-1500
PLONG
pl_ReadValue
This parameter has two meanings.
When the counter/timer is used as a
counter, it returns the current value of the
counter.
When the counter/timer is used as a timer,
it returns the current value of the timer.
Task:
Reads the current value of the first counter/timer if used as a counter or reads the
timer content if used as a timer.