Actions

Difference between revisions of "Basic Chutes"

From Unofficial Stationeers Wiki

m (Adjust the wording for logic properties)
 
(13 intermediate revisions by 12 users not shown)
Line 1: Line 1:
 +
[[Category:Import/Export]]
 
{{Itembox
 
{{Itembox
| image       = [[File:ItemKitChute.png]]
+
| name = Kit (Basic Chutes)
| name        = Construction Kit (Chutes)
+
| image = [[File:ItemKitChute.png]]
| createdwith = [[Autolathe]], [[Fabricator]], [[Hydraulic Pipe Bender]]
+
| prefabhash = 1025254665
| cost        = 1g [[Iron]]*
+
| prefabname = ItemKitChute
| 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
  | image      =   
+
  | placed_with_item = [[Kit (Chutes)]]
  | dectool    = [[Wrench]]
+
  | placed_on_grid  = Small Grid
  | placement  = Small Grid
+
  | decon_with_tool1 = [[Wrench]]
 +
  | item_rec1        = [[Kit (Chutes)]]
 
}}
 
}}
 +
 +
= Chute =
  
 
== Description ==
 
== Description ==
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.
+
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.
 +
 
 +
* 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 = Fabricator |mats = 1g [[Iron]] |time = 1 |energy = 500}}
+
|{{Recipe/row |machine = Hydraulic Pipe Bender |mats = 3g [[Iron]] |time = 5 |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}}
 
}}
 
}}
  
== Logic Properties ==
+
= Chute Bin =
These are all logic properties of the devices.
 
  
=== Chute Bin ===
+
{{Data Network Header}}
 +
{{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}}
 +
{{Data Parameters/row|Open|Integer|1 if device is open, otherwise 0}}
 +
{{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|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}}
 +
{{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}}
 +
{{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.}}
 +
}}
  
==== Logic Parameters ====
+
= Chute Outlet =
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 ====
+
{{Data Network Header}}
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|
{| class="wikitable"
+
{{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}}
! Output Name !! Data Type !! Description
+
{{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}}
| Power || Boolean || Returns whether the Chute Bin is turned on and receives power. (0 for no, 1 for yes)
+
{{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}}
| Open || Boolean || Returns whether the Chute Bin is open. (0 for no, 1 for yes)
+
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}}
|-
+
}}
| Error || Boolean || Returns whether the Chute Bin is flashing an error. (0 for no, 1 for yes)
 
|-
 
| On || Boolean || Returns whether the Chute Bin is turned on. (0 for no, 1 for yes)
 
|-
 
| RequiredPower || Integer || Returns the current amount of power, required by the Chute Bin, in watts.
 
|}
 
  
=== Chute Outlet ===
+
= Chute Inlet =
  
==== Logic Parameters ====
+
{{Data Network Header}}
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|
{| class="wikitable"
+
{{Data Parameters/row|Lock|Boolean|Disable manual operation of the Chute Inlet.|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}}
! Parameter Name !! Data Type !! Description
+
{{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}}
| 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.
+
}}
|}
 
 
 
==== 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 no, 1 for yes) This only returns 1 briefly, when the Chute Outlet opens.
 
|-
 
| Lock || Boolean || Returns whether the Chute Outlet is locked. (0 for no, 1 for yes)
 
|-
 
| 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, 1 for yes)
 
|}
 
 
 
=== 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]].
 
 
 
==== 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
 
|-
 
| ImportQuantity || Integer || Returns the amount of items, the Chute Inlet is holding, in grams.
 
|-
 
| ImportSlotOccupant || Boolean || Returns whether the Chute Inlet is holding an item. (0 for no, 1 for yes)
 
|}
 

Latest revision as of 06:52, 20 May 2024

Kit (Basic Chutes)
ItemKitChute.png
Constructing Options Chute (Straight), Chute (Corner), Chute (Window), Chute (Junction), Chute Flip Flop Splitter, Chute Valve, Chute Overflow, Chute Inlet, Chute Outlet
Properties
Stacks Yes (10)
Recipes
Autolathe 3g Iron
Hydraulic Pipe Bender 3g Iron
Logic
Prefab Hash 1025254665
Prefab Name ItemKitChute
Logic Classes
SlotClass.None
SortingClass.Kits



Chute
Construction
Placed with Kit (Chutes)
Placed on Small Grid
Stage 1
Deconstruction
Deconstructed with Wrench
Item received Kit (Chutes)


Chute[edit]

Description[edit]

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.

  • 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[edit]

Manufactory Materials Time Energy
Autolathe 3g Iron 5 500
Hydraulic Pipe Bender 3g Iron 5 500
Recycler 1,5g Iron 5 1000

Chute Bin[edit]

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 Chute Bin is correctly powered or not, set via the power system, return 1 if powered and 0 if not
1 Powered
Open Integer
Read Write
1 if device is open, otherwise 0
Error Boolean
Read
0

1 if device is in error state, otherwise 0
1 Error
Lock Boolean
Read Write
0 Unlocked Disable manual operation of the Chute Bin.
1 Locked
On Boolean
Read Write
0 Off The current state of the Chute Bin.
1 On
RequiredPower Integer
Read
Idle operating power quantity, does not necessarily include extra demand power
PrefabHash Integer
Read
The hash of the structure
ReferenceId Integer
Read
Unique Reference Identifier for this object
NameHash Integer
Read
Provides the hash value for the name of the object as a 32 bit integer.


Chute Outlet[edit]

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
Lock Boolean
Read Write
0 Unlocked Disable manual operation of the Chute Outlet.
1 Locked
ClearMemory Integer
Write
When set to 1, clears the counter memory (e.g. ExportCount). Will set itself back to 0 when actioned
ExportCount Integer
Read
How many items exported since last ClearMemory
ImportCount Integer
Read
How many items imported since last ClearMemory
PrefabHash Integer
Read
The hash of the structure
ReferenceId Integer
Read
Unique Reference Identifier for this object
NameHash Integer
Read
Provides the hash value for the name of the object as a 32 bit integer.


Chute Inlet[edit]

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
Lock Boolean
Read Write
0 Unlocked Disable manual operation of the Chute Inlet.
1 Locked
ClearMemory Integer
Write
When set to 1, clears the counter memory (e.g. ExportCount). Will set itself back to 0 when actioned
ImportCount Integer
Read
How many items imported since last ClearMemory
PrefabHash Integer
Read
The hash of the structure
ReferenceId Integer
Read
Unique Reference Identifier for this object
NameHash Integer
Read
Provides the hash value for the name of the object as a 32 bit integer.