Gates

From Necesse Wiki
(Redirected from Logic gates)
Jump to navigation Jump to search

Gates affect the generation, propagation, and timing of signals, and are used to help put together Wiring creations.

(This page under construction.)

Gates[edit]


Name Effects
AND Gate.png AND Gate Output is ON if all inputs are ON
Buffer Gate.png Buffer Gate Repeatedly outputs a signal after a specified amount of time
Counter Gate.png Counter Gate Counts input signals and outputs a signal at max count
Delay Gate.png Delay Gate Turns ON/OFF a specified amount of time after the input
NAND Gate.png NAND Gate Output is OFF if all inputs are ON
NOR Gate.png NOR Gate Output is OFF if any inputs are ON
OR Gate.png OR Gate Output is ON if any inputs are ON
SR Latch Gate.png SR Latch Gate Output becomes ON if activated, OFF if reset, and OFF if activated and reset.
Sensor Gate.png Sensor Gate Output is ON if it detects a designated entity within a designated range
Sound Gate.png Sound Gate Plays a music note when powered
T flip-flop Gate.png T flip-flop Gate Swaps output every time it receives input.
Timer Gate.png Timer Gate Outputs a delayed short signal after receiving an input
XOR Gate.png XOR Gate Output is ON if exactly one input is ON