2023-05-21: Yes, we're back. No, you can't login yet

Tick Events

Uploaded by Pecon

The add-on board icon. Events
The add-on file name icon. Event_Tick.zip
The add-on upload date icon. Apr 7th 2016, 1:25 AM
The add-on download count icon. 1,236

Description

If you're tired of how unreliable and difficult it is to make repeating events using relays, then this is the event mod just for you.

Output events: SetTickRate - Sets how frequently this brick will tick (in milliseconds). Can be between 32 and 600000 (10 minutes). StartTick - Tells the brick to begin ticking. Will resume from a paused tick if one is available. StopTick - Tells the brick to stop ticking. Will reset the current tick back to 0. PauseTick - Tells the brick to stop ticking. Saves the current tick time.

Input event: onTick - This input will trigger every time this brick ticks.

Comments (1)

rerere284
2017-02-06 02:06:31
Would be cool if there was a version that had a longer time and time was entered in minutes. SetTickRateMins or something. Unless there's a reason for the limit being 10 minutes other than the length of the number.