Actions

Difference between revisions of "Sorter"

From Unofficial Stationeers Wiki

m (Adding network sections, will fill it later today)
Line 18: Line 18:
 
==Description==
 
==Description==
  
When uncontrolled will alternate output lanes.
+
When the Mode is set to 0 or if there is no WhiteList configured on a computer, the Sorter will act as a spliter: itmes will alternate their output lane each time.
  
 
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.
Line 28: Line 28:
 
|-
 
|-
 
! Parameter Name !! Data Type !! Description
 
! 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? ||
 +
|-
 
|}
 
|}
  
Line 34: Line 45:
 
|-
 
|-
 
! Output Name !! Data Type !! Description
 
! 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 an non whitelisted item is sorted.
 +
|-
 +
| ImportCount || Integer || Incremented each time an item stack enter by the Import slot
 +
|-
 +
| Output || Boolean? ||
 +
|-
 
|}
 
|}

Revision as of 19:57, 19 October 2018

Kit (Sorter)
ItemKitSorter.png
Stacks 10
Recipe
Created With Fabricator
Cost 10g Iron, 1g Gold, 5g Copper
Sorter
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 spliter: itmes will alternate their output lane each time.

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.

Data Network Properties

These are all Data Network properties of this device.

Data Parameters

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 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?

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 an non whitelisted item is sorted.
ImportCount Integer Incremented each time an item stack enter by the Import slot
Output Boolean?