11-28-2025 07:50 AM
s function= sytem function :
basically something that works like this
one block but has three tasks inside :
in the first call we excute the starting task (do something like initilization) just one time
then we excute the running task (run forever) only stop if we hit the abort excution button
after that we call the termination task that will only excute one time than the program finishes
11-28-2025 07:57 AM
Hi thesara,
@thesara wrote:
one block but has three tasks inside :
So you did follow my suggestion as written here?
11-28-2025 12:31 PM
@alexderjuengere wrote:
This is dangerous in the hands of someone as experienced as the OP because they don't yet understand what the abort button does and are highly unlikely to tie up the loose ends before aborting.