[solved] Logic system for hand

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
Post Reply
Kamyk
Manual Inserter
Manual Inserter
Posts: 3
Joined: Wed Oct 16, 2019 1:04 pm
Contact:

[solved] Logic system for hand

Post by Kamyk »

Hi!

Can anyone help. I want the handle to turn off after 40 times. I came up with the system but it doesn't work :(


Image

Cribbit
Fast Inserter
Fast Inserter
Posts: 199
Joined: Mon Oct 09, 2017 9:35 pm
Contact:

Re: Logic system for hand

Post by Cribbit »

Read hand contents simply means that whatever is in the hand is the current signal. It does not remember previous contents of the hand.

You probably want to have it reading by the contents of the box - either until the first box is 0 items, or the 2nd is 40 items.

There are counting latches that will increment a counter as items are moved, but that is probably too complex for this case.

What is your goal with this circuit?

DaleStan
Filter Inserter
Filter Inserter
Posts: 368
Joined: Mon Jul 09, 2018 2:40 am
Contact:

Re: Logic system for hand

Post by DaleStan »

Also, I'd directly enable and disable the inserter, rather than removing power. If later add another electric pole to this system, the new pole may also supply power to the inserter. Disabling the inserter is harder to mess up accidentally.

Kamyk
Manual Inserter
Manual Inserter
Posts: 3
Joined: Wed Oct 16, 2019 1:04 pm
Contact:

Re: Logic system for hand

Post by Kamyk »

I would like to do an automatic Covarex boot

Image

Image

User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 2227
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: Logic system for hand

Post by boskid »

should be easy:
inserter read hand (pulse) -> memory cell -> inserter enable condition (uranium < 40)

memory cell: arithmetic combinator "each*1 -> each" with output connected to input


Kamyk
Manual Inserter
Manual Inserter
Posts: 3
Joined: Wed Oct 16, 2019 1:04 pm
Contact:

Re: Logic system for hand

Post by Kamyk »

Tks for help all <3 <3

<Close Topic>

Post Reply

Return to “Gameplay Help”