Posted 25 January 2014 - 09:15 PM
So i'm new to computercraft but i've been learning how to use bundled cables with computercraft computers and i'm using it to create a control system for a factory.
right now i'm having the issue that this control program needs to be started manually everytime i load my world.
the program runs on a loop testing against input signals and responding appropriately. (eg. maintaining the temperature of a nuclear reactor) but if the control program isn't running my entire factory could go nuclear
i'm wanting some form of persistent solution. so that whenever i load the world, the control program launches without manual input.
(remembering that i'm not looking for a solution within a program, but to start the program in the first place)
right now i'm having the issue that this control program needs to be started manually everytime i load my world.
the program runs on a loop testing against input signals and responding appropriately. (eg. maintaining the temperature of a nuclear reactor) but if the control program isn't running my entire factory could go nuclear
i'm wanting some form of persistent solution. so that whenever i load the world, the control program launches without manual input.
(remembering that i'm not looking for a solution within a program, but to start the program in the first place)