Jump to content




Managing Big Reactors with wireless remote terminals...


  • You cannot reply to this topic
3 replies to this topic

#1 jessyager

  • New Members
  • 2 posts

Posted 02 March 2015 - 01:52 AM

I have just started tinkering with Computercraft to manage my reactors. I have a little backround in programming a little in a few languages but mainly with Visual Basic. I am currently trying to set up a reactor with an Advanced Computer connected directly to the Reactor Computer Port. The Advanced Computer has a Wireless Modem attached to it. I also have another Advanced Computer in a control room to manage eventually all of my rectors, capacitors etc. The computer connected to the reactor is labeled "R1T" (short for Reactor1Terminal). the Main computer I will use to control everything is labeled "Master". I currenly have R1T querying the reactor for the values I want to return/monitor whatever, and assigning them to Variables. I.E. Reactor1_Fuel = Reactor1.getFuelAmount(). My first question is do I just broadcast these Variables to my "Master" computer or is there a way I can run those queries from the Master computer without having to do anything on the "R1T" remote terminal?

#2 Dustmuz

  • Members
  • 174 posts
  • LocationDenmark

Posted 02 March 2015 - 06:32 AM

i would look into the Modem api for this..

i've done something similar before, and it worked out with the Modem API for me :)

#3 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 02 March 2015 - 02:16 PM

I made a remote peripheral program a while back, if you place it on R1T you can use the reactor as if it was wrapped by Master.

Edit: Found my post for you.

Edited by KingofGamesYami, 02 March 2015 - 02:53 PM.


#4 jessyager

  • New Members
  • 2 posts

Posted 03 March 2015 - 09:04 PM

Thanks very much I will take a look and give it a try.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users