application - Printable Version +- Forums - Open Redstone Engineers (https://forum.openredstone.org) +-- Forum: Moderation (https://forum.openredstone.org/forum-94.html) +--- Forum: Build Server Applications (https://forum.openredstone.org/forum-10.html) +---- Forum: Approved For Trial (https://forum.openredstone.org/forum-11.html) +---- Thread: application (/thread-8120.html) |
application - Koyarno - 10-23-2015 Minecraft name: Koyarno What do you like the most about redstone?: emulating real world stuff with some quirks. What's a thing you have made which demonstrates redstone knowledge?: multiple analog signal transmitter, ALU, memory cells... What does the thing do?: The computer i'm working on is a work in progress and makes for a long story, however i can explain my memory cell. This memory cell is standard to a locked repeater with a comparator acting as an AND gate, but there is no separate read or write line and the data bus is also the only line for reading/writing data. The read/write operation is determined by pulse length. 2 ticks for reading, 4 ticks for writing. 2 ticks doesn't lose data in the locked repeater, because the 4 tick repeater that's controlling it ignores 2 ticks. The 4 tick write operation works because the unfortunate readout of the cell isn't in the time frame where the repeater locks itself again. It is basically reading and writing, but you ignore the output from the data bus. This design stacks 8 up and is volumetricaly 32 blocks per bit. Image/s and/or video/s of the device, from imgur.com or youtube.com: http://i.imgur.com/kAueKGd.png green is read/write line, blue is actual memory cell, yellow is bus and red is bus output. WIP stack machine top layout: http://i.imgur.com/khixZMh.png WIP stack machine control unit: http://i.imgur.com/Npd7iuG.png WIP stack machine ALU layout: http://i.imgur.com/o9cjMgB.png more info: http://www.minecraftforum.net/forums/minecraft-discussion/redstone-discussion-and/redstone-creations/2537077-double-stacked-processor multiple analog transmitter: http://i.imgur.com/mXXctCO.png there is more, but i normally don't keep track of a "test world" very well. Happens a lot when you tweak computers. The CLE design used with the stack machine is made by newomaster (or guy i believe, got mixed up), credits go to him ofcourse. Otherwise i never knew about it. Do you agree with the rules?: Yes, obviously RE: application - JeremyG - 10-23-2015 Approved for trial! Whenever you feel ready, hop on the build server and ask an admin to do your trial |