This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
PlowmanPlow's profile picture

Mass Fabricator Control

Started by PlowmanPlow, 26 March 2013 - 04:37 AM
PlowmanPlow #1
Posted 26 March 2013 - 05:37 AM
Have you ever wanted to run your mass fabricator for a specific amount of time. Have you ever wanted the mass fab to run automatically when you have enough scrap? Here's a CC program which might help you out.

Features:
  • Monitoring of scrap inventory. When a full stack is available MassFab will run until empty
  • Manual entry option to run for specific amount of time
  • Monitor redstone/button input to force run until current stack is depleted
  • Will display status on attached monitor if available
  • Will broadcast status to remote summary display if modem channel is defined
  • Configuration options for "sides" of redstone input and MassFab output control
Program: http://pastebin.com/qsSuKuUe

Questions, comments, and suggestions are welcome.
Sammich Lord #2
Posted 26 March 2013 - 05:38 AM
Screenies are always a good idea.