Actions

Difference between revisions of "Pressure Fed Gas Engine/Data Network"

From Unofficial Stationeers Wiki

(Created page with "<div style="width:auto; overflow:auto;"> === Input Data (Write) === {| class="wikitable sortable" style="width:100%;" ! Parameter Name ! class="unsortable" | Data Type ! class...")
 
(No difference)

Latest revision as of 06:08, 8 July 2024

Input Data (Write)[edit]

Parameter Name Data Type Value Description
On Boolean 0 Turns the device off.
1 Turns the device on.
Setting int A variable setting that can be read or written, depending on the device.
Throttle int Increases the rate at which the machine workes (range: 0-100)
Update 0.2.4726.21691 - 19/01/2024 /Data_Network

Output Data (Read)[edit]

Parameter Name Data Type Value Description
Power Boolean Can be read to return if the device is correctly powered or not, set cia the power system, return 1 if powered and 0 if not.
Error Boolean 1 if device is in error state, otherwise 0.
Pressure int The current pressure reading of the device.
Temperature int The current temperature reading of the device.
Setting int A variable setting that can be read or written, depending on the device.
RatioOxygen int The ratio of Oxygen in device atmosphere.
RatioCarbonDioxide int The ratio of Carbon Dioxide in device atmosphere.
RatioNitrogen int The ratio of Nitrogen in device atmosphere.
RatioPollutant int The ratio of Pollutant in device atmosphere.
RatioVolatiles int The ratio of Volatiles in device atmosphere.
RatioVolatiles int The ratio of water in device atmosphere.
Maximum int Maximum setting of the device.
Ratio int Context specific value depending on device, 0 to 1 based ratio.
Ratio Boolean The current state of the device, 0 for off, 1 for on.
RequiredPower int Idle operating power quantity, does not nevessarily include extra demand power.
TotalMoles int Returns the total moles of the device.
RatioNitrousOxide int The ratio of Nitrous Oxide in device atmosphere.
PrefabHash int The hash of the structure.
Combustion Boolean The assess atmosphere is on fire. Returns 1 if atmosphere is on fire, 0 if not.
Throttle int Increases the rate at which the machie works (range: 0-100)
ReferenceId Unique Reference Identifier for this object.
PassedMoles int The number of moles that passed through this device on the previous simulation tick.
Update 0.2.4726.21691 - 19/01/2024 /Data_Network