Command after wait not happening


#1

1) Give a description of the problem
The command I have after my wait doesn’t seem to happen.

2) What is the expected behaviour?
Command after wait happen

3) What is happening/not happening?
(PUT YOUR INFO HERE)

4) Post a Green Snapshot of the pistonimage

5) Attach logs after turning logging level to Full
Here is the log after the wait.

11/20/2019, 6:37:29 AM +198ms
+0ms ╔Received event [Home].time = 1574249850718 with a delay of -1520ms
+141ms ║RunTime Analysis CS > 29ms > PS > 59ms > PE > 53ms > CE
+144ms ║Runtime (40199 bytes) successfully initialized in 59ms (v0.3.10f.20190822) (142ms)
+144ms ║╔Execution stage started
+145ms ║╚Execution stage complete. (1ms)
+146ms ╚Event processed successfully (146ms)


#2

Did you set TCP to NEVER?
If not the piston will not WAIT.

TCP = Task Cancellation Policy

Click on line 29 WITH…
You’ll see a settings wheel in the right bottom corner. Click on it.
Click on TCP
Scroll down and choose NEVER

Once you are done you’ll see an orange N letter right next to line 29 (after WITH)

now your piston will wait 30 minutes.


#3

Oh amazing thank you, I just realized I have another piston that had a wait in it too but it wasn’t as huge of a deal so I never bothered asking.


#4

So I am glad I found this. This must be a change because I don’t recall having to do this on the ST WebCore