Oxygen Not Included

Oxygen Not Included

View Stats:
magic Aug 30, 2019 @ 8:17pm
liquid shutoff and liquid pipe thermo sensor
https://steamcommunity.com/sharedfiles/filedetails/?id=1849897861

im having trouble filtering water out of my pipe, the water keeps coming out of the green output whether the liquid pipe thermo sensor is on or off.
< >
Showing 1-11 of 11 comments
Hedning Aug 30, 2019 @ 8:24pm 
You need to connect the sensor to the shutoff with an automation wire.
magic Aug 30, 2019 @ 11:30pm 
https://steamcommunity.com/sharedfiles/filedetails/?id=1849998466

its connected but the water still ignores the sensor
Last edited by magic; Aug 30, 2019 @ 11:30pm
fractalgem Aug 30, 2019 @ 11:37pm 
Is there anything else applying a signal to that line offscreen? That switch you've got there might be doing it. (I haven't actually done much with manual switches so I'm not sure.)

If there's two sources of signals, "on" (green) takes precedence, like an OR gate.
The pump is on there, as it is receiving a green signal.
Originally posted by Cuauhtemoc:
https://steamcommunity.com/sharedfiles/filedetails/?id=1849998466

its connected but the water still ignores the sensor
I agree with Fractalgem's assessment. The switch signal and the temperature sensor signal are conflicting with each other. If you want to for example have the switch dictate whether or not you will shunt water of a certain temperature over, but at all other times you do not, you need to use an AND gate. Otherwise signals interfere with each other.

The circuit I described would have the following: (Switch AND temperature are green = valve open)
AND Input 1: Switch
AND Input 2: Sensor
AND Output: Valve
magic Aug 31, 2019 @ 9:34am 
https://steamcommunity.com/sharedfiles/filedetails/?id=1850439295

im using an AND gate but the water is still coming out of the green output. it still wont filter the desired temperature waters out. Anyone want to explain how the filter works please?
Originally posted by Cuauhtemoc:
https://steamcommunity.com/sharedfiles/filedetails/?id=1850439295

im using an AND gate but the water is still coming out of the green output. it still wont filter the desired temperature waters out. Anyone want to explain how the filter works please?
Why do you have 2 switches now? One of the inputs of the and gate was for the sensor, not a second switch. Hold on, I'm going to go into creative and show you what I mean.
GoForTopher Aug 31, 2019 @ 9:58am 
What's the point of the and gate and the two switches, am I just not understanding what's meant to happen or is the problem simple over engineering ?
https://steamcommunity.com/id/chthonicone/screenshot/772852176391766789

Hook it up like here. The output from the and gate is the only thing connected to the valve.

Also, I seem to have forgotten how to activate creative mode :/ No matter, I have plenty of 200+ cycle colonies.
GoForTopher Aug 31, 2019 @ 10:00am 
Oh I kinda understand what's meant to be happening now, you need the output of the and going to the shutoff, and the two inputs should be your switch and the temp sensor.

edit, CPT posted a good eg. above while I was typing this haha.
Last edited by GoForTopher; Aug 31, 2019 @ 10:02am
Originally posted by GoForTopher:
What's the point of the and gate and the two switches, am I just not understanding what's meant to happen or is the problem simple over engineering ?
My guess Gofortopher is that he wanted a way to manually stop all the water from going to his reservoir with the use of a switch. The problem is he has 2 outputs on the same input and those outputs are competing. He has to have some logic between them, hence the And gate.
fractalgem Aug 31, 2019 @ 1:39pm 
Yeah. You need to wire a switch output to one of the AND-gate inputs, the sensor to the other input, and then the output to the pump.
< >
Showing 1-11 of 11 comments
Per page: 1530 50

Date Posted: Aug 30, 2019 @ 8:17pm
Posts: 11