Unfawkable Posted December 24, 2021 Share Posted December 24, 2021 I'm trying to set up automation for Radiation research, and I can't find out how to make the Radbolt chamber only send 1 packet of 50 radbolts instead of just emptying everything. The signal from the Research station changes back to Red when already too many Radbolts are flying towards it. Is there a way for me to make the green signal that the Radbolt chamber receives last only 1 second? For clarity, the research station sends a green signal when storage is full. Link to comment https://forums.kleientertainment.com/forums/topic/136477-radbolt-chamber-automation/ Share on other sites More sharing options...
WhiteWind36 Posted December 24, 2021 Share Posted December 24, 2021 Cannot think of automation like this... But you can collect overflow of radbolts and send them back to radbolt chamber. In my situation I placed research station as a first radbolt consumer, and collect overflow in radbolt chamber, from which later I can return radbolts to research station or send to diamond press. Although second time when I builded setup like this I didn't made a way to return radbolts to research station, and diamond press never gets too much ( it can store 2000 radbolts and takes 1000 for single use) this way only automation is the one from diamond press through NOT gate. Link to comment https://forums.kleientertainment.com/forums/topic/136477-radbolt-chamber-automation/#findComment-1527954 Share on other sites More sharing options...
Unfawkable Posted December 24, 2021 Author Share Posted December 24, 2021 1 hour ago, WhiteWind36 said: But you can collect overflow of radbolts and send them back to radbolt chamber. I..... Didn't think of that. I sadly solved the problem the hard way before reading this: Used a Radbolt sensor right in front of the storage radbolt exit, and used a buffer to make the green signal last longer, then an AND gate to keep it turned off while the Radbolt reaches the research station. But I'll add a couple more redirectors to return the overflow as well. Link to comment https://forums.kleientertainment.com/forums/topic/136477-radbolt-chamber-automation/#findComment-1527968 Share on other sites More sharing options...
WhiteWind36 Posted December 24, 2021 Share Posted December 24, 2021 Great job! I'm usually too lazy to do complex automation systems and try to find builds that works equally well with less automation. I believe there is also possible with some setup of signal counter and memory toggle... Just maybe even more complex than what you did. For example green signal to radbolt chamber goes through signal counter which toggles memory gate and switch signal back to red in set time (must use filter or buffer or maybe both in according places) and if after set amount of time there is still green signal going out from station (the time needed for radbolt to reach the target) the sequence repeat again. But I wouldn't go that far. You already have good system. Link to comment https://forums.kleientertainment.com/forums/topic/136477-radbolt-chamber-automation/#findComment-1528000 Share on other sites More sharing options...
Unfawkable Posted December 24, 2021 Author Share Posted December 24, 2021 25 minutes ago, WhiteWind36 said: Great job! I'm usually too lazy to do complex automation systems and try to find builds that works equally well with less automation. I believe there is also possible with some setup of signal counter and memory toggle... Just maybe even more complex than what you did. For example green signal to radbolt chamber goes through signal counter which toggles memory gate and switch signal back to red in set time (must use filter or buffer or maybe both in according places) and if after set amount of time there is still green signal going out from station (the time needed for radbolt to reach the target) the sequence repeat again. But I wouldn't go that far. You already have good system. Memory toggle would have indeed made the job easier, but I didn't get there in the tech tree just yet Link to comment https://forums.kleientertainment.com/forums/topic/136477-radbolt-chamber-automation/#findComment-1528013 Share on other sites More sharing options...
TeDeum Posted December 25, 2021 Share Posted December 25, 2021 I did it using pulse generator from this thread (first scheme, "Pulse Clock"). It sends portions of 100 radbolts every 150 seconds, while switch is enabled, research station is not full, dupe is not in the way, and it is not night on clock. It's simpler, than your build, but overall I have too many automation for other radbolt consumers Link to comment https://forums.kleientertainment.com/forums/topic/136477-radbolt-chamber-automation/#findComment-1528112 Share on other sites More sharing options...
Gurgel Posted December 25, 2021 Share Posted December 25, 2021 1 hour ago, TeDeum said: I did it using pulse generator from this thread (first scheme, "Pulse Clock"). It sends portions of 100 radbolts every 150 seconds, while switch is enabled, research station is not full, dupe is not in the way, and it is not night on clock. It's simpler, than your build, but overall I have too many automation for other radbolt consumers Pulse generator is also what I would try. You can pretty reliably generated pulses below 1 second as well if you use plain gates for the delay component (1 logic tick per gate, and 1/5 of second per tick, if I remember correctly). Link to comment https://forums.kleientertainment.com/forums/topic/136477-radbolt-chamber-automation/#findComment-1528117 Share on other sites More sharing options...
Unfawkable Posted December 25, 2021 Author Share Posted December 25, 2021 3 hours ago, TeDeum said: I did it using pulse generator from this thread (first scheme, "Pulse Clock"). It sends portions of 100 radbolts every 150 seconds, while switch is enabled, research station is not full, dupe is not in the way, and it is not night on clock. It's simpler, than your build, but overall I have too many automation for other radbolt consumers I'm not even going to attempt to understand that abomination, but thanks for the thread, those seem very useful Link to comment https://forums.kleientertainment.com/forums/topic/136477-radbolt-chamber-automation/#findComment-1528131 Share on other sites More sharing options...
Jann5s Posted December 28, 2021 Share Posted December 28, 2021 automating radbolts is lots of fun, I really like this last incarnation of the DLC. Link to comment https://forums.kleientertainment.com/forums/topic/136477-radbolt-chamber-automation/#findComment-1528832 Share on other sites More sharing options...
WhiteWind36 Posted January 6, 2022 Share Posted January 6, 2022 I don't really understand why someone bothering with such difficult setups, for such purpose. This is layout I use. I'm not showing automation, cause there is nothing to show. Just connect diamond press through NOT gate with radbolt chamber and you're are done. Also I'm not sure, but it seems you are not loosing radbolts in research station and diamond press in case of balck out, but radbolts decay quickly in an unpowered radbolt chamber. Link to comment https://forums.kleientertainment.com/forums/topic/136477-radbolt-chamber-automation/#findComment-1530963 Share on other sites More sharing options...
Jann5s Posted January 6, 2022 Share Posted January 6, 2022 1 hour ago, WhiteWind36 said: Also I'm not sure, but it seems you are not loosing radbolts in research station and diamond press in case of balck out, but radbolts decay quickly in an unpowered radbolt chamber This is true Link to comment https://forums.kleientertainment.com/forums/topic/136477-radbolt-chamber-automation/#findComment-1530970 Share on other sites More sharing options...
Unfawkable Posted January 6, 2022 Author Share Posted January 6, 2022 1 hour ago, WhiteWind36 said: I don't really understand why someone bothering with such difficult setups, for such purpose Because I made this setup long before I had access to the Diamond press where to sink excess Radbolts so they get wasted. And because I enjoy optimizing stuff to do exactly what I want it with automation and minimal waste. I assume TeDeum also feels the same, only on a much bigger scale Link to comment https://forums.kleientertainment.com/forums/topic/136477-radbolt-chamber-automation/#findComment-1530971 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.