Difference between revisions of "Elevator"
From Unofficial Stationeers Wiki
m |
m |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 8: | Line 8: | ||
}} | }} | ||
− | + | = 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.<br> | |
− | Logic and enumeration | + | Logic and enumeration are automatically applied, and the elevator car is created when building a level.<br> |
− | + | <br>All levels and shafts must face the same direction, so that their spines align.. | |
+ | <br>Warning: All elevator-placements need to be connected. Otherwise it seems like one elevator but in reality you build several stacked and won't be able to travel from level to level. | ||
− | + | <hr> | |
+ | = Elevator Shaft = | ||
{{Structurebox | {{Structurebox | ||
− | | name | + | | name = Elevator Shaft |
− | | image | + | | image = [[File:Elevator Shaft front.png]] |
− | | | + | | power_usage = 5W |
− | | | + | | placed_with_item = [[Kit (Elevator)]] |
− | | | + | | placed_on_grid = Large Grid |
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Kit (Elevator)]] | ||
}} | }} | ||
− | + | The shaft section to build on floors it should not open like floor frames etc.<br> | |
− | + | Currently does not require power. | |
− | + | {{Data Network Header}} | |
− | + | ||
+ | {{Data Parameters}} | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 36: | Line 41: | ||
| On || Boolean || Turns the device on, when set >= 1. Turns it off, when set to <1. | | On || Boolean || Turns the device on, when set >= 1. Turns it off, when set to <1. | ||
|- | |- | ||
− | | | + | | ElevatorSpeed || Integer || Sets the desired speed of the elevator. (0.5 - 20) |
+ | |- | ||
+ | | ElevatorLevel || Integer || When written to, makes the carriage go to that level. | ||
|} | |} | ||
− | + | {{Data Outputs}} | |
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 51: | Line 57: | ||
| RequiredPower || Integer || Returns the current amount of power, required by the device, in watts. | | RequiredPower || Integer || Returns the current amount of power, required by the device, in watts. | ||
|- | |- | ||
− | | | + | | ElevatorSpeed || Integer || Returns the current speed setting. (0.5 - 20) |
|- | |- | ||
− | | | + | | ElevatorLevel || Integer || Returns current level carriage is on |
|} | |} | ||
− | + | <hr> | |
− | + | = Elevator Level = | |
{{Structurebox | {{Structurebox | ||
− | | name | + | | name = Elevator Level |
− | | image | + | | image = [[File:Elevator Level front.png]] |
− | | | + | | power_usage = 5W |
− | | | + | | placed_with_item = [[Kit (Elevator)]] |
− | | | + | | placed_on_grid = Large Grid |
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Kit (Elevator)]] | ||
}} | }} | ||
+ | The elevator level provides an entrance/exit stop for the elevator car.<br> | ||
+ | Requires power to open the door automatically and use the call button | ||
− | + | {{Data Network Header}} | |
− | |||
− | + | {{Data Parameters}} | |
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 81: | Line 89: | ||
| On || Boolean || Turns the device on, when set >= 1. Turns it off, when set to <1. | | On || Boolean || Turns the device on, when set >= 1. Turns it off, when set to <1. | ||
|- | |- | ||
− | | Elevatorlevel || Integer || | + | | ElevatorSpeed || Integer || Sets the desired speed of the elevator. (0.5 - 20) |
+ | |- | ||
+ | | Elevatorlevel || Integer || When written to, makes the carriage go to that level. | ||
|} | |} | ||
− | + | ||
− | + | {{Data Outputs}} | |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 102: | Line 112: | ||
| RequiredPower || Integer || Returns the current amount of power, required by the Glass Door, in watts. | | RequiredPower || Integer || Returns the current amount of power, required by the Glass Door, in watts. | ||
|- | |- | ||
− | | | + | | ElevatorSpeed || Integer || Returns the current speed setting. (0.5 - 20) |
|- | |- | ||
− | | | + | | ElevatorLevel || Integer || Returns current level carriage is on |
|} | |} |
Latest revision as of 18:37, 15 June 2022
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[edit]
The elevator allows easy travel to other floors.
Use[edit]
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..
Warning: All elevator-placements need to be connected. Otherwise it seems like one elevator but in reality you build several stacked and won't be able to travel from level to level.
Elevator Shaft[edit]
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[edit]
These are all Data Network properties of this device.
Data Parameters[edit]
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
Parameter Name | Data Type | Description |
---|---|---|
On | Boolean | Turns the device on, when set >= 1. Turns it off, when set to <1. |
ElevatorSpeed | Integer | Sets the desired speed of the elevator. (0.5 - 20) |
ElevatorLevel | Integer | When written to, makes the carriage go to that level. |
Data Outputs[edit]
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 | 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 the current speed setting. (0.5 - 20) |
ElevatorLevel | Integer | Returns current level carriage is on |
Elevator Level[edit]
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 elevator level provides an entrance/exit stop for the elevator car.
Requires power to open the door automatically and use the call button
Data Network Properties[edit]
These are all Data Network properties of this device.
Data Parameters[edit]
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
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. |
ElevatorSpeed | Integer | Sets the desired speed of the elevator. (0.5 - 20) |
Elevatorlevel | Integer | When written to, makes the carriage go to that level. |
Data Outputs[edit]
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 | 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 the current speed setting. (0.5 - 20) |
ElevatorLevel | Integer | Returns current level carriage is on |