Lights triggering to full at once


#1

1) Give a description of the problem
Mode changes and lights fade up

2) What is the expected behavior?
Lights will fade up

3) What is happening/not happening?
Lights are jumping to the end, no fade

4) Post a Green Snapshot of the pistonimage

5) Attach any logs (From ST IDE and by turning logging level to Full)
(PASTE YOUR LOGS HERE BETWEEN THE MARKS THEN HIGHLIGHT ALL OF THE LOGS SND CLICK ON THE </> ICON TO FORMAT THEM)

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2

Just wanted to point out that you have an extra if/then block in your piston. Not sure if that will resolve your issue but you should try removing one. Then run the piston. If it does not work, attach logs.


#3

I’m thinking 2 extra blocks . . .


#4

Haha you are correct. I think my eyes got trapped on the 3rd if/then inside the 2nd if/then


#5

They probably got caught up in a Do loop, lol


#6

Yep - seems to be working much better now, thanks for the advice!
Nick