![Addi-Data ADDINUM PA 1500 Technical Description Download Page 75](http://html.mh-extra.com/html/addi-data/addinum-pa-1500/addinum-pa-1500_technical-description_2848801075.webp)
PA 1500
Standard software
4)
i_PA1500_StartTimerCounter1(...)
Syntax:
<Return value> = i_PA1500_StartTimerCounter1
(BYTE b_BoardHandle)
Parameters:
BYTE
b_BoardHandle
Handle of the
PA 1500
Task:
Starts the first counter/timer. Please initialise it previously with the function
"i_PA1500_InitTimerCounter1".
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_PA1500_InitTimerCounter1"
5)
i_PA1500_StartTimerCounter2 (...)
Syntax:
<Return value> = i_PA1500_StartTimerCounter2
(BYTE b_BoardHandle)
Parameters:
BYTE
b_BoardHandle
Handle of the
PA 1500
Task:
Starts the second counter/timer, Please initialise it previously with the
function "i_PA1500_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_PA1500_InitTimerCounter2"
75