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.

Difference between revisions of "User:Hussell"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
I've put together a few fluid logic circuits using doors (because they react about 100 times faster than floodgates and bridges), and NOT using hatches (because I have trouble preventing them from letting overflow through, especially when the water is pressurized). These setups are awkward to initialize, but once you've managed that, they can do some interesting things.
 +
 
[[User:Hussell/SetResetLatch|Set/Reset Latch]]
 
[[User:Hussell/SetResetLatch|Set/Reset Latch]]
  
Line 6: Line 8:
  
 
[[User:Hussell/DataFlipFlop|Data Flip-Flop]]
 
[[User:Hussell/DataFlipFlop|Data Flip-Flop]]
 +
 +
[[User:Hussell/ClockToggle|Clock Toggle]]
 +
 +
The "Clock Toggle", as I'm calling it, causes its output to toggle only when it receives an ON signal. OFF signals are ignored. This could, in theory, be used to build a clock, although I've only built one so far.

Revision as of 02:51, 9 November 2009

I've put together a few fluid logic circuits using doors (because they react about 100 times faster than floodgates and bridges), and NOT using hatches (because I have trouble preventing them from letting overflow through, especially when the water is pressurized). These setups are awkward to initialize, but once you've managed that, they can do some interesting things.

Set/Reset Latch

Clocked Set/Reset Latch

Data Latch

Data Flip-Flop

Clock Toggle

The "Clock Toggle", as I'm calling it, causes its output to toggle only when it receives an ON signal. OFF signals are ignored. This could, in theory, be used to build a clock, although I've only built one so far.