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.

Editing User:Gammon

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.


The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 6: Line 6:
  
  
==Gates==
+
==Key==
 +
 
 +
====Floodgate====
 +
<pre>
 +
X            FLOOD    ALLOW FLOW WHEN ON
 +
</pre>
 +
 
 +
====Large Raising Bridge====
 +
<pre>
 +
[  Start      CH.BR.  ALLOW DRAIN WHEN ON, ALLOW FLOW WHEN OFF
 +
]  End
 +
</pre>
 +
Note: Channel below the end piece.
 +
 
 +
====Small Raising Bridge====
 +
<pre>
 +
[            BRIDGE  ALLOW DRAIN WHEN OFF
 +
</pre>
 +
Note: Channel above piece.
 +
 
 +
====Pressure Plate====
 +
<pre>
 +
P            PR.PL.  X/X ON
 +
P<                    ON UNDER MAXIMUM
 +
>P                    ON OVER MINIMUM
 +
</pre>
 +
 
 +
====Channel====
 +
<pre>
 +
.                      DRAIN.
 +
</pre>
 +
Note: Also used as a drain bypass to route around objects.
 +
 
 +
====Source====
 +
<pre>
 +
~                      WATER SOURCE.
 +
</pre>
 +
Note: Only depicted in XAND and XOR.
 +
 
 +
===Notes===
  
Water sources are placed above the first piece to maximize water pressure. In the case of XOR & XAND the source will be placed above the shaft in front of the pieces. Drainage must be available to all pieces. The colors are useful for determining which input has what output connected to it; feel free to use notes here as well.
+
*Water source is above first input piece.
 +
*-2, -1, 0 Refers to level.
 +
*I is INPUT, O is OUTPUT. Numbered.
  
The first image under each gate is the bottom level of that gate. Note that under the end piece of each double length bridge is a channel; The end piece of each bridge is closest to the plate.
 
  
Note that between AND & NAND and every other similar pair it is the pressure plate water settings which determines its output. This is the only way in which they differ.
+
==Gates==
  
  
 
====AND====
 
====AND====
{| style="border-spacing: 0"
+
<pre>                       
|{{H2O}}
+
    -0
|{{H2O}}
+
    .  X    I.1  FLOOD     
|{{H2O}}
+
    [  .    I.1  BRIDGE     
|-
+
    .   X   I.2  FLOOD     
|{{RTF|║}}
+
    [  .    I.2  BRIDGE
|{{RTF|.}}
+
        P    O.1  PR.PL. 6/7 
|{{RTF|║}}
+
</pre>       
|-
 
|{{RTF|║}}
 
|{{RT|╬|#800000|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╬|#003366|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}
 
{| style="border-spacing: 0"
 
|{{RTF|╔}}
 
|{{RTF|═}}
 
|{{RTF|╗}}
 
|-
 
|{{RTF|║}}
 
|{{RT|X|#FFF|#800000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|X|#FFF|#003366}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT0|^|#808}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}
 
   
 
 
====OR====
 
====OR====
{| style="border-spacing: 0"
+
<pre>                           
|{{RTF|╔}}
+
        0
|{{RTF|═}}
+
        [    I.1  BRIDGE     
|{{RTF|╗}}
+
        ]        CH.BR.
|-
+
        [    I.2  BRIDGE     
|{{RTF|║}}
+
        ]        CH.BR.
|{{RT|╥|#800000|#000}}
+
        P    O.1  PR.PL. 0/5 
|{{RTF|║}}
+
</pre>        
|-
 
|{{RTF|║}}
 
|{{RT|╨|#800000|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╥|#003366|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╨|#003366|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT0|^|#808}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}
 
        
 
 
====NOT, INVERTER====
 
====NOT, INVERTER====
{| style="border-spacing: 0"
+
<pre>                           
|{{RTF|╔}}
+
        0
|{{RTF|═}}
+
        [    I.1  BRIDGE     
|{{RTF|╗}}
+
        ]        CH.BR.
|-
+
        P    O.1  PR.PL. 6/7 
|{{RTF|║}}
+
</pre>        
|{{RT|╥|#800000|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╨|#800000|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT0|^|#808}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}        
 
 
====NAND====
 
====NAND====
{| style="border-spacing: 0"
+
<pre>                           
|{{H2O}}
+
    -0  
|{{H2O}}
+
    .  X    I.1  FLOOD     
|{{H2O}}
+
    [  .    I.1  BRIDGE     
|-
+
    .   X   I.2  FLOOD     
|{{RTF|║}}
+
    [  .    I.2  BRIDGE
|{{RTF|.}}
+
        P    O.1  PR.PL. 0/5 
|{{RTF|║}}
+
</pre>       
|-
 
|{{RTF|║}}
 
|{{RT|╬|#800000|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╬|#003366|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}
 
{| style="border-spacing: 0"
 
|{{RTF|╔}}
 
|{{RTF|═}}
 
|{{RTF|╗}}
 
|-
 
|{{RTF|║}}
 
|{{RT|X|#FFF|#800000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|X|#FFF|#003366}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT0|^|#808}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}     
 
 
====NOR====
 
====NOR====
{| style="border-spacing: 0"
+
<pre>                           
|{{RTF|╔}}
+
        0
|{{RTF|═}}
+
        [    I.1  BRIDGE     
|{{RTF|╗}}
+
        ]        CH.BR
|-
+
        [    I.2  BRIDGE     
|{{RTF|║}}
+
        ]        CH.BR
|{{RT|╥|#800000|#000}}
+
        P    O.1  PR.PL. 6/7 
|{{RTF|║}}
+
</pre>          
|-
 
|{{RTF|║}}
 
|{{RT|╨|#800000|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╥|#003366|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╨|#003366|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT0|^|#808}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}
 
<gallery caption="NOR" widths="100px" heights="100px" perrow="6">
 
File:Fig5NOR0.png|Level 0. Water source is at the top, falling from above.
 
</gallery>          
 
 
====XOR====
 
====XOR====
{| style="border-spacing: 0"
+
<pre>                                     
|{{H2O}}
+
--1  0
|{{H2O}}
+
    ~  ~                         
|{{H2O}}
+
.   X   [    I.2  FLOOD      I.1  CH.BR. 
|-
+
[  .  ]    I.2  BRIDGE               
|{{RTF|║}}
+
.   X   [    I.1  FLOOD      I.2  CH.BR. 
|{{RTF|.}}
+
[  .  ]    I.1  BRIDGE               
|{{RTF|║}}
+
        P    O.1  PR.PL. 0/5           
|-
+
</pre>
|{{RTF|║}}
+
====XAND====
|{{RT|╬|#800000|#000}}
+
<pre>                                     
|{{RTF|║}}
+
--1  0
|-
+
    ~  ~                         
|{{RTF|║}}
+
.   X   [    I.2  FLOOD      I.1  CH.BR. 
|{{RTF|.}}
+
[  .  ]    I.2  BRIDGE               
|{{RTF|║}}
+
.   X   [    I.1  FLOOD      I.2 CH.BR.
|-
+
[  .  ]    I.1 BRIDGE               
|{{RTF|║}}
+
        P    O.1  PR.PL. 6/7           
|{{RT|╬|#003366|#000}}
+
</pre>
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}
 
{| style="border-spacing: 0"
 
|{{RTF|╔}}
 
|{{RTF|═}}
 
|{{RTF|╗}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|+}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|X|#FFF|#800000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|X|#FFF|#003366}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT0|^|#808}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}
 
{| style="border-spacing: 0"
 
|{{RTF|╔}}
 
|{{RTF|═}}
 
|{{RTF|╗}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╥|#800000|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╨|#800000|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╥|#003366|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╨|#003366|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT0|^|#808}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}
 
====XAND====                                
 
{| style="border-spacing: 0"
 
|{{H2O}}
 
|{{H2O}}
 
|{{H2O}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╬|#800000|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╬|#003366|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}
 
{| style="border-spacing: 0"
 
|{{RTF|╔}}
 
|{{RTF|═}}
 
|{{RTF|╗}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|+}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|X|#FFF|#800000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|X|#FFF|#003366}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT0|^|#808}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}
 
{| style="border-spacing: 0"
 
|{{RTF|╔}}
 
|{{RTF|═}}
 
|{{RTF|╗}}
 
|-
 
|{{RTF|║}}
 
|{{RTF|.}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╥|#800000|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╨|#800000|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╥|#003366|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT|╨|#003366|#000}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|║}}
 
|{{RT0|^|#808}}
 
|{{RTF|║}}
 
|-
 
|{{RTF|╚}}
 
|{{RTF|═}}
 
|{{RTF|╝}}
 
|}
 
<gallery caption="XAND" widths="100px" heights="100px" perrow="6">
 
File:Fig4XAND2.png|Level -2. Grates hide a drainage bypass.
 
File:Fig4XAND1.png|Level -1. Water source at top, falling from above.
 
File:Fig4XAND0.png|Level 0. Water source at top, falling down.
 
</gallery>
 
  
  
Line 414: Line 131:
  
 
====S/R Latch====
 
====S/R Latch====
[[Image:Fig6SRLATCH0.png]]
+
<pre>
 
+
    0  0   
Here are four inputs, Red, Blue, Green and Gold, and two outputs, Pink and Teal. Outside signals are connected to Red and Green. Internally, Teal connects to Blue, and Pink connects to Gold. Only one of the outputs is typically used; if Pink is that output, then input Green will SET the BIT, and input Red will RESET it.
+
    [   [   I.S  I.R
 
+
    ]   ]
 +
    [  [    I.Q  I.Q
 +
    ]  ]     
 +
    <P  <P    O.Q  O.Q
 +
</pre>
 
Note: Use a Signal Trap when attempting to capture creature plate signals. Hold RESET while system boots.
 
Note: Use a Signal Trap when attempting to capture creature plate signals. Hold RESET while system boots.
  
Line 453: Line 174:
 
Of concern is what is known as "sloshing": where water can cause effect upon a pressure plate more then once per operation. This can cause chaos in the computer and completely ruin it. Pressure must be kept as high as possible; and drainage faster then the rate which pressure introduces water into the computer.
 
Of concern is what is known as "sloshing": where water can cause effect upon a pressure plate more then once per operation. This can cause chaos in the computer and completely ruin it. Pressure must be kept as high as possible; and drainage faster then the rate which pressure introduces water into the computer.
  
All gates using bridges and floodgates are particularly slow at changing states. Each takes 100 steps to switch states, and Pressure plates require 100 steps to turn OFF.
 
  
 +
Fig.1 Reservoir
  
====Reservoir====
+
A pump can be seen supplying water to the reservoir from a brook. Two doors, seen as XX, determine whether the reservoir may fill. The series X~X~X~X~X~X indicates hatches over the computer components, determining whether the computer is on or off.
  
A pump can be seen supplying water to the reservoir from a brook. The door above determines whether the reservoir may fill. Underneath the water are a series of hatches over the computer components, determining whether the computer is on or off. To the left is a protected access shaft. The pump at the topmost is the highest in a series of pumps, reaching below to remove waste water.
+
EDIT LATER
 
 
[[File:Fig1Reservoir.png|thumb|The reservoir]]
 
  
  
====Computer Components====
+
Fig.2 Computer Components
  
 
Here can be seen an S/R Latch: where two NOR gates have their outputs crossed to the others second input. This allows 1 bit to be stored.
 
Here can be seen an S/R Latch: where two NOR gates have their outputs crossed to the others second input. This allows 1 bit to be stored.
Line 472: Line 191:
  
  
====Drainage====
+
Fig.3 Drainage
  
 
Here a pump, %, can be seen removing water from a pit below the S/R Latch. There is ample conduit to bring the water to the brook and pump into it. A waterwheel, gear assembly, and two axles bring power to the pumps.
 
Here a pump, %, can be seen removing water from a pit below the S/R Latch. There is ample conduit to bring the water to the brook and pump into it. A waterwheel, gear assembly, and two axles bring power to the pumps.
  
 
EDIT LATER
 
EDIT LATER

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)