Time



block

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).
block
This block has the same function as the previous block, but a time in microseconds is given here.
block

Already elapsed time

This block gives you the time your program code is already running. The runtime is given in milliseconds.
block
This block also tells you the runtime since the start of your program, but this time in microseconds.
block

wait forever

With this block you can simply let your program finish.
block

Measurement interval

So that the transmission of the measured values does not take place every second, but only after a certain time interval, you can block. To do this, drag all actions that are to take place first after a certain time into the loop and enter the time in milliseconds.

results matching ""

    No results matching ""