RobotStudio event

Set Program Pointer

Options
I have a problem with setting the Program Pointer to a given routine.
I have 2 tasks defined in the controller (T_ROB1 and T_ROB2) with each task

having it's own program with a number of routines.

What I want, is to start a task at a given routine. So first I set the PP to the routine using the Task.SetProgramPointer() funtion and then I start the task.

This works fine, but when I want to start the second task in the same way I get an error (Operation is illegal in current execution state) when setting the PP. I think it is because the other task is running.

 

Is there any way to work around this problem or is it just not possible to set the PP of one task when another task is already running?!