Combustion Centrifuge
From Unofficial Stationeers Wiki
Constructing Options | Combustion Centrifuge |
---|---|
Properties | |
Stacks | No |
Recipes | |
Autolathe (Tier Two) | 20g Steel, 10g Invar, 5g Constantan |
Logic | |
Item Hash | 231903234 |
Item Name | KitStructureCombustionCentrifuge |
Logic Classes |
SlotClass.None SortingClass.Kits |
Operation | |
---|---|
Power Usage | 50W |
Construction | |
Placed with | Kit (Combustion Centrifuge) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Combustion Centrifuge) |
Stage 2 | |
Next Stage Construction | |
Constructed with tool | Welder |
Constructed with item | 2x Steel Sheets |
Deconstruction | |
Deconstructed with | Angle Grinder |
Item received | 2x Steel Sheets |
Stage 3 | |
Next Stage Construction | |
Constructed with item | 1x Cable Coil |
Deconstruction | |
Deconstructed with | Wire Cutters |
Item received | 1x Cable Coil |
The Combustion Centrifuge is a gas powered version of the Centrifuge. If a Recycler or unbalanced Furnace outputs reagent mixture rather than the desired ingots, a centrifuge allows you to reclaim the raw ore.It also refines Dirty Ore produced from the Deep Miner and Dirty Ore produced from the Rocket Miner. A combustible fuel mix should be supplied to the gas input, and waste gasses should be vented from the output. The machine's RPMs must be controlled via the throttle and combustion limiter levers. If the Combustion Centrifuge gains, or loses, RPMs too fast it will experience stress, and eventually grind to a halt. Higher RPMs directly result in faster processing speeds. The throttle lever controls the amount of fuel being pulled into the machine, increasing the temperature inside the engine, and leading to an increase in RPM. The limiter lever influences the speed of the combustion, and how much uncombusted gas is in the exhaust. Ejecting ore from the Combustion Centrifuge while it is at high RPMs will result in additional stress build up. If turned off while not stressed, the machine will automatically start to brake, and reduce RPMs in a controlled manner.
- Stationpedia
Contents
Description[edit]
The combustion centrifuge is a gas powered version of the Centrifuge. A combustible fuel mix should be supplied to the gas input, and waste gasses should be vented from the output. The machine's RPM's must be controlled via the throttle and combustion limiter levers. If the Combustion Centrifuge gains, or loses, RPMs too fast it will experience stress, and eventually grind to a halt. Higher RPMs directly result in faster processing speeds.
The throttle lever controls the amount of fuel being pulled into the machine, increasing the temperature inside the engine, and leading to an increase in RPM. The limiter lever influences the speed of combustion, and how much uncombusted gas is in the exhaust.
Ejecting ore from the Combustion Centrifuge while it is at high RPMs will result in additional stress build up. If turned off, while not stressed, the machine will automatically start to brake, and reduce RPMs in a controlled manner.
The Combustion Centrifuge has a socket for an IC10 chip, similar to the Atmospherics machine. It comes with two device ports, d0 and d1, for connecting to other devices. To change or set a device, use a screwdriver to cycle through devices found on the machine's data network.
Important[edit]
Can be boosted by Nitrous Oxide in fuel mixture, but don't make mixture to autoigniting, you can blow everything up with overpressured Gas Canister(perhaps, centrifuge too)!
Throttle[edit]
Every tick up to 0.01 moles of gas will be pulled in to the machine from the input pipe network. The Throttle parameter linearly controls how much gas to pull in, inputMoles = 0.01*Throttle/100
. The Throttle value is rounded to the nearest multiple of 10 when set over the Data Network.
Combustion Limiter[edit]
On each tick the Combustion Centrifuge will manually combust up to 75% of the fuel mixture in its internal atmosphere. This happens on the remaining fuel after natural combustion takes place as described in Volatiles. The portion of fuel manually combusted each tick is clamp((Limiter/10)^2 * 0.0075, 0.001, 1)
. The Combustion Limiter value is rounded to the nearest multiple of 10 when set over the Data Network.
Data Network Properties[edit]
These are all Data Network properties of this device.
Data Parameters[edit]
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10), and can be read with a Logic Reader, Batch Reader, or Integrated Circuit (IC10).
Parameter Name | Data Type | Access | Value | Description | ||
---|---|---|---|---|---|---|
Power | Boolean | Read
|
0 | Unpowered | Can be read to return if the Combustion Centrifuge is correctly powered or not, set via the power system, return 1 if powered and 0 if not | |
1 | Powered | |||||
Open | Integer | Read Write
|
0 | Closed | 1 if device is open, otherwise 0 | |
1 | Open | |||||
Error | Boolean | Read
|
0 | 1 if device is in error state, otherwise 0 | ||
1 | Error | |||||
Pressure | Float | Read
|
||||
Temperature | Integer | Read
|
||||
Lock | Boolean | Read Write
|
0 | Unlocked | Disable manual operation of the Combustion Centrifuge. | |
1 | Locked | |||||
Reagents | Integer | Read
|
||||
RatioOxygen | Float | Read
|
0.0 to 1.0 | |||
RatioCarbonDioxide | Float | Read
|
0.0 to 1.0 | |||
RatioNitrogen | Float | Read
|
0.0 to 1.0 | |||
RatioPollutant | Float | Read
|
0.0 to 1.0 | |||
RatioVolatiles | Float | Read
|
0.0 to 1.0 | |||
RatioWater | Float | Read
|
0.0 to 1.0 | |||
On | Boolean | Read Write
|
0 | Off | The current state of the Combustion Centrifuge. | |
1 | On | |||||
RequiredPower | Integer | Read
|
||||
ClearMemory | Integer | Write
|
||||
ExportCount | Integer | Read
|
||||
ImportCount | Integer | Read
|
||||
TotalMoles | Float | Read
|
||||
RatioNitrousOxide | Float | Read
|
0.0 to 1.0 | |||
PrefabHash | Integer | Read
|
||||
Combustion | Boolean | Read
|
0 or 1 | |||
PressureInput | Float | Read
|
||||
TemperatureInput | Float | Read
|
||||
RatioOxygenInput | Float | Read
|
0.0 to 1.0 | |||
RatioCarbonDioxideInput | Float | Read
|
0.0 to 1.0 | |||
RatioNitrogenInput | Float | Read
|
0.0 to 1.0 | |||
RatioPollutantInput | Float | Read
|
0.0 to 1.0 | |||
RatioVolatilesInput | Float | Read
|
0.0 to 1.0 | |||
RatioWaterInput | Float | Read
|
0.0 to 1.0 | |||
RatioNitrousOxideInput | Float | Read
|
0.0 to 1.0 | |||
TotalMolesInput | Float | Read
|
||||
PressureOutput | Float | Read
|
||||
TemperatureOutput | Float | Read
|
||||
RatioOxygenOutput | Float | Read
|
0.0 to 1.0 | |||
RatioCarbonDioxideOutput | Float | Read
|
0.0 to 1.0 | |||
RatioNitrogenOutput | Float | Read
|
0.0 to 1.0 | |||
RatioPollutantOutput | Float | Read
|
0.0 to 1.0 | |||
RatioVolatilesOutput | Float | Read
|
0.0 to 1.0 | |||
RatioWaterOutput | Float | Read
|
0.0 to 1.0 | |||
RatioNitrousOxideOutput | Float | Read
|
0.0 to 1.0 | |||
TotalMolesOutput | Float | Read
|
||||
CombustionInput | Boolean | Read
|
0 or 1 | |||
CombustionOutput | Boolean | Read
|
0 or 1 | |||
CombustionLimiter | Integer | Read Write
|
||||
Throttle | Integer | Read Write
|
||||
Rpm | Integer | Read
|
||||
Stress | Integer | Read
|
||||
RatioLiquidNitrogen | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidNitrogenInput | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidNitrogenOutput | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidOxygen | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidOxygenInput | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidOxygenOutput | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidVolatiles | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidVolatilesInput | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidVolatilesOutput | Float | Read
|
0.0 to 1.0 | |||
RatioSteam | Float | Read
|
0.0 to 1.0 | |||
RatioSteamInput | Float | Read
|
0.0 to 1.0 | |||
RatioSteamOutput | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidCarbonDioxide | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidCarbonDioxideInput | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidCarbonDioxideOutput | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidPollutant | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidPollutantInput | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidPollutantOutput | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidNitrousOxide | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidNitrousOxideInput | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidNitrousOxideOutput | Float | Read
|
0.0 to 1.0 | |||
ReferenceId | Integer | Read
|
||||
RatioHydrogen | Float | Read
|
0.0 to 1.0 | |||
RatioLiquidHydrogen | Float | Read
|
0.0 to 1.0 | |||
RatioPollutedWater | Float | Read
|
0.0 to 1.0 | |||
NameHash | Integer | Read
|
Slot Name | Type | Index |
---|---|---|
Import | None | 0 |
Export | None | 1 |
Programmable Chip | Programmable Chip | 2 |
Connection Name | Index |
---|---|
Chute Input | 0 |
Chute Output | 1 |
Data | 2 |
Power | 3 |
Pipe Input | 4 |
Pipe Input | 5 |