Fig. 65 Function Block F_Startdebugtimer; Fig. 66 Function Block F_Readdebugtimer - Beckhoff BC3150 Documentation

Bus terminal controller for profibus-dp
Table of Contents

Advertisement

Programming
Start Debug Timer function
Fig. 65: Function block F_STARTDEBUGTIMER
Calling this function starts the timer. The return value is "0".
Read Debug Timer function
Fig. 66: Function block F_READDEBUGTIMER
This function reads the timer value. The return value has to be multiplied with 5.12 µs.
Example
VAR
    Timer_BX     :WORD;
   i           :INT;
END_VAR
Program
F_STARTDEBUGTIMER();
For i:=0 to 1000 do
    ;
END_FOR
Timer_BX:=F_READDEBUGTIMER();
70
Version: 2.1.0
BC3150

Advertisement

Table of Contents
loading

Table of Contents