Gates

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