Actions

Difference between revisions of "Sorter"

From Unofficial Stationeers Wiki

 
(13 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
[[Category:Machines]]
 
[[Category:Machines]]
 +
[[Category:Import/Export]]
 
{{Itembox
 
{{Itembox
 
  | name        = Kit (Sorter)
 
  | name        = Kit (Sorter)
 
  | stacks      = 10
 
  | stacks      = 10
 
  | image      = [[File:ItemKitSorter.png]]
 
  | image      = [[File:ItemKitSorter.png]]
  | createdwith = [[Fabricator]]
+
  | createdwith = [[Fabricator]] [[Autolathe MK. II]]
 
  | cost        = 10g [[Iron]], 1g [[Gold]], 5g [[Copper]]
 
  | cost        = 10g [[Iron]], 1g [[Gold]], 5g [[Copper]]
 
}}
 
}}
 
{{Structurebox
 
{{Structurebox
 
  | name            = Sorter
 
  | name            = Sorter
  | power_usage      = 100W
+
  | power_usage      = 5W
 
  | placed_with_item = [[Kit (Sorter)]]
 
  | placed_with_item = [[Kit (Sorter)]]
 
  | placed_on_grid  = Small Grid
 
  | placed_on_grid  = Small Grid
Line 20: Line 21:
 
When the Mode is set to 0 or if there is no WhiteList configured on a computer, the Sorter will act as a splitter: items will alternate their output lane each time. The Output property will switch value accordingly.
 
When the Mode is set to 0 or if there is no WhiteList configured on a computer, the Sorter will act as a splitter: items will alternate their output lane each time. The Output property will switch value accordingly.
  
When controlled by a [[computer]] with a [[Motherboard| Motherboard (Sorter)]] you can whitelist item(s) or itemgroup(s) and discard the rest out the alternate lane.
+
When controlled by a [[computer]] with a [[Motherboard| Motherboard (Sorter)]] you can whitelist item(s) or itemgroup(s) and discard the rest out the alternate lane. If you are looking at  the output side of the machine (with the power switch on your right) whitelist output is left, discarded items output is right.
  
Caution: meddling with the Output and Mode values can result in a "stuck" state, where an item is trapped inside the sorter. Setting the Mode to 1 will unjam it.
+
Changing Output or Mode via logic or IC can cause an item to get stuck in the sorter until the logic circuit or IC command the Output to either 0 or 1.  This behavior is normal. After the first output, the Output variable is set to -1. This is normal behavior and a reset circuit (using logic chips) or Output loop (using IC) will serve the purpose of using the ports properly so long as they send the Output variable after each item enters the sorter.
  
 
{{Data Network Header}}
 
{{Data Network Header}}
Line 31: Line 32:
 
! Parameter Name !! Data Type !! Description
 
! Parameter Name !! Data Type !! Description
 
|-
 
|-
| Mode || Integer || Set to 1 by default.
+
| Mode || Integer || 0 = alternate outputs, 1 = sorter motherboard, 2 = logic mode; Set to 0 by default.
 
|-
 
|-
| Lock || Boolean ||  
+
| Lock || Boolean || Disable manual control of surface buttons
 
|-
 
|-
 
| On || Boolean ||  
 
| On || Boolean ||  
 
|-
 
|-
| ClearMemory || Integer? || Writing on this Parameter will reset the ExportCount and ImportCount values to zero.
+
| ClearMemory || Boolean || Writing on this Parameter will reset the ExportCount and ImportCount values to zero.
 
|-  
 
|-  
| Output || Boolean || Set manually the output port. Allow to control the Sorter via IC instead of a computer configuration, for example.
+
| Output || Integer || If Mode = 2, set Output to 0 to send item in input slot straight through, or set to 1 to send the item to the side (defaults to -1 after action)
 
|-  
 
|-  
 
|}
 
|}
Line 48: Line 49:
 
! Output Name !! Data Type !! Description
 
! Output Name !! Data Type !! Description
 
|-
 
|-
| Power || Boolean ||
+
| Mode || Integer ||
 
|-
 
|-
| Mode || Boolean ||
+
| Lock || Boolean ||
 
|-
 
|-
| Lock || Boolean ||  
+
| ImportCount || Integer || Incremented each time an item stack enter by the Import slot
 +
|-
 +
| ExportCount || Integer || Incremented each time an item stack exit by the rejected Export Slot (as in : every time a non whitelisted item is sorted.
 +
|-
 +
| Error || Boolean ||  
 +
|-
 +
| Requiredpower || Integer || In Watts. The Sorter requires 100W of power to function
 +
|-
 +
| PrefabHash || Integer || Returns [[ItemHash]] of device
 +
|-
 +
| Power || Boolean || Device on and receiving power (true\false)
 +
|-
 +
| Output || Integer || if set to 0, the next item will exit from the right side slot (while facing the exits side of the sorter). If set to 1, the next item will exit the from the left side. (defaults to -1 after action)
 
|-
 
|-
 
| On || Boolean ||  
 
| On || Boolean ||  
 
|-
 
|-
| Requiredpower || Integer || In Watts. The Sorter requires 100W of power to function
+
|}
 +
 
 +
==== Data Slots ====
 +
These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Slots_Reader|Slots Reader]]. The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them.
 +
{| class="wikitable"
 +
|-
 +
! Number || Name !! Description
 +
|-
 +
| 0 || Import || Import slot.
 +
|-
 +
| 1 || Export (accept) || Export slot.
 +
|-
 +
| 2 || Export (reject) || Export slot.
 +
|-
 +
| 3 || Data Disk || Diskslot
 +
|}
 +
 
 +
{| class="wikitable"
 +
|-
 +
! Name !! Data Type !! Description
 +
|-
 +
| MaxQuantity || Integer || Returns maximum stacksize.
 +
|-
 +
| Damage || Integer || Item durability in percent.
 +
|-
 +
| Class || Integer || Item class ID.
 +
|-
 +
| Quantity || Integer || Size of stack.
 +
|-
 +
| PrefabHash || Integer || Returns [[ItemHash]] of item in slot.
 +
|-
 +
| Occupied || Boolean || Returns whether the slot occupied. (0 for no, 1 for yes).
 +
|-
 +
| OccupantHash || Integer || Returns [[ItemHash]] of item in slot.
 +
|-
 +
|}
 +
 
 +
==== Item Classes ====
 +
 
 +
Reading the ''class'' attribute of the input slot will give one of the following values:
 +
{| class="wikitable"
 +
|-
 +
! Id !! Type !! Notes !! Id !! Type !! Notes
 +
|-
 +
| 0 || None ||
 +
| 16 || Belt ||
 +
|-
 +
| 1 || Helmet ||
 +
| 17 || Tool ||
 +
|-
 +
| 2 || Suit ||
 +
| 18 || Appliance ||
 +
|-
 +
| 3 || Back ||
 +
| 19 || Ingot ||
 +
|-
 +
| 4 || GasFilter ||
 +
| 20 || Torpedo ||
 +
|-
 +
| 5 || GasCanister ||
 +
| 21 || Cartridge ||
 +
|-
 +
| 6 || Motherboard ||
 +
| 22 || AccessCard ||
 +
|-
 +
| 7 || Circuitboard ||
 +
| 23 || Magazine ||
 +
|-
 +
| 8 || DataDisk ||
 +
| 24 || Circuit ||
 +
|-
 +
| 9 || Organ ||
 +
| 25 || Bottle ||
 +
|-
 +
| 10 || Ore || Includes reagent mixes from recycler and ices
 +
| 26 || ProgrammableChip ||
 +
|-
 +
| 11 || Plant ||
 +
| 27 || Glasses ||
 +
|-
 +
| 12 || Uniform ||
 +
| 28 || CreditCard ||
 +
|-
 +
| 13 || Entity ||
 +
| 29 || DirtCanister ||
 +
|-
 +
| 14 || Battery ||
 +
| 30 || SensorProcessingUnit ||
 +
|-
 +
| 15 || Egg ||
 +
| 31 || LiquidCanister ||
 
|-
 
|-
| ExportCount || Integer || Incremented each time an item stack exit by the rejected Export Slot (as in : every time a non whitelisted item is sorted.
+
| || ||
 +
| 32 || LiquidBottle ||
 
|-
 
|-
| ImportCount || Integer || Incremented each time an item stack enter by the Import slot
+
| || ||
 +
| 33 || Wreckage ||
 
|-
 
|-
| Output || Boolean || if set to 0, the next item will exit from the right side slot (while facing the exits side of the sorter). If set to 1, the next item will exit the from the left side.
+
| || ||
 +
| 34 || SoundCartridge ||
 
|-
 
|-
 
|}
 
|}

Latest revision as of 13:47, 14 January 2024

Kit (Sorter)
ItemKitSorter.png
Stacks 10
Recipe
Created With Fabricator Autolathe MK. II
Cost 10g Iron, 1g Gold, 5g Copper
Sorter
Operation
Power Usage 5W
Construction
Placed with Kit (Sorter)
Placed on Small Grid
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Sorter)

Description[edit]

When the Mode is set to 0 or if there is no WhiteList configured on a computer, the Sorter will act as a splitter: items will alternate their output lane each time. The Output property will switch value accordingly.

When controlled by a computer with a Motherboard (Sorter) you can whitelist item(s) or itemgroup(s) and discard the rest out the alternate lane. If you are looking at the output side of the machine (with the power switch on your right) whitelist output is left, discarded items output is right.

Changing Output or Mode via logic or IC can cause an item to get stuck in the sorter until the logic circuit or IC command the Output to either 0 or 1. This behavior is normal. After the first output, the Output variable is set to -1. This is normal behavior and a reset circuit (using logic chips) or Output loop (using IC) will serve the purpose of using the ports properly so long as they send the Output variable after each item enters the sorter.

Data Network Properties[edit]

These are all Data Network properties of this device.

Data Parameters[edit]

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
Mode Integer 0 = alternate outputs, 1 = sorter motherboard, 2 = logic mode; Set to 0 by default.
Lock Boolean Disable manual control of surface buttons
On Boolean
ClearMemory Boolean Writing on this Parameter will reset the ExportCount and ImportCount values to zero.
Output Integer If Mode = 2, set Output to 0 to send item in input slot straight through, or set to 1 to send the item to the side (defaults to -1 after action)

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
Mode Integer
Lock Boolean
ImportCount Integer Incremented each time an item stack enter by the Import slot
ExportCount Integer Incremented each time an item stack exit by the rejected Export Slot (as in : every time a non whitelisted item is sorted.
Error Boolean
Requiredpower Integer In Watts. The Sorter requires 100W of power to function
PrefabHash Integer Returns ItemHash of device
Power Boolean Device on and receiving power (true\false)
Output Integer if set to 0, the next item will exit from the right side slot (while facing the exits side of the sorter). If set to 1, the next item will exit the from the left side. (defaults to -1 after action)
On Boolean

Data Slots[edit]

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

Number Name Description
0 Import Import slot.
1 Export (accept) Export slot.
2 Export (reject) Export slot.
3 Data Disk Diskslot
Name Data Type Description
MaxQuantity Integer Returns maximum stacksize.
Damage Integer Item durability in percent.
Class Integer Item class ID.
Quantity Integer Size of stack.
PrefabHash Integer Returns ItemHash of item in slot.
Occupied Boolean Returns whether the slot occupied. (0 for no, 1 for yes).
OccupantHash Integer Returns ItemHash of item in slot.

Item Classes[edit]

Reading the class attribute of the input slot will give one of the following values:

Id Type Notes Id Type Notes
0 None 16 Belt
1 Helmet 17 Tool
2 Suit 18 Appliance
3 Back 19 Ingot
4 GasFilter 20 Torpedo
5 GasCanister 21 Cartridge
6 Motherboard 22 AccessCard
7 Circuitboard 23 Magazine
8 DataDisk 24 Circuit
9 Organ 25 Bottle
10 Ore Includes reagent mixes from recycler and ices 26 ProgrammableChip
11 Plant 27 Glasses
12 Uniform 28 CreditCard
13 Entity 29 DirtCanister
14 Battery 30 SensorProcessingUnit
15 Egg 31 LiquidCanister
32 LiquidBottle
33 Wreckage
34 SoundCartridge