Time
Interrupt program code
With this block you can interrupt your program code for a certain time. During this time the microcontroller pauses and no actions are executed. The time is given in milliseconds (1 second = 1000 milliseconds).
This block has the same function as the previous block, but a time in microseconds is given here.
Already elapsed time
This block gives you the time your program code is already running. The runtime is given in milliseconds.
This block also tells you the runtime since the start of your program, but this time in microseconds.