My problem concerns a control flow like in the example given in the picture:
FIRST the displayed values shall be set and AFTER THAT the if procedure shall
be processed.
In occasional cases the if procedure is processed before the other things are ready.
I suppose that everything is done parallel.
-> Is there possibility to let the "if"-procedure wait until the rest is done? (everything but a delay of some milliseconds)
Thanks for Help!