Actions

Editing Basic Chutes

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
[[Category:Import/Export]]
 
 
{{Itembox
 
{{Itembox
| name = Kit (Basic Chutes)
+
| image       = [[File:ItemKitChute.png]]
| image = [[File:ItemKitChute.png]]
+
| name        = Construction Kit (Chutes)
| prefabhash = 1025254665
+
| createdwith = [[Autolathe]], [[Fabricator]], [[Hydraulic Pipe Bender]]
| prefabname = ItemKitChute
+
| cost        = 1g [[Iron]]*
| stacks = 10
+
| stacks      = 10
| slot_class = SlotClass.None
 
| sorting_class = SortingClass.Kits
 
| recipe_machine1 = Autolathe
 
| recipe_cost1 = 3g [[Iron]]
 
| recipe_machine2 = Hydraulic Pipe Bender
 
| recipe_cost2 = 3g [[Iron]]
 
| constructs = [[Chute (Straight)]], [[Chute (Corner)]], [[Chute (Window)]], [[Chute (Junction)]], [[Chute Flip Flop Splitter]], [[Chute Valve]], [[Chute Overflow]], [[Chute Inlet]], [[Chute Outlet]]
 
 
}}
 
}}
 
{{Structurebox
 
{{Structurebox
  | name             = Chute
+
  | name       = Chute
  | placed_with_item = [[Kit (Chutes)]]
+
  | image      =   
  | placed_on_grid  = Small Grid
+
  | dectool    = [[Wrench]]
  | decon_with_tool1 = [[Wrench]]
+
  | placement  =  
  | item_rec1        = [[Kit (Chutes)]]
 
 
}}
 
}}
 
= Chute =
 
  
 
== Description ==
 
== Description ==
Used to transport items. The Kit can be used to create 9 different variants, some of them are able to connect to power and logic network.
+
Used to transport items. The Kit can be used to create 7 different variants, some of them are able to connect to power and logic network.
 
 
* Straight chute: transports items on a straight line
 
* Window chute: transports items on a straight line, and the items are visible inside the chute
 
* Corner chute: transports items on a perpendicular line
 
* Junction (consumes two kits): transports items on a straight and perpendicular line (merges two lines into one)
 
* Flip flop Splitter: alternates between transporting an item on a straight and perpendicular line (splits one line in two)
 
* Chute Valve: transports items on a straight line. Can be open and closed
 
* Chute overflow: transports items on a straight and perpendicular line, where priority is given to the straight line (similar to a flip flop, but instead of 50%, it only goes perpendicular if straight is full)
 
* Chute inlet: items can be dropped on it and will transport them on a perpendicular line
 
* Chute outlet: items are dropped from the chute to the floor
 
 
 
 
== Recipes ==<!--T:3-->
 
== Recipes ==<!--T:3-->
 
{{Recipe
 
{{Recipe
 
|{{Recipe/row |machine = Autolathe |mats = 3g [[Iron]] |time = 5 |energy = 500}}
 
|{{Recipe/row |machine = Autolathe |mats = 3g [[Iron]] |time = 5 |energy = 500}}
|{{Recipe/row |machine = Hydraulic Pipe Bender |mats = 3g [[Iron]] |time = 5 |energy = 500}}
+
|{{Recipe/row |machine = Fabricator |mats = 1g [[Iron]] |time = 1 |energy = 500}}
 +
|{{Recipe/row |machine = Hydraulic Pipe Bender |mats = 1g [[Iron]] |time = 5 |energy = 500}}
 
|{{Recipe/row |machine = Recycler |mats = 1,5g [[Iron]] |time = 5 |energy = 1000}}
 
|{{Recipe/row |machine = Recycler |mats = 1,5g [[Iron]] |time = 5 |energy = 1000}}
 
}}
 
}}
  
= Chute Bin =
+
== Logic Properties ==
 +
These are all logic properties of the devices.
 +
 
 +
=== Chute Bin ===
 +
 
 +
==== Logic Parameters ====
 +
These are all parameters, that can be written to with a [[Kit_(Logic_I/O)#Logic_Writer|Logic Writer]] or a [[Kit_(Logic_I/O)#Batch_Writer|Batch Writer]]. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.
 +
{| class="wikitable"
 +
|-
 +
! Parameter Name !! Data Type !! Description
 +
|-
 +
| Open || Boolean || Opens the Chute Bin, when set to 1. Closes it, when set to 0.
 +
|-
 +
| On || Boolean || Turns the Chute Bin on, when set to 1. Turns it off, when set to 0.
 +
|}
 +
 
 +
==== Logic Outputs ====
 +
These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Logic_Reader|Logic Reader]]. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
 +
{| class="wikitable"
 +
|-
 +
! Output Name !! Data Type !! Description
 +
|-
 +
| Power || Boolean || Returns whether the Chute Bin is turned on. (0 for off, 1 for on) (Identical to "On" output. This might be intended to output whether the device is receiving power or not.)
 +
|-
 +
| Open || Boolean || Returns whether the Chute Bin is open. (0 for closed, 1 for open)
 +
|-
 +
| Error || Boolean || Returns whether the Chute Bin is flashing an error. (0 for no error, 1 for flashing an error)
 +
|-
 +
| On || Boolean || Returns whether the Chute Bin is turned on. (0 for off, 1 for on)
 +
|-
 +
| RequiredPower || Integer || Returns the current amount of power, required by the Chute Bin, in Watts.
 +
|}
  
{{Data Network Header}}
+
=== Chute Outlet ===
{{Data Parameters|
+
 
{{Data Parameters/row|Power|Boolean|w=0|Can be read to return if the Chute Bin is correctly powered or not, set via the power system, return 1 if powered and 0 if not|multiple=2|0|Unpowered|1|Powered}}
+
==== Logic Parameters ====
{{Data Parameters/row|Open|Integer|1 if device is open, otherwise 0}}
+
These are all parameters, that can be written to with a [[Kit_(Logic_I/O)#Logic_Writer|Logic Writer]] or a [[Kit_(Logic_I/O)#Batch_Writer|Batch Writer]]. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.
{{Data Parameters/row|Error|Boolean|w=0|1 if device is in error state, otherwise 0|multiple=2|0|<p></p>|1|Error}}
+
{| class="wikitable"
{{Data Parameters/row|Lock|Boolean|Disable manual operation of the Chute Bin.|multiple=2|0|Unlocked|1|Locked}}
+
|-
{{Data Parameters/row|On|Boolean|The current state of the Chute Bin.|multiple=2|0|Off|1|On}}
+
! Parameter Name !! Data Type !! Description
{{Data Parameters/row|RequiredPower|Integer|w=0|Idle operating power quantity, does not necessarily include extra demand power}}
+
|-
{{Data Parameters/row|PrefabHash|Integer|w=0|The hash of the structure}}
+
| Open || Boolean || Opens the Chute Outlet once, when set to 1.
{{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}}
+
|-
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}}
+
| Lock || Boolean || Locks the Chute Outlet, when set to 1. Unlocks it, when set to 0.
}}
+
|}
  
= Chute Outlet =
+
==== Logic Outputs ====
 +
These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Logic_Reader|Logic Reader]]. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
 +
{| class="wikitable"
 +
|-
 +
! Output Name !! Data Type !! Description
 +
|-
 +
| Open || Boolean || Returns whether the Chute Outlet is open. (0 for closed, 1 for open) This only returns 1 briefly, when the Chute Outlet opens.
 +
|-
 +
| Lock || Boolean || Returns whether the Chute Outlet is locked. (0 for unlocked, 1 for locked)
 +
|-
 +
| ImportQuantity || Integer || Returns the amount of items, the Chute Outlet is holding, in grams.
 +
|-
 +
| ImportSlotOccupant || Boolean || Returns whether the Chute Outlet is holding an item. (0 for no item, 1 for holding an item)
 +
|}
  
{{Data Network Header}}
+
=== Chute Inlet ===
{{Data Parameters|
 
{{Data Parameters/row|Lock|Boolean|Disable manual operation of the Chute Outlet.|multiple=2|0|Unlocked|1|Locked}}
 
{{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 Parameters/row|PrefabHash|Integer|w=0|The hash of the structure}}
 
{{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}}
 
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}}
 
}}
 
  
= Chute Inlet =
+
==== Logic Parameters ====
 +
This device does not have any logic parameters and can not be selected with a [[Kit_(Logic_I/O)#Logic_Writer|Logic Writer]] or a [[Kit_(Logic_I/O)#Batch_Writer|Batch Writer]].
  
{{Data Network Header}}
+
==== Logic Outputs ====
{{Data Parameters|
+
These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Logic_Reader|Logic Reader]]. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
{{Data Parameters/row|Lock|Boolean|Disable manual operation of the Chute Inlet.|multiple=2|0|Unlocked|1|Locked}}
+
{| class="wikitable"
{{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|ImportCount|Integer|w=0|How many items imported since last ClearMemory}}
+
! Output Name !! Data Type !! Description
{{Data Parameters/row|PrefabHash|Integer|w=0|The hash of the structure}}
+
|-
{{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}}
+
| ImportQuantity || Integer || Returns the amount of items, the Chute Inlet is holding, in grams.
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}}
+
|-
}}
+
| ImportSlotOccupant || Boolean || Returns whether the Chute Inlet is holding an item. (0 for no item, 1 for holding an item)
 +
|}

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

This page is a member of 1 hidden category: