v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

User:Hussell/DoorLogicGates

From Dwarf Fortress Wiki
Jump to navigation Jump to search

Door-based Fluid Logic[edit]

On the theory that door-based circuits react faster than bridge-and-floodgate-based circuits, I've been messing around with making door-based versions of the infinite flow gates. The only reason these gates don't always react within a couple of steps is the 100 step delay before a pressure plate will send the CLOSE signal. In some cases, however, these gates do react with very little delay, and they almost always react faster than the bridge-and-floodgate-based gates.


^
#

NOT gate. is a highly pressurized water source, is a door linked to the input, ^ is a 0-6 pressure plate and the output, and # is a drain.


^
#

AND gate. is linked to the second input and ^ is a 7-7 plate and the output.


^
#

NAND gate.


^
#

OR gate.


^
#

NOR gate.


#
^
^ ^
# #

XOR gate. ^ is a 0-6 plate linked to door and ^ is a 0-6 plate linked to door .


#
^
^ ^
# #

EQ gate (XNOR).