Actions

Difference between revisions of "Conveyor"

From Unofficial Stationeers Wiki

(Create Conveyor page)
 
(Add note about construction cost)
Line 13: Line 13:
 
}}
 
}}
 
== 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).
  
 
== Logic Properties ==
 
== Logic Properties ==

Revision as of 16:21, 7 April 2018

Construction Kit (Conveyor)
Stacks Yes (10)
Conveyor
Construction
Placed with {{{placed_with_item}}}
Placed on {{{placed_on_grid}}}

Description

The Conveyor is a conveyor belt, that moves items dropped on it. All five variants of the Conveyor only cost 1 Construction Kit (Conveyor).

Logic Properties

These are all logic properties of this device.

Mode Values

These lists the values and meanings for the "Mode" property of the Conveyor.

Value Meaning
0 Forward direction
1 Backward direction

Logic Parameters

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.

Logic Outputs

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.