Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

meigrafd

Members
  • Content Count

    29
  • Joined

  • Last visited

Posts posted by meigrafd

  1. Hello.

     

    Is it possible to run a Program (Daemon) in the Background, listening for TCP Connections ?

     

    I read something about that its possible to have 4 threads (background tasks?) and i saw the linux like 'rc' stuff in OpenOS...

     

     

    The intension is to have something like a relay script:

    Daemon Script listens on special port for Connections; any Client-Script on same computer connects and if the Client then sends a special message the Daemon will relay it to IRC  ;)

     

    ...i want to write a Script to control something and already have a while loop - and dont want to connect&send&disconnect; connect&send&disconnect etc. to irc each message  :unsure:

  2. Hello everyone.

     

    First: Sorry for my bad english  :rolleyes:

     

     

    I want to port my 'Nuclear Reactor Control' (Work in Progress) and Auto Crafting Turtle (finished) program's from ComputerCraft to the awesome OpenComputers, but wondering if its possible that Robots get Redstone-Signals from 'Thermal Sensor' ?

     

    To the background:

     

    Currently my Setup requires a 'Control Computer' which checks over the mod OpenCCsensors the Inventory of the Reactor, to monitor the Coolant/Uran cells or even if anyone is missing... Then it tells a Turtle to place a Cell to a special slot etc. Thats only a rough description...

     

    Some days ago i tested OpenComputers and saw it also have such Sensor: Inventory Controller Upgrade.

     

    My Idea now was to replace the 'Control Computer' and the Turtle with only one Robot which uses this Upgrade...

     

    But my Problem is now that i also need to get the Redstone states of 2 Thermal-Sensors: One tells it to turn off the Reactor (when it reaches 1000 heat) and another Thermal-Sensor tells it to drop the Uran Cells (when it still heat up and reaches 1500)

     

    My current 'Nuclear Reactor'-Setup:

    https://app.box.com/s/y389vov24nnttl2y2ys6pj4srabggykf

    https://app.box.com/s/icmblp1yn05vkuy45o5gupy3wshksqe9

    https://app.box.com/s/1mj1uxcdpepcu1gw4cyl2jziff5747q9

     

     

    My Question:

     

    Is it for the Robot somehow possible to get the Redstone signal of 2 external devices? Maybe with the 'Redstone I/O'-Block ? :huh:

     

    Thanks!

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.