CraftBook 3

CraftBook 3

139k Downloads

Full adder circuit not working

LadyCailinBot opened this issue ยท 4 comments

commented

CRAFTBOOK-2239 - Reported by Josh.Mann

When i apply a redstone signal nothing happens.

commented

Comment by me4502

Are you able to explain what its supposed to do?

commented

Comment by Josh.Mann

well yes. When you turn 1 of the inputs on, the output should turn on. when you turn on another the carry out will turn on and output 1 will turn off. with that plug the carry out into another adder into the carry in input and so on. I know what this is because I've made an adder before out of just redstone, so i know the function of one. All the outputs that are on, then go to a binary to decimal or hexadecimal decoder then plugged into a display/any sort of know what the final # is. This is used in a calculator for example. I've made many of those too.

commented

Comment by me4502

According to the code - it should...

1 Input ONLY (More won't work) = middle output
Middle and Left, or either Middle or Left and Right. = Other 2 outputs.

commented

Comment by me4502

Fixed.