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/ClockRepeater

From Dwarf Fortress Wiki
< User:Hussell
Revision as of 16:44, 29 November 2009 by Hussell (talk | contribs) (600 step repeater)
Jump to navigation Jump to search

Credit for inspiration from MrFake, in An Advanced Repeater.

Z-level +1 Z-level 0 Z-level -1
% %
*
> *
% % ^
*
X *
^
<

^ and ^ are both 1-7 water plates linked to the gears of the same color. This time I've planned the necessary access doors and stairwells ahead of time instead of adding them haphazardly. Build order: upper pump, lower pump, gears, pressure plates.

The green pressure plate produces an OPEN signal exactly once every 200 steps (once 2 water have been put into the system). Tested and confirmed. Hopefully the base component in a dwarven clock that doesn't drift over time.

Using the same principles one can construct a repeater which produces a signal on any multiple of 200. The following is a tested design for a 400 step repeater:

Z-level +1 Z-level 0 Z-level -1
% %
*
> *
% % ^
*
X *
^
<
Z-level +1 Z-level 0 Z-level -1
% %
*
> *
% % ^
*
X *
^
<


A compact version, sharing some power transmission gears:

Z-level +1 Z-level 0 Z-level -1
% > %
% * * * %
^ ^
% X %
% * * * %
<
^ ^


600 step repeater. One way to initialize it is by putting 1 water on the red, blue, and cyan plates, then a 2nd water on the red and cyan plates, and finally a 2nd water on the blue plate.

Z-level +1 Z-level 0 Z-level -1
% %
*
* >
% % ^
*
* X
^
<
% %
*
* >
% % ^
*
* X
^
<
% %
*
* >
% % ^
*
* X
^
<


Now I just need to figure out how to halve the frequency of a repeater without doubling the number of components, and I'll be able to build a perfectly precise dwarven clock.