Logic network help

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
Protexxi
Manual Inserter
Manual Inserter
Posts: 1
Joined: Tue Dec 19, 2017 1:43 am
Contact:

Logic network help

Post by Protexxi »

Help needed can't seem to I get my head around the logic network need a basic clock that outputs x waits a second then outputs x + 10 on an infinite loop so the value of x will be 10,20,30,40 and so on van anyone help please
User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3749
Joined: Tue May 13, 2014 11:06 am
Contact:

Re: Logic network help

Post by DaveMcW »

Start with a 1 to 60 clock, since there are 60 updates per second.
X = 1 (constant combinator)
X < 60 → X (decider combinator, input connected to output)

If the clock is 10 add it to the output signal, otherwise ignore it.
X = 10 → X (decider combinator)

Store the output signal in a memory cell. The memory cell can be reset by sending it an R signal.
R = 0 → X (decider combinator, input connected to output)
Post Reply

Return to “Gameplay Help”