Difference between revisions of "Sorter"
From Unofficial Stationeers Wiki
(typos) |
(and more typos) |
||
Line 22: | Line 22: | ||
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. | ||
− | Caution: meddling with the Output and Mode values can result in a "stuck" state, where an item is trapped | + | 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. |
{{Data Network Header}} | {{Data Network Header}} | ||
Line 39: | Line 39: | ||
| ClearMemory || Integer? || Writing on this Parameter will reset the ExportCount and ImportCount values to zero. | | ClearMemory || Integer? || Writing on this Parameter will reset the ExportCount and ImportCount values to zero. | ||
|- | |- | ||
− | | Output || Boolean || Set manually the output port. Allwo to control the Sorter via | + | | Output || Boolean || Set manually the output port. Allwo to control the Sorter via IC instead of a computer configuration, for exemple. |
|- | |- | ||
|} | |} | ||
Line 58: | Line 58: | ||
| Requiredpower || Integer || In Watts. The Pressure Regulator require 5W of power to function | | Requiredpower || Integer || In Watts. The Pressure Regulator require 5W of power to function | ||
|- | |- | ||
− | | ExportCount || Integer || Incremented each time an item stack exit by the rejected Export Slot (as in : every time | + | | ExportCount || Integer || Incremented each time an item stack exit by the rejected Export Slot (as in : every time a non whitelisted item is sorted. |
|- | |- | ||
| ImportCount || Integer || Incremented each time an item stack enter by the Import slot | | ImportCount || Integer || Incremented each time an item stack enter by the Import slot |
Revision as of 19:12, 19 October 2018
Properties | |
---|---|
Stacks | Yes (10) |
Recipe | |
Created With | Fabricator |
Cost | 10g Iron, 1g Gold, 5g Copper |
Operation | |
---|---|
Power Usage | 100W |
Construction | |
Placed with | Kit (Sorter) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Sorter) |
Description
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.
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.
Data Network Properties
These are all Data Network properties of this device.
Data Parameters
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
Parameter Name | Data Type | Description |
---|---|---|
Mode | Integer | Set to 1 by default. |
Lock | Boolean | |
On | Boolean | |
ClearMemory | Integer? | Writing on this Parameter will reset the ExportCount and ImportCount values to zero. |
Output | Boolean | Set manually the output port. Allwo to control the Sorter via IC instead of a computer configuration, for exemple. |
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 | |
Mode | Boolean | |
Lock | Boolean | |
On | Boolean | |
Requiredpower | Integer | In Watts. The Pressure Regulator require 5W of power to function |
ExportCount | Integer | Incremented each time an item stack exit by the rejected Export Slot (as in : every time a non whitelisted item is sorted. |
ImportCount | Integer | Incremented each time an item stack enter by the Import slot |
Output | Boolean | if set to 0, the next item will exit from the left side slot (while facing the exits side of the sorter). If set to 1, the next item will exit the from the right side. |