NOR Gate: Difference between revisions
(Testing external redirect.) |
No edit summary |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Block | |||
|image=NOR Gate 256.png | |||
|invimage=NOR Gate | |||
|type=Multipart Block | |||
|dirt=Support Block | |||
|gravity=No | |||
|transparent=Yes <small>(partial)</small> | |||
|light=Yes, 7 | |||
|tool=Any | |||
|stackable=Yes (64) | |||
|renewable=Yes | |||
|availability=Survival | |||
|firstver=v4.0.0 | |||
|firstver=v4.0.0 | |||
|data=1 | |||
|multipartid=pr_sgate | |||
|nameid=None | |||
}} | |||
The '''NOR Gate''' is a combinational [[Logic Gate|logic gate]] with 3 inputs and 1 output. Combinational gates work strictly from a defined truth table. | |||
== Obtaining == | |||
=== Crafting === | |||
{{Crafting | |||
|A1=Circuit Plate |B1=Anode |C1=Circuit Plate | |||
|A2=Conductive Plate |B2=Cathode |C2=Conductive Plate | |||
|A3=Circuit Plate |B3=Conductive Plate |C3=Circuit Plate | |||
|Output=NOR Gate | |||
|foot=1 | |||
}} | |||
== Usage == | |||
=== I/O === | |||
The NOR Gate has 3 inputs and 1 output. When placed, on the ground, the output is the side facing away from the player while the other 3 sides are the inputs. | |||
=== Logic === | |||
The output is enabled by default. When a signal is received on any one of its inputs, the output is disabled. | |||
=== Configuration === | |||
A shift-right-click with a [[Screwdriver|screwdriver]] can toggle which inputs are active. Signals received on disabled inputs won't effect the gate, nor will said inputs connect to any wires. | |||
When shift+right-clicked, the gate's inputs are manipulated in this order: All active, right disabled, back disabled, left disabled, right and left disabled, back and left disabled, right and back disabled. | |||
==History== | |||
{|class="wikitable" | |||
! '''Version''' | |||
! '''Changes''' | |||
|- | |||
| v4.0.0 | |||
| Added the NOR Gate. | |||
|} | |||
==Issues== | |||
{{Issues}} |
Latest revision as of 19:25, 17 March 2015
Type |
Multipart Block |
---|---|
Physics |
No |
Transparency |
Yes (partial) |
Luminance |
Yes, 7 |
Blast resistance | |
Tool |
Any tool |
Renewable |
Yes |
Stackable |
Yes (64) |
Flammable |
No |
Availability |
Survival |
First appearance | |
Drops |
Itself |
Data value |
dec: 1 hex: 1 bin: 1 |
Multipart ID |
pr_sgate |
The NOR Gate is a combinational logic gate with 3 inputs and 1 output. Combinational gates work strictly from a defined truth table.
Obtaining
Crafting
Ingredients | Crafting recipe |
---|---|
Circuit Plate + Anode + Conductive Plate + Cathode |
Usage
I/O
The NOR Gate has 3 inputs and 1 output. When placed, on the ground, the output is the side facing away from the player while the other 3 sides are the inputs.
Logic
The output is enabled by default. When a signal is received on any one of its inputs, the output is disabled.
Configuration
A shift-right-click with a screwdriver can toggle which inputs are active. Signals received on disabled inputs won't effect the gate, nor will said inputs connect to any wires.
When shift+right-clicked, the gate's inputs are manipulated in this order: All active, right disabled, back disabled, left disabled, right and left disabled, back and left disabled, right and back disabled.
History
Version | Changes |
---|---|
v4.0.0 | Added the NOR Gate. |
Issues
Issues pertaining to "NOR Gate" are maintained on the ProjectRed Github page. Report issues there.