Task not firing


#1

1) Give a description of the problem
I need to reset a variable every time it changes but giving it a 30 second wait

2) What is the expected behavior?
The variable resetting

3) What is happening/not happening?
The timer is getting stuck

**4) Post a Green Snapshot of the piston!


#2

So that’s the full logs?

It never comes back from the Wait?

image

Odd. You could try shrinking the wait time in order to test out the logic. Waits can sometimes cause issues with pistons if there is a change to the initial condition which triggered the piston.

You could also try adjusting the Task Cancellation Policy to make it Never. That’s a guess though.


#3

Tried even with 5 seconds and still have the same issue. Also tried the TCP to never. No solution yet


#4

Can you post a green snapshot of the piston driving your @timer variable?


#5

Sorry for the delay