Webcore un-paused piston not firing

When I un-paused a piston does webcore check for a true condition, because for me it doesn't.
I need to test the piston manually for it to check and fire.

It doesn't... But newer versions have a "piston resumed" event you can use.

Yes that what I'm using resume piston maybe I need to add a execute piston after that ?

When you resume a piston, it is subscribed and waiting for an event to occur, much like after you save when editing

So resume has it ready to run, an event needs to occur.

As mentioned there is a 'pistonResume' event you can subscribe to (works similar to 'systemStart'; ie if pistonResume event occurs, which is a virtual device)

1 Like

This webcore is so powerful thanks