Page 1 of 1
Logic network help
Posted: Tue Dec 19, 2017 1:49 am
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
Re: Logic network help
Posted: Tue Dec 19, 2017 5:17 am
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)