Selectable Output -- Solved

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here

LoGaL

Well-Known Member
Aug 4, 2013
175
36
54
i was about to suggest some digital circuit but seems you sorted that out
 
K

kiwiCptn

Guest
We solved it people!
upload_2017-3-25_14-1-8.png

Credit to @Henry Link . The bookshelf turtle looks at its signal and puts the corresponding number of blocks in the chest.
The PRC turtle looks into its (same) chest and outputs the corresponding signal. This happens every 0.5 seconds (which is fine).
There's some 'defensive programming' involved (ie some ifs) to cover the 0th case. The stack becomes nil, etc.
 

GamerwithnoGame

Over-Achiever
Jan 29, 2015
2,808
1,507
224
We solved it people!
View attachment 32852
Credit to @Henry Link . The bookshelf turtle looks at its signal and puts the corresponding number of blocks in the chest.
The PRC turtle looks into its (same) chest and outputs the corresponding signal. This happens every 0.5 seconds (which is fine).
There's some 'defensive programming' involved (ie some ifs) to cover the 0th case. The stack becomes nil, etc.
Nice! Really nice! :) I'm glad you solved it, that's been really interesting to find out - I'm really glad the RedNet worked for you too!