1) Give a description of the problem
I cannot get a piston to run from within another piston. It seems it always skips the Execute command
4) Post a Green Snapshot of the piston
5) Attach any logs (From ST IDE and by turning logging level to Full)
5/2/2019, 1:35:38 PM +760ms
+114ms ║Pump Sequenced Triggered Pump Time = 2 mins Virtual = ON
+3194ms ║Pump Sequence Off
5/2/2019, 1:32:26 PM +458ms
+130ms ║Pump Sequenced Triggered Pump Time = 2 mins Virtual = ON
+3225ms ║Pump Sequence Off
5/2/2019, 1:31:41 PM +691ms
+123ms ║Pump Sequenced Triggered Pump Time = 2 mins Virtual = ON
+3214ms ║Pump Sequence Off
The 2nd log entry is exactly 3 secs-ish from the 1st log, which means the piston was never executed.
Here is the called piston. The first thing it does is log that it got control. But that log never happens.
And its logs.
Any idea what is going on, and what I can do to get that piston to run?
Oops. I found that I forgot to Resume the called piston, which is why it did not run. As Rosana Rosanadana said, “Never Mind”.