Difference between revisions of "Combustion Centrifuge"
From Unofficial Stationeers Wiki
(add details on how throttle/limiter controls work) |
Emilgardis (talk | contribs) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
− | |||
<!--T:1--> | <!--T:1--> | ||
− | + | ||
{{Itembox | {{Itembox | ||
− | + | | name = Kit (Combustion Centrifuge) | |
− | + | | image = [[File:KitStructureCombustionCentrifuge.png]] | |
− | + | | prefabhash = 231903234 | |
− | + | | prefabname = KitStructureCombustionCentrifuge | |
+ | | stacks = 1 | ||
+ | | slot_class = SlotClass.None | ||
+ | | sorting_class = SortingClass.Kits | ||
+ | | recipe_machine1 = Autolathe (Tier Two) | ||
+ | | recipe_cost1 = 20g [[Steel]], 10g [[Invar]], 5g [[Constantan]] | ||
+ | | constructs = [[Combustion Centrifuge]] | ||
}} | }} | ||
{{Structurebox | {{Structurebox | ||
Line 19: | Line 24: | ||
| item_rec1 = [[Kit (Combustion Centrifuge)]] | | item_rec1 = [[Kit (Combustion Centrifuge)]] | ||
| const_with_tool2 = [[Welder]] | | const_with_tool2 = [[Welder]] | ||
− | | const_with_item2 = 2x [[Steel | + | | const_with_item2 = 2x [[Steel Sheets]] |
| stage_image2 = [[File:StructureCombustionCentrifuge_BuildState1.png]] | | stage_image2 = [[File:StructureCombustionCentrifuge_BuildState1.png]] | ||
| decon_with_tool2 = [[Angle Grinder]] | | decon_with_tool2 = [[Angle Grinder]] | ||
− | | item_rec2 = 2x [[Steel | + | | item_rec2 = 2x [[Steel Sheets]] |
| const_with_item3 = 1x [[Cable Coil]] | | const_with_item3 = 1x [[Cable Coil]] | ||
| decon_with_tool3 = [[Wire Cutters]] | | decon_with_tool3 = [[Wire Cutters]] | ||
| item_rec3 = 1x [[Cable Coil]] | | item_rec3 = 1x [[Cable Coil]] | ||
}} | }} | ||
+ | <blockquote><q>The Combustion Centrifuge is a gas powered version of the [[Centrifuge]]. If a [[Recycler]] or unbalanced [[Furnace]] outputs reagent mixture rather than the desired [[:Category:Ingot|ingots]], a centrifuge allows you to reclaim the raw [[Ores|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. | ||
+ | </q><br> | ||
+ | '''- Stationpedia'''</blockquote> | ||
== Description == <!--T:2--> | == Description == <!--T:2--> | ||
− | 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 | + | 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. | 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. | ||
Line 36: | Line 48: | ||
The Combustion Centrifuge has a socket for an [[Integrated Circuit (IC10)|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. | The Combustion Centrifuge has a socket for an [[Integrated Circuit (IC10)|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''' == | |
+ | 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 == | == Throttle == | ||
− | 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, <code>inputMoles = 0.01*Throttle/ | + | 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, <code>inputMoles = 0.01*Throttle/100</code>. The Throttle value is rounded to the nearest multiple of 10 when set over the Data Network. |
== Combustion Limiter == | == Combustion Limiter == | ||
Line 46: | Line 59: | ||
{{Data Network Header}} | {{Data Network Header}} | ||
− | + | {{Data Parameters| | |
− | {{Data Parameters | + | {{Data Parameters/row|Power|Boolean|w=0|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|multiple=2|0|Unpowered|1|Powered}} |
− | { | + | {{Data Parameters/row|Open|Integer|1 if device is open, otherwise 0|multiple=2|0|Closed|1|Open}} |
− | + | {{Data Parameters/row|Error|Boolean|w=0|1 if device is in error state, otherwise 0|multiple=2|0|<p></p>|1|Error}} | |
− | + | {{Data Parameters/row|Pressure|Float|w=0|The current pressure reading of the Combustion Centrifuge}} | |
− | + | {{Data Parameters/row|Temperature|Integer|w=0|The current temperature reading of the Combustion Centrifuge}} | |
− | + | {{Data Parameters/row|Lock|Boolean|Disable manual operation of the Combustion Centrifuge.|multiple=2|0|Unlocked|1|Locked}} | |
− | | | + | {{Data Parameters/row|Reagents|Integer|w=0|Total number of reagents recorded by the Combustion Centrifuge}} |
− | | | + | {{Data Parameters/row|RatioOxygen|Float|w=0|The ratio of [[Oxygen]] in device atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioCarbonDioxide|Float|w=0|The ratio of Carbon Dioxide in device atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioNitrogen|Float|w=0|The ratio of [[Nitrogen]] in device atmosphere|0.0 to 1.0}} |
− | + | {{Data Parameters/row|RatioPollutant|Float|w=0|The ratio of [[Pollutant]] in device atmosphere|0.0 to 1.0}} | |
− | + | {{Data Parameters/row|RatioVolatiles|Float|w=0|The ratio of [[Volatiles]] in device atmosphere|0.0 to 1.0}} | |
− | | | + | {{Data Parameters/row|RatioWater|Float|w=0|The ratio of [[Water]] in device atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|On|Boolean|The current state of the Combustion Centrifuge.|multiple=2|0|Off|1|On}} |
− | | | + | {{Data Parameters/row|RequiredPower|Integer|w=0|Idle operating power quantity, does not necessarily include extra demand power}} |
− | | | + | {{Data Parameters/row|ClearMemory|Integer|r=0|When set to 1, clears the counter memory (e.g. ExportCount). Will set itself back to 0 when actioned}} |
− | |} | + | {{Data Parameters/row|ExportCount|Integer|w=0|How many items exported since last ClearMemory}} |
− | + | {{Data Parameters/row|ImportCount|Integer|w=0|How many items imported since last ClearMemory}} | |
− | {{Data | + | {{Data Parameters/row|TotalMoles|Float|w=0|Returns the total moles of the Combustion Centrifuge}} |
− | + | {{Data Parameters/row|RatioNitrousOxide|Float|w=0|The ratio of Nitrous Oxide in device atmosphere|0.0 to 1.0}} | |
− | | | + | {{Data Parameters/row|PrefabHash|Integer|w=0|The hash of the structure}} |
− | + | {{Data Parameters/row|Combustion|Boolean|w=0|Assess if the atmosphere is on fire. Returns 1 if atmosphere is on fire, 0 if not.|0 or 1}} | |
− | | | + | {{Data Parameters/row|PressureInput|Float|w=0|The current pressure reading of the Combustion Centrifuge's Input Network}} |
− | | | + | {{Data Parameters/row|TemperatureInput|Float|w=0|The current temperature reading of the Combustion Centrifuge's Input Network}} |
− | | | + | {{Data Parameters/row|RatioOxygenInput|Float|w=0|The ratio of [[Oxygen]] in device's input network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioCarbonDioxideInput|Float|w=0|The ratio of Carbon Dioxide in device's input network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioNitrogenInput|Float|w=0|The ratio of [[Nitrogen]] in device's input network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioPollutantInput|Float|w=0|The ratio of [[Pollutant]] in device's input network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioVolatilesInput|Float|w=0|The ratio of [[Volatiles]] in device's input network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioWaterInput|Float|w=0|The ratio of [[Water]] in device's input network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioNitrousOxideInput|Float|w=0|The ratio of Nitrous Oxide in device's input network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|TotalMolesInput|Float|w=0|Returns the total moles of the Combustion Centrifuge's Input Network}} |
− | | | + | {{Data Parameters/row|PressureOutput|Float|w=0|The current pressure reading of the Combustion Centrifuge's Output Network}} |
− | | | + | {{Data Parameters/row|TemperatureOutput|Float|w=0|The current temperature reading of the Combustion Centrifuge's Output Network}} |
− | | | + | {{Data Parameters/row|RatioOxygenOutput|Float|w=0|The ratio of [[Oxygen]] in device's Output network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioCarbonDioxideOutput|Float|w=0|The ratio of Carbon Dioxide in device's Output network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioNitrogenOutput|Float|w=0|The ratio of [[Nitrogen]] in device's Output network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioPollutantOutput|Float|w=0|The ratio of [[Pollutant]] in device's Output network|0.0 to 1.0}} |
− | + | {{Data Parameters/row|RatioVolatilesOutput|Float|w=0|The ratio of [[Volatiles]] in device's Output network|0.0 to 1.0}} | |
− | | | + | {{Data Parameters/row|RatioWaterOutput|Float|w=0|The ratio of [[Water]] in device's Output network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioNitrousOxideOutput|Float|w=0|The ratio of Nitrous Oxide in device's Output network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|TotalMolesOutput|Float|w=0|Returns the total moles of the Combustion Centrifuge's Output Network}} |
− | + | {{Data Parameters/row|CombustionInput|Boolean|w=0|Assess if the atmosphere is on fire. Returns 1 if device's input network is on fire, 0 if not.|0 or 1}} | |
− | + | {{Data Parameters/row|CombustionOutput|Boolean|w=0|Assess if the atmosphere is on fire. Returns 1 if device's Output network is on fire, 0 if not.|0 or 1}} | |
− | | | + | {{Data Parameters/row|CombustionLimiter|Integer|Retards the rate of combustion inside the machine (range: 0-100), with 0 being the slowest rate of combustion and 100 being the fastest}} |
− | | | + | {{Data Parameters/row|Throttle|Integer|Increases the rate at which the machine works (range: 0-100)}} |
− | | | + | {{Data Parameters/row|Rpm|Integer|w=0|The number of revolutions per minute that the Combustion Centrifuge's spinning mechanism is doing}} |
− | | | + | {{Data Parameters/row|Stress|Integer|w=0|Machines get stressed when working hard. When Stress reaches 100 the machine will automatically shut down}} |
− | | | + | {{Data Parameters/row|RatioLiquidNitrogen|Float|w=0|The ratio of Liquid Nitrogen in device atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioLiquidNitrogenInput|Float|w=0|The ratio of Liquid Nitrogen in device's input network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioLiquidNitrogenOutput|Float|w=0|The ratio of Liquid Nitrogen in device's Output network|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioLiquidOxygen|Float|w=0|The ratio of Liquid Oxygen in device's Atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioLiquidOxygenInput|Float|w=0|The ratio of Liquid Oxygen in device's Input Atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioLiquidOxygenOutput|Float|w=0|The ratio of Liquid Oxygen in Combustion Centrifuge's Output Atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioLiquidVolatiles|Float|w=0|The ratio of Liquid Volatiles in device's Atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioLiquidVolatilesInput|Float|w=0|The ratio of Liquid Volatiles in device's Input Atmosphere|0.0 to 1.0}} |
− | + | {{Data Parameters/row|RatioLiquidVolatilesOutput|Float|w=0|The ratio of Liquid Volatiles in Combustion Centrifuge's Output Atmosphere|0.0 to 1.0}} | |
− | + | {{Data Parameters/row|RatioSteam|Float|w=0|The ratio of Steam in device's Atmosphere|0.0 to 1.0}} | |
− | | | + | {{Data Parameters/row|RatioSteamInput|Float|w=0|The ratio of Steam in device's Input Atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioSteamOutput|Float|w=0|The ratio of Steam in Combustion Centrifuge's Output Atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioLiquidCarbonDioxide|Float|w=0|The ratio of Liquid Carbon Dioxide in device's Atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioLiquidCarbonDioxideInput|Float|w=0|The ratio of Liquid Carbon Dioxide in device's Input Atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioLiquidCarbonDioxideOutput|Float|w=0|The ratio of Liquid Carbon Dioxide in Combustion Centrifuge's Output Atmosphere|0.0 to 1.0}} |
− | + | {{Data Parameters/row|RatioLiquidPollutant|Float|w=0|The ratio of Liquid Pollutant in device's Atmosphere|0.0 to 1.0}} | |
− | | | + | {{Data Parameters/row|RatioLiquidPollutantInput|Float|w=0|The ratio of Liquid Pollutant in device's Input Atmosphere|0.0 to 1.0}} |
− | + | {{Data Parameters/row|RatioLiquidPollutantOutput|Float|w=0|The ratio of Liquid Pollutant in Combustion Centrifuge's Output Atmosphere|0.0 to 1.0}} | |
− | | | + | {{Data Parameters/row|RatioLiquidNitrousOxide|Float|w=0|The ratio of Liquid Nitrous Oxide in device's Atmosphere|0.0 to 1.0}} |
− | + | {{Data Parameters/row|RatioLiquidNitrousOxideInput|Float|w=0|The ratio of Liquid Nitrous Oxide in device's Input Atmosphere|0.0 to 1.0}} | |
− | | | + | {{Data Parameters/row|RatioLiquidNitrousOxideOutput|Float|w=0|The ratio of Liquid Nitrous Oxide in Combustion Centrifuge's Output Atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}} |
− | | | + | {{Data Parameters/row|RatioHydrogen|Float|w=0|DEPRECATED|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioLiquidHydrogen|Float|w=0|DEPRECATED|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|RatioPollutedWater|Float|w=0|The ratio of polluted water in device atmosphere|0.0 to 1.0}} |
− | | | + | {{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}} |
− | | | + | }} |
− | | | ||
− | | | ||
− | |||
− | | | ||
− | | | ||
− | | | ||
− | |||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | |||
− | |||
− | | | ||
− | | | ||
− | |||
− | | | ||
− | |||
− | | Rpm || | ||
− | | | ||
− | |||
− | |||
− | |||
{{Slots}} | {{Slots}} | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 184: | Line 164: | ||
| Pipe Input || 5 | | Pipe Input || 5 | ||
|} | |} | ||
− | + | ||
+ | [[Category:Machines]] |
Latest revision as of 11:49, 4 August 2024
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 |