Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Gears, pumps and windmills - don't get it  (Read 721 times)

Scarpa

  • Bay Watcher
    • View Profile
Gears, pumps and windmills - don't get it
« on: May 26, 2009, 12:41:11 pm »

I have a setup like so:

(below the windmills)
Code: [Select]
%%*--*--*
%%   |  |
%%   |  |
%%*--*--*

Above this arrangement is six windmills, all stable, with the center tile of each above each of the gear assemblies.

The whole gear/axle/pump assembly says it needs 82 power. The six windmills are each producing 20 power units each, except only the left two windmills show any power draw, the four on the right say 0 power needed. What am I missing here? How do I get those four windmills to feed into the system?
Logged

Bricks

  • Bay Watcher
  • Because you never need one brick.
    • View Profile
Re: Gears, pumps and windmills - don't get it
« Reply #1 on: May 26, 2009, 01:40:34 pm »

I'm not really sure how power is distributed.  Generally I have a series of inputs, that attach to a main drive shaft, which is then split up again for the various outputs.  However, I always figured that power was simply added or subtracted from the system.

The windmills on the right may simply be in a position that doesn't allow for any wind power.
Logged
EMPATHY - being able to feel other peoples' stuff.

0x517A5D

  • Bay Watcher
  • Hex Editor‬‬
    • View Profile
Re: Gears, pumps and windmills - don't get it
« Reply #2 on: May 26, 2009, 01:43:47 pm »

Did you build the windmills before installing the gears?  I've had problems that I attribute to that.

Try removing and reinstalling the gears.
Logged

Wahad

  • Bay Watcher
    • View Profile
Re: Gears, pumps and windmills - don't get it
« Reply #3 on: May 26, 2009, 01:48:04 pm »

Are you sure the center tile of each windmill is labeled outside?
Logged

0x517A5D

  • Bay Watcher
  • Hex Editor‬‬
    • View Profile
Re: Gears, pumps and windmills - don't get it
« Reply #4 on: May 26, 2009, 01:51:54 pm »

Are you sure the center tile of each windmill is labeled outside?
He said all six are producing 20 power, so they must be.
Logged

Scarpa

  • Bay Watcher
    • View Profile
Re: Gears, pumps and windmills - don't get it
« Reply #5 on: May 26, 2009, 01:57:01 pm »

I did build the gears before the windmills, it might be that. They all are definitely outside, and producing power. It's just that 4 of them aren't feeding the power anywhere.

edit: That was it! Thanks! Now I'm pumping water into my fort. Fun.
« Last Edit: May 26, 2009, 02:01:30 pm by Scarpa »
Logged

Skorpion

  • Bay Watcher
    • View Profile
Re: Gears, pumps and windmills - don't get it
« Reply #6 on: May 26, 2009, 03:11:34 pm »

Hmm. Teeensy flaw with your design there; no provision for an 'off' switch. All my designs have an extra gear assembly between the power source and the output hooked up to a lever, so that I can switch things off for maintenance or emergency FPS boosts.
It's got to be an extra one, as anything turned off with a power source hanging off of it destroys the power source.
Logged
The *large serrated steel disk* strikes the Raven in the head, tearing apart the muscle, shattering the skull, and tearing apart the brain!
A tendon in the skull has been torn!
The Raven has been knocked unconcious!

Elves do it in trees. Humans do it in wooden structures. Dwarves? Dwarves do it underground. With magma.

Scarpa

  • Bay Watcher
    • View Profile
Re: Gears, pumps and windmills - don't get it
« Reply #7 on: May 26, 2009, 03:15:32 pm »

Well... I did build a lever, but that was when I had less windmills/gears. It was only hooked to the top left gear in that diagram. When I threw the lever once I noticed the fort filling up I realized the bottom left gear still powered the pump array. Hooray for redundancy!

This is all experimental anyway, I wanted to see if I could pump out a 'hole' in an ocean enough to build coffer dams. Next I'll try to build the dams with magma...
Logged

Kidiri

  • Bay Watcher
    • View Profile
Re: Gears, pumps and windmills - don't get it
« Reply #8 on: May 26, 2009, 04:21:09 pm »

You also have too much axels:

Code: [Select]
Your situation:

%%*--*--*
%%   |  |
%%   |  |
%%*--*--*
Code: [Select]
Better situation:

%%*--*--*
%%      |
%%      |
%%*--*--*
This way, it'll use less power and would most likely need one or two windmills less (seeing how you've already got 120 power and 82 needed).

Code: [Select]
Even better:

%%**--*--*
%%       |
%%       |
%% *--*--*
This way, you've got maybe more, and -as Skorpion stated- an off-switch.  Just link up the extra gear assembly to a lever.
Logged
Veni, Vidi, Pompeii.
Soylent Green is kittens!
Sometimes, when my Dorfs are exceptionally stupid again, I wonder what exactly the [INTELLIGENT]-tag does.

Scarpa

  • Bay Watcher
    • View Profile
Re: Gears, pumps and windmills - don't get it
« Reply #9 on: May 26, 2009, 04:35:15 pm »

My intent was to build out the U shape, I hadn't thought far enough ahead to put a double gear assembly there for turning the system off though.

The other axle was because I couldn't get the damn thing started, so I figured I might as well start building random crap until it worked.
Logged