Actions

Difference between revisions of "Pipe Gas Mixer"

From Unofficial Stationeers Wiki

m
(updating description warning)
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
<languages />
 
<translate>
 
<translate>
 +
<!--T:1-->
 
{{Itembox
 
{{Itembox
 
  | name        = Pipe Gas Mixer
 
  | name        = Pipe Gas Mixer
 
  | image      = [[File:ItemPipeGasMixer.png]]
 
  | image      = [[File:ItemPipeGasMixer.png]]
 
  | stacks      = 1
 
  | stacks      = 1
 +
| createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]
 +
| cost        = 2g [[Iron]], 2g [[Gold]], 2g [[Copper]]
 
}}
 
}}
  
== Description ==
+
== Description == <!--T:2-->
Used to mix two gasses in proportions ranging from 0-100%. A must have for the [[Furnace]]
+
Used to mix two gasses in proportions ranging from 0-100%. A must have for the [[Furnace]]. Input 1 is the straight thorough route, and Input 2 is the side entry.
  
 +
!warning!  As of version 0.2.2396.10846, it appears that the pipe gas mixer behaves oddly when output pressures are high with comparison to the input pressures.
 +
 +
{{Data Network Header}}
 +
 +
{{Data Parameters}}
 +
{| class="wikitable"
 +
|-
 +
! Parameter Name !! Data Type !! Description
 +
|-
 +
| Lock || Boolean ||
 +
|-
 +
| Setting || float || Correspond to the percentage value of the Input 1
 +
|-
 +
| On || Boolean ||
 +
|}
 +
 +
{{Data Outputs}}
 +
{| class="wikitable"
 +
|-
 +
! Output Name !! Data Type !! Description
 +
|-
 +
| Power || Boolean ||
 +
|-
 +
| Error || Boolean ||
 +
|-
 +
| Lock || Boolean ||
 +
|-
 +
| Setting || float || Contains the current Input 1 value in percent (60.5 for example)
 +
|-
 +
| Maximum || float || Value of 100
 +
|-
 +
| Ratio || Float || Contains the ratio corresponding to the Input 1 value (0.605, for the 60.5 value above)
 +
|-
 +
| On || Boolean ||
 +
|-
 +
| Requiredpower || Integer || In Watts. The Gas Mixer require 100W of power to function
 +
|-
 +
|}
  
 
</translate>
 
</translate>

Revision as of 13:50, 9 June 2020

Other languages:
English
Pipe Gas Mixer
ItemPipeGasMixer.png
Stacks 1
Recipe
Created With Hydraulic Pipe Bender, Fabricator
Cost 2g Iron, 2g Gold, 2g Copper


Description

Used to mix two gasses in proportions ranging from 0-100%. A must have for the Furnace. Input 1 is the straight thorough route, and Input 2 is the side entry.

!warning! As of version 0.2.2396.10846, it appears that the pipe gas mixer behaves oddly when output pressures are high with comparison to the input pressures.

Data Network Properties

These are all Data Network properties of this device.

Data Parameters

These are all parameters, that can be written to with a Logic Writer, Batch Writer, or Integrated Circuit (IC10). The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.

Parameter Name Data Type Description
Lock Boolean
Setting float Correspond to the percentage value of the Input 1
On Boolean

Data Outputs

These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.

Output Name Data Type Description
Power Boolean
Error Boolean
Lock Boolean
Setting float Contains the current Input 1 value in percent (60.5 for example)
Maximum float Value of 100
Ratio Float Contains the ratio corresponding to the Input 1 value (0.605, for the 60.5 value above)
On Boolean
Requiredpower Integer In Watts. The Gas Mixer require 100W of power to function