MCU440

From MinecraftOnline
Jump to navigation Jump to search
Mapmarker labicon.png Monoflop
About
ID MCU440
Self Triggered No
Clickable No
Input Yes
Output Yes
Sign post icon.png Sign Format
First line MONOFLOP
Second line [MCU440]
Third line down_count:clock_rate:on_count
Craftbook Page

A count down timer which keeps the output off for a set amount of time before turning it on for a set amount of time.

Details

  • Second Line
    • [MCU440]
  • Third Line
    • down_count:clock_rate:on_count
  • down_count = The value to start the down count from, must be a value between 1-999.
  • clock_rate = The amount of ticks until a cycle is complete, must be a value between 5-15. Default is 5.
  • on_count = The amount of cycles it should stay on after finishing the countdown. Default is the same as "down_count".


Examples


[MCU440]
5:15:5

Will count down from 5, but take 15 ticks per count to do so, then stays on for 5 cycles.


[MCU440]
5:5:5

Will count down from 5, 5 ticks per count and leave the output on for 25 ticks.


[MCU440]1
5:5:5

Will count down from 5, and then cycle back off after the next clock cycle.


[MCU440]+
5

Will invert the output. Output will be on and then after count will switch off.

Notable and Practical Uses

Often used in builds where redstone timing is important. Examples:


See Also