Author Topic: 3 minute delay?  (Read 807 times)

How would I make a three minute delay, even if I had to use events to do it?

30000 onActivate Self fireRelay
30000 onRelay Self fireRelay
30000 onRelay Self fireRelay
30000 onRelay Self fireRelay
30000 onRelay Self fireRelay
30000 onRelay Self THEEVENT

This belongs in Help.

30000 onActivate Self fireRelay
30000 onRelay Self fireRelay
30000 onRelay Self fireRelay
30000 onRelay Self fireRelay
30000 onRelay Self fireRelay
30000 onRelay Self THEEVENT

This belongs in Help.
That wouldn't work bro.

VCE would be a much better way to do it. Setting a relay loop that runs every 1 sec. Then setup so every time it goes through the relay loop, it adds one to the variable. then have it keep checking to see if the variable has reached a certain value. If you wanted 3 min, the var would have to reach 180. 180 sec= 3 min.

30000 onActivate Self fireRelay
30000 onRelay Self fireRelay
30000 onRelay Self fireRelay
30000 onRelay Self fireRelay
30000 onRelay Self fireRelay
30000 onRelay Self THEEVENT

This belongs in Help.

You mean using named bricks to host the delays? I hope that's what you meant because that would otherwise obviously be a 30 second delay.


I don't know. I know the max you can set is 30 seconds. I guess I didn't think my response through... Sorry.

Or, you'd have to have a relay send a relay to another brick on a 30 second delay. You'd need 6 delay transfers to make 3 minutes that way though...

Well the first thing I would do is wrench the brick, click the "Events" button, then event a 3 minute delay.



















/facepalm

Well the first thing I would do is wrench the brick, click the "Events" button, then event a 3 minute delay.

I know the max you can set is 30 seconds.

You want me to hate you, Penguin?

/facepalm

Oh, goes in help.

Sorry for not seeing that. And, since my question has been answered:

Locked.