Since two-component “Bang-Bang” style reactor controllers were removed from the game with the release of the “Hoist the Sails” 업데이트, this guide aims to provide a suitable alternative. This design in my limited testing has proven robust and universal enough for me to feel comfortable sharing. The guide assumes basic knowledge of component wiring.
개요
Full Component List
- 5 Memory Components
- 4 Divide Components
- 2 Subtract Components
- 1 Adder Component
- 1 Multiply Component
- 18 전선
This guide was made to supplement a YouTube video on this very subject, and this section will be edited to include the video at the time of release.
Turbine Output
Components For This Section
- 1 Divide Component
- 1 Memory Component
- 3 전선
The Turbine Output is the easiest section of the circuit to wire, as well as the simplest part to understand. The formula used to calculate the optimal turbine output is L * 100 / 중, where L is the current load of the circuit and M is the maximum power output of the reactor. 하지만, we are able to restructure the equation to reduce how many components we need to use.
We will instead frame the equation as L / (중 / 100). Since M is not a variable that we can wire into our circuit directly, we will have to manually input the maximum power output of the reactor. As we are manually inputting M into the circuit, it makes sense to do the relatively simple division by 100 manually as well, thus reducing the component count by one.
The maximum power of the vanilla ships (as of version 0.19.14.0) can be found via the following table:
Let’s start by placing our components.
We’ll need to configure both of our components. Staring with the divide component, 세트 “Clamp max” 에게 100 그리고 “Clamp min” 에게 0.
You remember the formula from above? This memory component represents our reactors maximum power output (중). Find the maximum power output of your reactor, either by referring to the above chart or by checking the reactor of your submarine in the submarine editor. In the case of the Dugong, the maximum power output is 3000. By dividing this value by 100, 우리는 얻는다 30.
We’re now ready to start wiring. In the reactor, connect a wire to the LOAD_VALUE_OUT pin.
Take that wire and connect it to the SIGNAL_IN_1 pin of the divide component.
Connect a wire to the SIGNAL_OUT pin of the memory component.
That wire connects to SIGNAL_IN_2 of the divide component.
The SIGNAL_OUT pin of the divide component…
… connects to the SET_TURBINEOUTPUT pin in the reactor.
Fusion Reaction
Components For This Section
- 2 Divide Components
- 1 Memory Component
- 1 Adder Component
- 6 전선
This section of the circuit is design to calculate the correct value the fusion reaction must be set to satisfy a given power load. The circuit takes in the Turbine Output calculated from the previous section, as well as the fuel heat potential (labelled as FUEL_OUT) as variables. It then uses these variables to calculate the ideal Fusion Reaction value.
첫 번째, we’ll lay down the components. I lay them out in this configuration since the Turbine Output at the bottom will feed into the Adder above it, and the left most Divide component will be the eventual endpoint for this section.
Only one component to configure for this section, which is the memory component. Set the value to 50.
Onto the wiring, grab the SIGNAL_OUT signal from the previous section…
…and plug that into SIGNAL_IN_1 of the adder component.
The SIGNAL_OUT of the memory component…
… feeds into the adder components SIGNAL_IN_2 pin.
The SIGNAL_OUT pin from the adder…
… connects to the SIGNAL_IN_1 pin of the left-most divide component.
Switching gears, let’s grab the FUEL_OUT value from the reactor…
… and plug it into the SIGNAL_IN_1 pin of the right most divide component.
We’ll take the SIGNAL_OUT signal from the memory component again…
… and plug it into SIGNAL_IN_2 of the right most divide component.
마지막으로, we’ll take SIGNAL_OUT from the right most divide component…
… and connect it to the SIGNAL_IN_2 pin of the left most divide component.
Temperature Regulator
Components For This Section
- 3 Memory Components
- 2 Subtract Components
- 1 Divide Component
- 1 Multiply Component
- 9 전선
We’re about half way done, and this next section is a bit of a doozy. This circuit is designed to prevent overheat conditions when the turbine output and fusion reaction aren’t quite in sync with the circuit. 예를 들어, when ramping up from a cold start, it’s possible for the reactor to overheat and melt down. This circuit regulates the temperature; If it detects the temperature of the reactor is getting too hot, it will ramp the fusion reaction down proportionally. This ramping effect ensures that the reactor powers up quickly and efficiently, while preventing any power oscillations that could occur from circuit feedback.
Let’s place the last of our components.
We have a bit to configure this time, so let’s start with the right most subtract component. 세트 “Clamp max” 에게 1.1, 그리고 “Clamp min” 에게 0.
Now we can set the memory component values. 왼쪽에서 오른쪽으로, set the Value of the memory components to 5000…
… 1000…
… 그리고 1, 각기.
For wiring, let’s take the TEMPERATURE_OUT value from the reactor…
… and put it in the SIGNAL_IN_1 pin of the left most subtract component.
The SIGNAL_OUT value of the above memory component…
… goes into SIGNAL_IN_2.
SIGNAL_OUT of the left most subtract component…
… goes into SIGNAL_IN_1 of the divide component.
The SIGNAL_OUT value of the above memory component…
… goes into SIGNAL_IN_2.
SIGNAL_OUT then plugs into…
SIGNAL_IN_2 of the right most subtract component.
The SIGNAL_OUT value of the above memory component…
… plugs into SIGNAL_IN_1.
SIGNAL_OUT then plugs into…
… the SIGNAL_IN_1 pin of the multiply component.
You remember the divide component we left on in the last section? Finally we can connect SIGNAL_OUT from there…
… with the SIGNAL_IN_2 pin of the multiply component.
마지막으로, the SIGNAL_OUT of the multiply component…
… can be connected to the SET_FISSIONRATE pin on the reactor.
결론
I hope this helped, perhaps cleared a few things up. If you have any questions or comments, feel free to post them. I can’t promise a speedy response or even a satisfying answer, but I’ll try my best.
이것이 오늘 우리가 공유하는 모든 것입니다. 압력상해 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. DrFreenote. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.