Elevator
From Unofficial Stationeers Wiki
Revision as of 12:46, 8 July 2018 by Writebetterdammit (talk | contribs) (→Description: Fixing bad writing)
Constructing Options | Elevator Shaft, Elevator Level |
---|---|
Properties | |
Stacks | Yes (5) |
Recipe | |
Created With | Electronics Printer, Fabricator |
Cost | 2g Copper, 4g Gold, 2g Steel, 2g Solder |
Contents
Description
The elevator allows easy travel to other floors.
Use
Elevators allow easy access to other floors. They operate using two placement types: elevator level for floors where the elevator stops, and elevator shaft for those where they don't.
Logic and enumeration are automatically applied, and the elevator car is created when building a level.
All levels and shafts must face the same direction, so that their spines align..
Elevator Shaft
Operation | |
---|---|
Power Usage | 5W |
Construction | |
Placed with | Kit (Elevator) |
Placed on | Large Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Elevator) |
The shaft section to build on floors it should not open like floor frames etc.
Currently does not require power.
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 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 |
---|---|---|
On | Boolean | Turns the device on, when set >= 1. Turns it off, when set to <1. |
Elevatorlevel | Integer | Returns current level carriage is on |
Data 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 device is turned on and receives power. (0 for no, 1 for yes) |
On | Boolean | Returns whether the device is turned on. (0 for no, 1 for yes) |
RequiredPower | Integer | Returns the current amount of power, required by the device, in watts. |
Elevatorspeed | Integer | Returns 1 going up, 0 standing still and -1 going down |
Elevatorlevel | Integer | Returns current level carriage is on |
Elevator Level
Operation | |
---|---|
Power Usage | 5W |
Construction | |
Placed with | Kit (Elevator) |
Placed on | Large Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Elevator) |
The entry section to build on floors it should open.
Requires power to open the door automatically and use the call button
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 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 |
---|---|---|
Open | Boolean | Opens the device , when set >= 1. Closes it, when set to < 1. |
Lock | Boolean | Locks the device , when set >= 1. Unlocks it, when set to <1. |
On | Boolean | Turns the device on, when set >= 1. Turns it off, when set to <1. |
Elevatorlevel | Integer | Write the level you want the carriage to go to |
Data 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 device is turned on and receives power. (0 for no, 1 for yes) |
Open | Boolean | Returns whether the device is open. (0 for no, 1 for yes) |
Error | Boolean | Returns whether the device is flashing an error. (0 for no, 1 for yes) |
Lock | Boolean | Returns whether the device is locked. (0 for no, 1 for yes) |
On | Boolean | Returns whether the device is turned on. (0 for no, 1 for yes) |
RequiredPower | Integer | Returns the current amount of power, required by the Glass Door, in watts. |
Elevatorspeed | Integer | Returns 1 going up, 0 standing still and -1 going down |
Elevatorlevel | Integer | Returns current level carriage is on |