02-18-2015, 01:26 AM
In regards to what I suggested before:
encoding the digits is just a matter of busing the pressure plate signal into an array of repeaters where the repeaters are only placed where you want a 1.
You would have to place all that stuff by hand for every combination
then the output would have to be D-latched.
you should have 3 arrays of D-latches, with one set feeding into the next in parallel.
(use repeater locks btw, I'm assuming xbox mc has those)
when you step on a pressure plate, there should be a pulse that triggers ALL d latches at the same time that the input reaches the first array.
This will save the input, and propagate any previous input forwards.
Hope that helped?
encoding the digits is just a matter of busing the pressure plate signal into an array of repeaters where the repeaters are only placed where you want a 1.
You would have to place all that stuff by hand for every combination
then the output would have to be D-latched.
you should have 3 arrays of D-latches, with one set feeding into the next in parallel.
(use repeater locks btw, I'm assuming xbox mc has those)
when you step on a pressure plate, there should be a pulse that triggers ALL d latches at the same time that the input reaches the first array.
This will save the input, and propagate any previous input forwards.
Hope that helped?