Difference between revisions of "Conveyor"
From Unofficial Stationeers Wiki
F1r3w4rr10r (talk | contribs) (Create Conveyor page) |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Itembox | {{Itembox | ||
− | | name = | + | | name = Kit (Conveyors) |
| image = | | image = | ||
− | | createdwith = | + | | createdwith = [[Fabricator]] |
− | | cost = | + | | cost = 4g [[Iron_Ingot|Iron]], 2g [[Copper_Ingot|Copper]] |
| stacks = 10 | | stacks = 10 | ||
}} | }} | ||
{{Structurebox | {{Structurebox | ||
− | | name | + | | name = Conveyor |
− | | | + | | power_usage = 50W |
− | | | + | | placed_with_item = [[Kit (Conveyors)]] |
− | | | + | | placed_on_grid = Small Grid |
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Kit (Conveyors)]] | ||
}} | }} | ||
+ | |||
== Description == | == Description == | ||
− | The '''Conveyor''' is a conveyor belt, that moves items dropped on it. | + | The '''Conveyor''' is a conveyor belt, that moves items dropped on it. All five variants of the Conveyor only cost 1 Construction Kit (Conveyor). |
+ | Not currently avaliable in survival mode since the [[Fabricator]] was removed. | ||
+ | |||
− | == | + | == Data Network Properties == |
− | These are all | + | These are all [[:Category:Data Network|Data Network]] properties of this device. |
=== Mode Values === | === Mode Values === | ||
Line 29: | Line 34: | ||
|} | |} | ||
− | === | + | === Data Parameters === |
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. | 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" | {| class="wikitable" | ||
Line 40: | Line 45: | ||
|} | |} | ||
− | === | + | === Data 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. | 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" | {| class="wikitable" |
Latest revision as of 00:57, 19 November 2021
Properties | |
---|---|
Stacks | Yes (10) |
Recipe | |
Created With | Fabricator |
Cost | 4g Iron, 2g Copper |
Operation | |
---|---|
Power Usage | 50W |
Construction | |
Placed with | Kit (Conveyors) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Conveyors) |
Contents
Description[edit]
The Conveyor is a conveyor belt, that moves items dropped on it. All five variants of the Conveyor only cost 1 Construction Kit (Conveyor). Not currently avaliable in survival mode since the Fabricator was removed.
Data Network Properties[edit]
These are all Data Network properties of this device.
Mode Values[edit]
These lists the values and meanings for the "Mode" property of the Conveyor.
Value | Meaning |
---|---|
0 | Forward direction |
1 | Backward direction |
Data Parameters[edit]
These are all parameters, that can be written to with a Logic Writer or a Batch Writer. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.
Parameter Name | Data Type | Description |
---|---|---|
Mode | Integer | Sets the direction of the Conveyor. (See Mode Values) |
On | Boolean | Turns the Conveyor on, when set to 1. Turns it off, when set to 0. |
Data Outputs[edit]
These are all parameters, that can be read with a Logic Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
Output Name | Data Type | Description |
---|---|---|
Power | Boolean | Returns whether the Conveyor is turned on and receives power. (0 for no, 1 for yes) |
Mode | Boolean | Returns the direction of the Conveyor. (See Mode Values) |
Error | Boolean | Returns whether the Conveyor is flashing an error. |
On | Boolean | Returns whether the Conveyor is turned on. |
RequiredPower | Integer | Returns the current amount of power, required by the Conveyor, in watts. |