Another Async Question


#1

1) Give a description of the problem
I am looking to turn on 2 lights at the same time (10:30am) then have each light WAIT for a different amount of time before turning off. I believe I need to use ASYNC in order to accomplish this correctly.

**4) Post a Green Snapshot
27


#2

you need async on the first with and TSP set to allow multiple on both with.

if you want the piston state to be also changed at 10:30am when the piston is run, you will need async on the second with as well.