[Advanced combinators] Help needed for 'call-able' alphabet
Posted: Wed Oct 14, 2015 2:41 am
I am hoping someone might be able to point me in the right direction in terms of creating a setup whereby I can make an alphabet for lamps that I can call on given an input signal.
That makes no sense does it? Let me try to explain:
I have a row of grids of lamps that are in a 5x7 shape with the intention of each grid being able to display a letter. This is done by setting each lamp to light up given a different signal type (eg. An 'A' might consist of Wooden box, Smart inserter, Storage tank... Etc. signals). So each letter might consist of 5-10 signals that make up that total letter.
What I want to be able to do is then assign each letter an identifying signal. So for example let's make letter 'a' correspond to signal 1, letter 'b' correspond to signal 2, etc. this is done so that a single grid can be made a letter just by inputting a single signal, rather than a whole bunch.
Now here comes the hard part; it's easy enough to do the detection for a single grid (constant combinator outputting signal 1, then this goes to a bunch of decider combinators one of which will be set to detect signal 1 and once that's triggered it can output all the signals that are associated with letter 'A'). I've got this far just fine.
Here's where the question comes in; is it possible to make a 'letter bank' and 'brain' which detects incoming signals (there are 200 'grids' and therefore 200 incoming signals) and is then able to output the desired signals onto different wires going to each grid?
My issue at the moment is an effective way of running the input signals through this 'test' system and having 200 output wires without having to make 200 individual 'test' banks.
I hope this has made some sense, it's quite difficult to explain. Let me know if I can provide more details.
Cheers.
That makes no sense does it? Let me try to explain:
I have a row of grids of lamps that are in a 5x7 shape with the intention of each grid being able to display a letter. This is done by setting each lamp to light up given a different signal type (eg. An 'A' might consist of Wooden box, Smart inserter, Storage tank... Etc. signals). So each letter might consist of 5-10 signals that make up that total letter.
What I want to be able to do is then assign each letter an identifying signal. So for example let's make letter 'a' correspond to signal 1, letter 'b' correspond to signal 2, etc. this is done so that a single grid can be made a letter just by inputting a single signal, rather than a whole bunch.
Now here comes the hard part; it's easy enough to do the detection for a single grid (constant combinator outputting signal 1, then this goes to a bunch of decider combinators one of which will be set to detect signal 1 and once that's triggered it can output all the signals that are associated with letter 'A'). I've got this far just fine.
Here's where the question comes in; is it possible to make a 'letter bank' and 'brain' which detects incoming signals (there are 200 'grids' and therefore 200 incoming signals) and is then able to output the desired signals onto different wires going to each grid?
My issue at the moment is an effective way of running the input signals through this 'test' system and having 200 output wires without having to make 200 individual 'test' banks.
I hope this has made some sense, it's quite difficult to explain. Let me know if I can provide more details.
Cheers.