RedstoneChips

burst

A Burst chip will pulse its outputs a specified number of times.

The chip requires at least one input and can have any number of outputs.

The first input block is the trigger. When it goes from off to on, the chip begins pulsing the outputs.

The number of times to pulse the outputs can either be specified on the sign, or can be set via input blocks. 1 input block allows 0-1 pulses, 2 input blocks allow 0-2 pulses, 8 input blocks allow 0-15 pulses, etc.

An additional pulse rate argument can be added to specify a time interval between each pulse. Otherwise the pulse rate is 0. The pulse rate must be specified with a unit. For ex. 1sec, 2min, 10hz etc.

source code


I/O setup

Sign text

  1. burst
  2. [pulses] (optional)
  3. [pulse rate] (optional)

Version history: Added to BasicCircuits 0.92

Fork me on GitHub