Difference between revisions of "Pipe Digital Valve"
From Unofficial Stationeers Wiki
Socramazibi (talk | contribs) m |
(Fix name in Itembox template, add Structurbox template with relevant info.) |
||
| (8 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | [[Category:Atmospherics]] | |
{{Itembox | {{Itembox | ||
| − | | name = | + | | name = Kit (Digital Valve) |
| image = [[File:ItemPipeDigitalValve.png]] | | image = [[File:ItemPipeDigitalValve.png]] | ||
| − | | stacks = | + | | prefabhash = -1532448832 |
| + | | prefabname = ItemPipeDigitalValve | ||
| + | | stacks = 5 | ||
| + | | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]] | ||
| + | | cost = 2g [[Copper Ingot|Copper]], 5g [[Steel Ingot|Steel]], 3g [[Invar Ingot|Invar]] | ||
}} | }} | ||
| + | {{Structurebox | ||
| + | | name = Pipe Digital Valve | ||
| + | | prefab_hash = -1280984102 | ||
| + | | prefab_name = StructureDigitalValve | ||
| + | | power_usage = 5W | ||
| + | | placed_on_grid = Small Grid | ||
| + | | decon_with_tool1 = [[Hand Drill]] | ||
| + | | placed_with_item = [[Kit (Digital Valve)]] | ||
| + | }} | ||
| + | |||
| + | =Pipe Digital Valve= | ||
| + | ==Description== | ||
| + | A valve which can be operated by logic network. Switching its "On" variable to 1 causes the valve to be fully open, switching to 0 closes the valve to completely close. | ||
| + | Power usage: 0 Watts when off. 5 Watts when on. | ||
| + | {{Data Network Header}} | ||
| + | {{Data Parameters}} | ||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! Parameter Name !! Data Type !! Description | ||
| + | |- | ||
| + | | Lock || Boolean || Locks the Pipe Digital Valve, when set to 1. Unlocks it, when set to 0. | ||
| + | |- | ||
| + | | Setting || Float || Does not function. | ||
| + | |- | ||
| + | | On || Boolean || Turns the Pipe Digital Valve on, when set to 1. Turns it off, when set to 0. | ||
| + | |} | ||
| − | + | {{Data Outputs}} | |
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! Output Name !! Data Type !! Description | ||
| + | |- | ||
| + | | Maximum || Integer || Returns 100. (Assumption) Returns the maximum throughput percentage of the Pipe Digital Valve. | ||
| + | |- | ||
| + | | Lock || Boolean || Returns whether the Pipe Digital Valve is locked. (0 for no, 1 for yes) | ||
| + | |- | ||
| + | | Error || Boolean || Returns whether the Pipe Digital Valve is currently flashing an error. (0 for no, 1 for yes) | ||
| + | |- | ||
| + | | Setting || Float || Returns a range from 0.0 to 100.0. Does not function. (Assumption) Returns the percentage of opening of the Pipe Digital Valve. | ||
| + | |- | ||
| + | | RequiredPower || Integer || Returns the current amount of power needed for the Pipe Digital Valve. | ||
| + | |- | ||
| + | | Ratio || Float || Returns a range from 0.0 to 1.0. Does not function. (Assumption) Returns the differential in pressure between the sides of the Pipe Digital Valve. | ||
| + | |- | ||
| + | | Prefab Hash || Integer || (Assumption) Returns (-1280984102) a unique type identifier for the Pipe Digital Valve. | ||
| + | |- | ||
| + | | Power || Boolean || Returns whether the Pipe Digital Valve is receiving power and is turned on. (0 for no, 1 for yes) | ||
| + | |- | ||
| + | | On || Boolean || Returns whether the Pipe Digital Valve is set to on. (0 for no, 1 for yes) | ||
| + | |} | ||
Latest revision as of 22:49, 15 February 2025
![]() | |
| Properties | |
|---|---|
| Stacks | Yes (5) |
| Recipe | |
| Created With | Hydraulic Pipe Bender, Fabricator |
| Cost | 2g Copper, 5g Steel, 3g Invar |
| Logic | |
| Item Hash | -1532448832 |
| Item Name | ItemPipeDigitalValve |
| Operation | |
|---|---|
| Power Usage | 5W |
| Prefab Hash | -1280984102 |
| Prefab Name | StructureDigitalValve |
| Construction | |
| Placed with | Kit (Digital Valve) |
| Placed on | Small Grid |
| Stage 1 | |
| Deconstruction | |
| Deconstructed with | Hand Drill |
Contents
Pipe Digital Valve[edit]
Description[edit]
A valve which can be operated by logic network. Switching its "On" variable to 1 causes the valve to be fully open, switching to 0 closes the valve to completely close. Power usage: 0 Watts when off. 5 Watts when on.
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).
| Parameter Name | Data Type | Description |
|---|---|---|
| Lock | Boolean | Locks the Pipe Digital Valve, when set to 1. Unlocks it, when set to 0. |
| Setting | Float | Does not function. |
| On | Boolean | Turns the Pipe Digital Valve on, when set to 1. Turns it off, when set to 0. |
Data Outputs[edit]
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 |
|---|---|---|
| Maximum | Integer | Returns 100. (Assumption) Returns the maximum throughput percentage of the Pipe Digital Valve. |
| Lock | Boolean | Returns whether the Pipe Digital Valve is locked. (0 for no, 1 for yes) |
| Error | Boolean | Returns whether the Pipe Digital Valve is currently flashing an error. (0 for no, 1 for yes) |
| Setting | Float | Returns a range from 0.0 to 100.0. Does not function. (Assumption) Returns the percentage of opening of the Pipe Digital Valve. |
| RequiredPower | Integer | Returns the current amount of power needed for the Pipe Digital Valve. |
| Ratio | Float | Returns a range from 0.0 to 1.0. Does not function. (Assumption) Returns the differential in pressure between the sides of the Pipe Digital Valve. |
| Prefab Hash | Integer | (Assumption) Returns (-1280984102) a unique type identifier for the Pipe Digital Valve. |
| Power | Boolean | Returns whether the Pipe Digital Valve is receiving power and is turned on. (0 for no, 1 for yes) |
| On | Boolean | Returns whether the Pipe Digital Valve is set to on. (0 for no, 1 for yes) |

