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

Robot and Redstone

Question

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!

Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0
  • Solution

Im currently not sure which Layout i should use:

 

1.: https://goo.gl/QQuazr

2.: https://goo.gl/nWW8wl

3.: https://goo.gl/dVs2nL

 

Fastest sides are: front, up, down

One of these i must use for Coolant. Maybe also as Trash/Drop to prevent explosion.

 

But solong i use a Cable i loose one Side.. Now i saw in the API something about Get/Set the wireless redstone input.

 

Whats that?  :huh:

How to use that?

Link to post
Share on other sites
  • 0

The wireless redstone IO is usable when you have WR-CBE (maybe some other mod works too?) installed. The Tier 2 redstone card then becomes able to use WR-CBE's channels to transmit a redstone signal.

 

You'd just need to put an emitter/receiver near your sensors, tune them to the right channel, and regularly switch between their channels to check input/set output.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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