Hello everybody
I have a question regarding the WaitBool and WaitIo functions.
The behaviour of this function is, after reaching the condition of the function and returning OK, in the next cycle the return value switch back to RUNNING. Using more than one function calls in one step causes the problem, that reaching on wait function condition, the other is still running, so the step stays active, the wait function does not keep the OK state.
So I'm not able to set every function there on _tmpRetVal and collecting all tmpRetVal at the end before returning OK for the next step.