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 14:01, 30 November 2009 by Hussell (talk | contribs) (daily repeater experiment)
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:

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

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.


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.

Experiment in progress:

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

The first two rows together form a 600 step repeater. The signal from the second row is fed into the third row, which, in theory, should act as a period doubler, making a 1200 step (daily?) repeater. If this system works, it may be possible to make a monthly repeater with about twice as many components as this. Without a period doubler, a monthly repeater of this type would require 28 times as many components as a daily repeater.