Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
bottom door: open when too warm; close when empty
top door: open with delay when empty; close when full
aquatuner: disabled as long as there is anything else true
something like this
https://steamcommunity.com/sharedfiles/filedetails/?id=1846151659
this is when im emptying the tank when the water is too hot:
https://steamcommunity.com/sharedfiles/filedetails/?id=1846175254
and this is when i'm refilling:
https://steamcommunity.com/sharedfiles/filedetails/?id=1846175181
the problam is that i want for the upper door to either stay closed when not needed or for a timer for when acting on the bottom door . you see any solution? or can you help?
You could also use a memory gate.
My main concern with those setups is: where do you dump the water?
Usually AT are combined with Steam-Generators to return some energy while also deleating the heat, rather than just dumping it somewhere.
thats what my setup takes into account because it also incorporates the waterlevel within the chamber.the bottom doors open when it gets too hot AND(-Gate) theres water in the chamber reaching the lower sensor.
it will then vent the liquid and open the top doors a couple seconds later (via a filter/buffer delay and a NOT-Gate). that time will be enough to vent and close the bottom doors.
once the chamber is filled to the brim (top hydro sensor) the top doors will close again. preferebly you have a second chamber on top thats filling up in the meantime.
You are overcomplicating this - there is no need for the door at the top. Place liquid vent inside the aquatuner room.
In regards to controlling aquatuner, rather than connecting it to the thermo sensor with a NOT gate in between, I would make the room 3 tiles wide, place the hydro sensor at the bottom, and enable aquatuner only if there is 50 kg of water in there.
If the bottom doors don't stay open long enough to drop all liquid - add a buffer gate between thermo sensor and the doors.
If they stay open for too long, add a hydro sensor at the top of the room, and make the doors open only if temperature is above certain threshold AND there is liquid in the room ("above 950kg" should do).
And if you want something more end-game, here is a more complex system: https://steamcommunity.com/app/457140/discussions/0/1639793203779161217/
Reworking your machine in that fashion should allow the tuner to run at 100% with more rapid cycles. It WILL fail if at any point you run out of water to place into the coolant tank.