Okay, long time no update. I started to get a bit frustrated because nothing worked out as it should have. The gears were always linked up wrong, and then I called it quits for a moment. Incidentally, I also found decided I needed to watch Dr. Horrible's Sing-Along Blog, Firefly and Serenity. All of them seriously awesome. But the calendar was put a bit off. And now I'm back. Discovering new errors. The most important one being the non-functioning of the display. Well, incorrectly working display. Some hatches are opened when they should be closed, and vice versa. But, I think I've found a solution. Instead of linking every plate up to every hatch needed to represent the number, I don't link them that also have a link to the previous pressure plate. However, this only works with the hours (which I conveniently don't count...), where the first pressure plate is still active when the second is activated, and deactivated when the third one is activated. So I'll have to find a way to delay the activation of the hatches/... after which it will be activated, until the original pressure plate is deactivated. It'll probably be something with pumps and pressure plates. Seriously, this seems to be a lot more difficult than I imagined. But since I'm better with tables than with words, here's one right now:
Display:
¢
¢ ¢
¢
¢ ¢
¢
Let's, for simplicity's sake, number them like so:
1
2 3
4
5 6
7
┌────────┬─┬─┬─┬─┬─┬─┬─┐
│Hatches │1│2│3│4│5│6│7│
├────────┼─┼─┼─┼─┼─┼─┼─┤
│Pressure│ │ │ │ │ │ │ │
│Plates │ │ │ │ │ │ │ │
├────────┼─┼─┼─┼─┼─┼─┼─┤
│0 │ │ │ │X│ │ │ │
├────────┼─┼─┼─┼─┼─┼─┼─┤
│1 │X│X│ │-│X│ │X│
├────────┼─┼─┼─┼─┼─┼─┼─┤
│2 │ │-│ │ │ │X│ │
├────────┼─┼─┼─┼─┼─┼─┼─┤
│3 │ │X│ │ │X│ │ │
├────────┼─┼─┼─┼─┼─┼─┼─┤
│4 │X│ │ │ │-│ │X│
├────────┼─┼─┼─┼─┼─┼─┼─┤
│5 │ │ │X│ │X│ │ │
├────────┼─┼─┼─┼─┼─┼─┼─┤
│6 │ │ │-│ │ │ │ │
├────────┼─┼─┼─┼─┼─┼─┼─┤
│7 │ │X│ │X│X│ │X│
├────────┼─┼─┼─┼─┼─┼─┼─┤
│8 │ │ │ │ │ │ │ │
├────────┼─┼─┼─┼─┼─┼─┼─┤
│9 │ │ │ │ │X│ │ │
└────────┴─┴─┴─┴─┴─┴─┴─┘
The X's represent what plate should be linked to what hatches/bridge/whatever and the -'s stand for delayed links.
I think the solution to the delay is to build a two-step repeater, with a resistor linked to it. How everything should work, I have no idea yet.