Tutorials Piston circuits


Info

Pistons Piston Transparency Yes Luminance None Blast resistance 2.5 Tool Any tool Renewable Yes Stackable Yes (64) Flammable No Drops Itself Data values See Data values Pistons are blocks capable of pushing most blocks, depending on minecraft have allowed players to design circuits that are smaller and/or faster than the standard, redstone-only counterparts. An understanding of standard redstone circuits See redstone circuits. For other redstone-related articles, see Redstone (disambiguation). Contents 1 Redstone basics 1.1 Redstone components 1.2 Power 1.3 Power level 1.4 Redstone update 1.5 Redstone tick 1.6 Signals and pulses minecraft is helpful, as this tutorial is focused on the circuit design rather than the function.

There are three benefits of Piston circuitry:

  • Neither repeaters nor pistons `burn out`, unlike redstone torches.
  • Piston circuits tend to be smaller than their redstone counterpart
  • The resources used are much easier to find and mine.

The main components of piston circuits are sticky pistons Piston Transparency Yes Luminance None Blast resistance 2.5 Tool Any tool Renewable Yes Stackable Yes (64) Flammable No Drops Itself Data values See Data values Pistons are blocks capable of pushing most blocks, depending on minecraft , redstone wire Redstone Transparency Yes Luminance No Blast resistance 0 Tool Any tool Renewable Yes Stackable Yes (64) Flammable No Availability Survival Drops Redstone (1) Data values See Data values Name See Data values This article is minecraft , repeaters, and redstone torches.

Unless otherwise stated, all pistons are sticky pistons.

The Principles

Power and Repeaters


Power is transmitted in several ways that are useful to pistons. The first thing to note is that there are two types of blocks; transparent When leaves are opaque (in "fast" graphics), they completely block rendering. When leaves are transparent (in "fancy" graphics), the world behind them is also rendered. Opacity (and its inverse, transparency) are properties of blocks with minecraft and solid. Transparent blocks are things such as glass Glass Transparency Yes Luminance No Blast resistance 1.5 Tool Any tool Renewable Yes Stackable Yes (64) Flammable No Drops None Data values Glass: dec: 20 hex: 14 bin: 10100 Stained Glass: PC: dec: 95 hex: 5F bin: 1011111 PE: dec: 241 hex: F1 minecraft , slabs Slab Transparency Double slab: No Single slab: Partial (blocks light) Luminance No Blast resistance Wood: 15 Stone: 30 Tools Renewable Stone: Yes Wood: Yes (except Fake Wood) Cobblestone: Yes Stone Brick: Yes Purpur: Yes Quartz: minecraft , or air, while solid blocks are more common materials such as dirt, stone, or wool.

The key is that redstone power can be transmitted through solid blocks, but not transparent blocks. Be that as it may, power can pass through only one solid block at a go, it cannot be passed from one solid block to another. A solid block can power wire leading from it only if it was "strongly powered" (by a redstone torch, repeater, or comparator Redstone Comparator Transparency Yes Luminance No (7 when powered, in Pocket Edition) Blast resistance 0 Tool Any tool Renewable No Stackable Yes (64) Flammable No Drops Redstone Comparator (1) Data values See Data values Name minecraft , but not by redstone wire). Redstone dust can be placed on some transparent blocks, but this will transmit power only upwards, not downwards (that is, not through the transparent block).

Redstone torches Redstone Torch Transparency Yes Luminance Yes, 7 (when on) Blast resistance 0 Tool Any tool Renewable Yes Stackable Yes (64) Flammable No Drops Itself Data values See Data values Name See Data values This article minecraft are considered logic components only if they change states as the gate is used. (Otherwise they`re just power supplies.) If they change state too often, they are susceptible to burning out. If a solid block is on top of a redstone torch, any wire connected to the block will be powered. If, be that as it may, the block is transparent, the torch will not power the wires. In Creative mode, using torches as power-supplies for blocks above is mostly deprecated by the introduction of redstone blocks, which are permanently powered. They have a higher cost in Survival, though.

When a repeater Redstone Repeater Transparency Yes (partial) Luminance No (7 when powered, in Pocket Edition) Blast resistance 0 Tool Any tool Renewable Yes Stackable Yes (64) Flammable No Availability Survival, Creative Drops Redstone Repeater (1) Data values minecraft is directed at a solid block, it will pass power into that block in the same way redstone torches do. A repeater can also take power from a solid block which is powered, even weakly powered (that is, it turns a weakly powered signal into a strong one). Power will not be transmitted by transparent blocks.

Pistons will extend if powered, but it`s notable that they can take power from the block above them -- that is, even if the block is air, if that block would have been powered, the piston will be too. They can also be powered through their extended piston, which produces several useful quirks that are commonly used in circuits. A piston can push up to 12 blocks when it extends; be that as it may, a sticky piston can only pull back one block when it retracts. Some blocks are immune to being pushed or pulled, notably obsidian and any block with a GUI or inventory (except crafting tables). Other blocks will "pop" and drop as items if a piston tries to push them -- this includes most "attached" blocks such as either sort of torch, or doors, but also a few others such as jack-o-lanterns.

Videos

Piston Gate Designs

Pistons can produce alternate designs for many of the classic logic gates See a specific category of redstone circuits. For other circuits, see redstone circuit. A logic gate can be thought of as a simple device that will return a number of outputs, determined . Piston gates may also use redstone torches to supply a constant signal, or for other purposes.

NOT Gate/Inverter

Piston NOT gate

The piston-only NOT gate is slightly larger than a standard redstone NOT gate, so it is rarely used alone. Be that as it may, it demonstrates an important concept used in many piston mechanisms, namely that torches below solid blocks create a current in any surrounding wire. When an input is triggered, the piston extends, uncovering the torch hole removing the signal from the output line. The input can power the piston from almost any direction. Alternatively, a block of redstone Block of Redstone Transparency Partial (blocks light, mob spawning possible) Luminance No Blast resistance 30 Tool Renewable Yes Stackable Yes (64) Flammable No Drops Itself Data value dec: 152 hex: 98 bin: 10011000 Name redstone_block This article is minecraft can be used in to shrink the design.

OR Gate

Piston OR gate

This design is slightly faster than the standard redstone OR gate, with a comparable size. It uses one piston which covers a torch when extended by any of the inputs.

AND Gate

Piston AND gate

Incredibly fast AND gate. When unpowered, the sticky piston pulls the block over the hole, breaking the circuit. When powered, it extends and lets the current flow in and out of the hole. One input feeds the piston, the other feeds the circuit it interrupts; both must be ON to releaseAnnounce a signal.

IMPLIES Gate

Piston IMPLIES gate

Comparable size and speed to some of the basic redstone IMPLIES gate. This gate represents material implication. Returns false only if the implication A ⃢₆ₒ B is false. That is, if the conditional A is true, but the consequent B is false. It is often read "if A then B." It is the logical equivalent of "B or NOT A". The torch under the mobile block is in a hole.


XOR Gate

Piston XOR gate

A device which activates when only one of the inputs is on. Pronounced "ex-or", and is a shortening of "exclusive or". Adding a NOT gate to the end will produce an XNOR gate, which activates when the inputs are equal to each other. A useful attribute is that a XOR or XNOR gate will always change its output when one of its inputs changes, allowing for 2 switches to be combined to open or close a door, or activate another device.This design is significantly smaller than the redstone-only equivalent and slightly faster.

XNOR Gate

Piston XNOR gate


A device which activates when both inputs are equal, thus useful for doors, such that if either is changed the output always changes. This design, like the XOR gate, is smaller and faster than the redstone-only equivalent.


Latches

Latches are memory circuits See a specific category of redstone circuits. For other circuits, see redstone circuits. Note: This page uses many schematics, which are loaded individually for performance reasons. Schematic Help] Contents 1 Introduction 2 RS . Naturally, pistons` ability to physically move blocks to new locations make them a natural tool for these.

RS Latches

Piston RS Latches

The basic piston RS Latch is small and easy to make. The pistons used here are regular pistons, not sticky pistons, and push a block over one of two holes containing a Redstone Torch. One hole can be omitted if only one output is required. Using a Block of Redstone Block of Redstone Transparency Partial (blocks light, mob spawning possible) Luminance No Blast resistance 30 Tool Renewable Yes Stackable Yes (64) Flammable No Drops Itself Data value dec: 152 hex: 98 bin: 10011000 Name redstone_block This article is minecraft lets the circuit become even smaller, and adds the inverse output.

T-Flip Flops

These T-flip flops use one input to switch between two states.

Sticky pistons behave strangely when they receive a 1-tick signal. If a block is directly next to the piston, the piston will push the block but will not pull it back when the signal ends. If the piston receives another 1-tick signal, the piston will extend and retract the block. This can be used to toggle the position of blocks.

Piston Toggle A

Design A, 4x2x4. Uses regular pistons. Both of the pistons are regular pistons. This flip flop is quite fast and quite small. When the input goes from a 1 to a 0 it will toggle. Note that you can invert the input to increase the speed of the circuit.

Piston Toggle B

Design B (5x3x2) is actually an RST latch, combining the functionality of both the Set/Reset (RS) and toggle (T) latches. Uses regular pistons. This flip flop doesn`t use torches for logic so it can work with signals of any length. The dust on level 1 is there to redirect the redstone wire away from block X which powers the piston. Be that as it may, this circuit does not have an inverse output.

Piston Toggle C

Design C is a combination pulse limiter and downward edge detector. When the signal turns off, the first sticky piston retracts the second, which receives a 1-tick signal. The 1-tick signal toggles the mobile block. It is very sensitive to timing.

1-wide Sticky Piston TFF

The 1-wide Sticky Piston TFF design is 5x1x3. It depends on the fact that a sticky piston leaves the block after extending when given a short pulse of 0.5 ticks of delay. A circuit breaker is used to give a 0.5 ticks pulse to the sticky piston. This makes the sticky piston leave the redstone block, which then provides power to the output. When powered again, the sticky piston will pull the redstone block switching the output off. With care, you can make this TFF tileable.


Ring Memory

A simple ring of blocks, rotated by pistons. The reading head is on the right side of the ring. The rightmost circuit is a clock which drives the pistons

This is a ring of blocks attached to regular pistons at the corners so it can rotate. The blocks are usually a combination of solid and non-solid blocks. The pistons are often connected to a clock so that they will rotate the ring. Most (if not all) rings have a reading head which consists of a repeater pointing at the ring and a redstone torch powering the repeater. By using redstone on the other side of a ring, one can see which type of block is in front of the reading head (1 = Solid; 0 = Non-solid). This information now can be passed to a circuit. By using a comparator and reading a cauldron`s fill level you get up to 3 additional memory cell states. For repeater-based reading heads those act as zero`s.

Bands

When you add several rings together in a row, you create a band. A band stores even more information and works similar to punched tape. Examples include music machines, combination locks, and memory.


Clocks


Rapidfire Piston Clock

Rapidfire Piston Clock

This rapidfire clock is fairly simple to build. It is demonstrated in this video from May 18, 2012. You will need 2 non-sticky pistons, 2 repeaters, and 6 redstone. You will also use 5 solid blocks, but will probably be digging two out of the ground. The repeaters must be set to at least 2 ticks, and they must match. Place the mobile block last to start the clock, and take output from either end or any wire. Note that this clock is not switchable, and if it does stop for any reason, it`s difficult to restart by a redstone signal. The player can restart it by breaking and replacing the mobile block, or by changing the repeater delays (both of them, the clock will restart when they match and are set to at least 2 ticks).

Alternate Rapidfire Piston Clock

This piston clock is a very simple way of repeating a circuit that goes at high speed without burning out. It does not require repeaters or redstone torches. A tutorial is available here. You will need a single sticky piston, one lever, a small amount of redstone, and some solid blocks. From the lever, the redstone has to be placed so it goes up a block, before linking up to the piston. The piston has to be placed in a way that, when it is extended, it blocks the redstone from going up the side of the block without breaking the redstone. This breaks the circuit, removing power from the piston and thus retracting it, causing the circuit to open again. The signals are too fast to affect lighting sources such as lamps and redstone torches. Doors and dispensers both work well at this speed.

Pulser

Piston Pulser

A small, stable pulser in a space of 2x3x2. The period can be adjusted with the repeater, and the clock can be turned off or on with the lever. (Turning the lever ON stops the clock, and vice versa.) The lever can be placed on any of the solid blocks.

Edge Detector

A rising edge detector creates a brief signal when the input turns on. Conversely, a falling edge detector creates a brief signal when the input is turned off, and a dual-edge (aka "zero-crossing") detector responds to both.

Switchable Edge Detector (A)

Design A can be a rising- or falling-edge detector depending on the delays of the repeaters.

  • For a rising edge, set both repeaters to 1 delay.
  • For a falling edge, set the left repeater to four and the right repeater to one. This will create a 2-tick signal.

Double-Edge Detector (B)

Design B is a variant of the piston XOR gate, and a dual-edge detector. The right-hand repeater can be adjusted to output a longer or shorter pulse.

Inline Edge Detectors

Designs D, E, and F are straight-line versions, 1x2x2. Design D is a rising edge detector; design F, a falling edge detector; both with an output pulse of 2 ticks. Design E is a zero crossing detector, activating on both rising and falling edges. Be that as it may, it only produces a single-tick pulse output. This can be moderated by adding a 2-tick repeater to the output, producing a 2-tick pulse, same as the other two.

Double Extender

Basic Double Extender

This design will push and pull a block two spaces instead of one. The first and second repeaters must be set to delays of 2 and 4 respectively. The pistons are sticky and the device will correctly push and retract the block. The main trick is properly sequencing the retraction since the back piston will not pull back the forward piston when it is extended. Additionally, the back piston will only retract the forward piston, not the block. To handle these issues the forward piston must be retracted, pulled back, then extended and retracted again. Triple extenders and so forth are possible, but involve much more complex circuitry.

Piston-Safe Double Extender

A more advanced (and much larger) circuit can double-push pistons, without extending them (and stopping the system). This circuit can also can be powered with torches from below, to hide all the wiring. Either way, input to any of the green-marked squares, so the signal reaches all the way round without needing extra repeaters. The design can be mirrored to push a pair of pistons on the same switch.


Vertical Double Extender

Vertical double extenders are more difficult to make than horizontal extenders; the bottom piston will not retract unless the wire that extends the forward piston after it has been pulled back is not powered. This 5x5x5 design can push and retract a block two spaces vertically instead of one. The two repeaters closest to the pistons must be set to delay 2.

Longer vertical extenders require very complex circuitry, and are often used as elevators. To slightly simplify the required circuits, a gravity-affected block like gravel or sand can be used as the elevator platform. This avoids the need for the top piston to be sticky and for it to execute multiple extensions to pull down the top block at each stage of descent. If more than two pistons are used in total, multiple extensions of lower sticky pistons will still be required to pull down the pistons higher in the stack, which are not gravity-affected.

Further Resources

Grizdale`s Piston Logic Compendium