Actions

Difference between revisions of "Stacker"

From Unofficial Stationeers Wiki

(Typo)
(Separating the variants in two sections, linke in the Sensors page. Adding network properties for both)
Line 6: Line 6:
 
| cost        = 10g [[Ingot_(Iron)|Iron]], 2g [[Ingot_(Copper)|Copper]]
 
| cost        = 10g [[Ingot_(Iron)|Iron]], 2g [[Ingot_(Copper)|Copper]]
 
}}
 
}}
 +
 +
=Description=
 +
The kit has 3 variations : 2 are the Stacker, with the power/data port on one side or the other. The last variant is the Unloader
 +
 +
=Stacker=
 +
 
{{Structurebox
 
{{Structurebox
 
  | name            = Stacker
 
  | name            = Stacker
Line 15: Line 21:
 
}}
 
}}
  
==Description==
 
 
Used to stack items in a chosen quantity. The stacker holds back the input until the configured quantity can be stacked _or_ until the input item type changes. If the input is bigger than the chosen quantity, the stacker (despite it's name) splits it.
 
Used to stack items in a chosen quantity. The stacker holds back the input until the configured quantity can be stacked _or_ until the input item type changes. If the input is bigger than the chosen quantity, the stacker (despite it's name) splits it.
  
The unloader version of the stacker is also able to empty the content of a belt/container. It will output everything that is inside belt/container, followed by belt/container itself.
+
{{Data Network Header}}
 +
 
 +
{{Data Parameters}}
 +
{| class="wikitable"
 +
|-
 +
! Parameter Name !! Data Type !! Description
 +
|-
 +
| Mode || Integer ||
 +
|-
 +
| Activate || Boolean || If set to 1, the Stacker will clear its content via its Export Slot
 +
|-
 +
| Lock || Boolean ||
 +
|-
 +
| Setting || Integer || Default is 1.
 +
|-
 +
| On || Boolean ||
 +
|-
 +
| ClearMemory || Integer? || Writing on this Parameter will reset the ExportCount and ImportCount values to zero.
 +
|-
 +
| Output || Integer || value of 0 by default. SInce there is only one export slot, this param do nothing.
 +
|}
 +
 
 +
{{Data Outputs}}
 +
{| class="wikitable"
 +
|-
 +
! Output Name !! Data Type !! Description
 +
|-
 +
| Power || Boolean ||
 +
|-
 +
| Mode || Boolean ||
 +
|-
 +
| Error || Boolean ||
 +
|-
 +
| Activate || Boolean || 1 if empty, 0 if something is inside the sorter. When set to 0 The player can use the lever to clear the Sorter
 +
|-
 +
| Lock || Boolean ||
 +
|-
 +
| Setting || Integer || Default is 1.
 +
|-
 +
|- On || Boolean ||
 +
|-
 +
| RequiredPower || Integer || In watts. The Stacker require 5W to operate.
 +
|-
 +
| ExportCount || Integer || Incremented each time an item stack exit by the Export Slot
 +
|-
 +
| ImportCount || Integer || Incremented each time an item stack enter by the Import slot
 +
|-
 +
| Output || Integer || value of 0 by default. SInce there is only one export slot, this param do nothing.
 +
|-
 +
|}
  
 
==Notes==
 
==Notes==
Line 24: Line 78:
 
*Ingots can be stacked up to 500.
 
*Ingots can be stacked up to 500.
 
*Ore will not stack over 50.
 
*Ore will not stack over 50.
 +
 +
=Unloader=
 +
 +
{{Structurebox
 +
| name            = Unloader
 +
| power_usage      = 50W
 +
| placed_with_item = [[Kit (Stacker)]]
 +
| placed_on_grid  = Small Grid
 +
| decon_with_tool1 = [[Hand Drill]]
 +
| item_rec1        = [[Kit (Stacker)]]
 +
}}
 +
 +
The unloader variant will empty the content of a belt/container. It will output everything that is inside, followed by belt/container itself.
 +
{{Data Network Header}}
 +
 +
{{Data Parameters}}
 +
{| class="wikitable"
 +
|-
 +
! Parameter Name !! Data Type !! Description
 +
|-
 +
| Mode || Integer ||
 +
|-
 +
| Lock || Boolean ||
 +
|-
 +
| On || Boolean ||
 +
|-
 +
| ClearMemory || Integer? || Writing on this Parameter will reset the ExportCount and ImportCount values to zero.
 +
|-
 +
| Output || Integer || value of 0 by default. SInce there is only one export slot, this param do nothing.
 +
|}
 +
 +
{{Data Outputs}}
 +
{| class="wikitable"
 +
|-
 +
! Output Name !! Data Type !! Description
 +
|-
 +
| Power || Boolean ||
 +
|-
 +
| Mode || Boolean ||
 +
|-
 +
| Error || Boolean ||
 +
|-
 +
| Lock || Boolean ||
 +
|-
 +
| On || Boolean ||
 +
|-
 +
| RequiredPower || Integer || In watts. The Unloader require 50W to operate.
 +
|-
 +
| ExportCount || Integer || Incremented each time an item stack exit by the Export Slot
 +
|-
 +
| ImportCount || Integer || Incremented each time an item stack enter by the Import slot
 +
|-
 +
| Output || Integer || value of 0 by default. SInce there is only one export slot, this param do nothing.
 +
|-
 +
|}

Revision as of 14:34, 21 October 2018

Kit (Stacker)
ItemKitStacker.png
Recipe
Created With Autolathe, Fabricator
Cost 10g Iron, 2g Copper


Description

The kit has 3 variations : 2 are the Stacker, with the power/data port on one side or the other. The last variant is the Unloader

Stacker

Stacker
Operation
Power Usage 5W
Construction
Placed with Kit (Stacker)
Placed on Small Grid
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Stacker)

Used to stack items in a chosen quantity. The stacker holds back the input until the configured quantity can be stacked _or_ until the input item type changes. If the input is bigger than the chosen quantity, the stacker (despite it's name) splits it.

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
Activate Boolean If set to 1, the Stacker will clear its content via its Export Slot
Lock Boolean
Setting Integer Default is 1.
On Boolean
ClearMemory Integer? Writing on this Parameter will reset the ExportCount and ImportCount values to zero.
Output Integer value of 0 by default. SInce there is only one export slot, this param do nothing.

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
Error Boolean
Activate Boolean 1 if empty, 0 if something is inside the sorter. When set to 0 The player can use the lever to clear the Sorter
Lock Boolean
Setting Integer Default is 1.
RequiredPower Integer In watts. The Stacker require 5W to operate.
ExportCount Integer Incremented each time an item stack exit by the Export Slot
ImportCount Integer Incremented each time an item stack enter by the Import slot
Output Integer value of 0 by default. SInce there is only one export slot, this param do nothing.

Notes

The stacker can only stack things up to the stacking limit of the given item:

  • Ingots can be stacked up to 500.
  • Ore will not stack over 50.

Unloader

Unloader
Operation
Power Usage 50W
Construction
Placed with Kit (Stacker)
Placed on Small Grid
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Stacker)

The unloader variant will empty the content of a belt/container. It will output everything that is inside, followed by belt/container itself.

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
Lock Boolean
On Boolean
ClearMemory Integer? Writing on this Parameter will reset the ExportCount and ImportCount values to zero.
Output Integer value of 0 by default. SInce there is only one export slot, this param do nothing.

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
Error Boolean
Lock Boolean
On Boolean
RequiredPower Integer In watts. The Unloader require 50W to operate.
ExportCount Integer Incremented each time an item stack exit by the Export Slot
ImportCount Integer Incremented each time an item stack enter by the Import slot
Output Integer value of 0 by default. SInce there is only one export slot, this param do nothing.