Scrap Mechanic Wiki
(Created)
Tag: Visual edit
 
m (→‎Overview: added Sensor and Logic gate)
Tag: Visual edit
Line 3: Line 3:
   
 
== Overview ==
 
== Overview ==
'''Logic Gate''' is used to manipulate signals sent through. Only able to be activated by a [[Button]], [[Switch]], and/or [[Timer]]. When the gate is changed from one to another you can visually see the gate on the lighted side. When the signal is active or deactivate, depending on '''Logic Gate''' type chosen, the panel on the block will activate for visual conformation on the output.
+
'''Logic Gate''' is used to manipulate signals sent through. Only able to be activated by a [[Button]], [[Switch]], [[Sensor]], and/or [[Timer]]; as well as another '''Logic Gate'''. When the gate is changed from one to another you can visually see the gate on the lighted side. When the signal is active or deactivate, depending on '''Logic Gate''' type chosen, the panel on the block will activate for visual conformation on the output.
   
 
=== Sizing ===
 
=== Sizing ===

Revision as of 12:52, 13 September 2016

Logic Gate Blocks

Logic Gate is part of the Program Node family in Scrap Mechanic.

Overview

Logic Gate is used to manipulate signals sent through. Only able to be activated by a Button, Switch, Sensor, and/or Timer; as well as another Logic Gate. When the gate is changed from one to another you can visually see the gate on the lighted side. When the signal is active or deactivate, depending on Logic Gate type chosen, the panel on the block will activate for visual conformation on the output.

Sizing

Logic Gate is a 1^3 block.

Usage

Logic Gate like real world Logic Gates allow for simple and complex Electrical Engineering.

Logic Gate UI

With these you can make simple two button doors; As shown in the Handbook, or by pressing the hotkey H, or large computers. The gates feature are the basic AND, OR, XOR. With these you have sets of function. The three other gates offered are the NOT gates, NAND, NOR, XNOR, these invert the basic gates.

The connection path is critical on these blocks. You have to make aware of the parent-child connection line. If you connect block two to block one, the signal will be sent from block two to block one.

Advance Use

  • Combined with multiple gates and a Timer you can create memory cells. These will carry a pulse with the information given to it.
  • A Logic Gate has a output delay of one tick (0.025 seconds)

History

Beta

  • 0.1.31
    • Added Logic Gate
    • Added Logic Gate page to Handbook