Selectable Output -- Solved

  • Thread starter Thread starter kiwiCptn
  • Start date Start date
  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
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.
 
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!