Redstone Computer

Okay
so, this will get VERY technical in the future

I'm trying to build a calculator, for that I need a few basic components

1a. Input numbers and operation at a control panel

1b. Convert all to binary

2. Save the binary code to storage

3. Calculate the numbers with the operation

4. Return the binary code to numbers

5. Display the numbers on a screen
 
Okay
I got an RS - NOR latch, and used four of them to test a selector thing, where only one can be on
the only modded components I'm using are Drive-By-Wire for wireless redstone, and the create mod stuff because they add pulses, all of these have vanilla counterparts I'm just trying to keep my builds smaller and simpler

1778630139773.png


The way these work is that there are 2 Redstone torches arranged to turn each other off, so there's a set and reset, which allows you to change which torch is on, changing the output, which means I can use the output of one, to press the reset on all the others, so only one can be on at a time
 
Top