Difference between revisions of "Elevator"
From Unofficial Stationeers Wiki
m |
|||
Line 8: | Line 8: | ||
}} | }} | ||
− | + | = Description = | |
Ease of use item go go vertically through your base without stairs. Easy to get to your penthouse or engineering basement. | Ease of use item go go vertically through your base without stairs. Easy to get to your penthouse or engineering basement. | ||
− | + | = Use = | |
Place down and select which one you want a Elevator shaft to pass through floors, or a level to give an entrance.<br> | Place down and select which one you want a Elevator shaft to pass through floors, or a level to give an entrance.<br> | ||
Logic and enumeration is automatically applied, and the elevator carriage is created when building a level.<br> | Logic and enumeration is automatically applied, and the elevator carriage is created when building a level.<br> | ||
Line 17: | Line 17: | ||
<br>They will need to all face the same way, so the spine aligns. | <br>They will need to all face the same way, so the spine aligns. | ||
− | + | == Elevator Shaft == | |
{{Structurebox | {{Structurebox | ||
| name = Elevator Shaft | | name = Elevator Shaft | ||
Line 28: | Line 28: | ||
Currently does not require power. | Currently does not require power. | ||
− | == Data Network Properties == | + | === Data Network Properties === |
+ | <div class="toccolours mw-collapsible mw-collapsed"> | ||
These are all [[:Category:Data Network|Data Network]] properties of this device. | These are all [[:Category:Data Network|Data Network]] properties of this device. | ||
+ | <div class="mw-collapsible-content"> | ||
− | === Data Parameters === | + | ==== 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 42: | Line 44: | ||
|} | |} | ||
− | === Data Outputs === | + | ==== 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" | ||
Line 58: | Line 60: | ||
| Elevatorlevel || Integer || Returns current level carriage is on | | Elevatorlevel || Integer || Returns current level carriage is on | ||
|} | |} | ||
+ | </div> | ||
+ | </div> | ||
− | + | == Elevator Level == | |
− | |||
{{Structurebox | {{Structurebox | ||
| name = Elevator Level | | name = Elevator Level | ||
Line 71: | Line 74: | ||
Requires power to open the door automatically and use the call button | Requires power to open the door automatically and use the call button | ||
− | == Data Network Properties == | + | === Data Network Properties === |
+ | <div class="toccolours mw-collapsible mw-collapsed"> | ||
These are all [[:Category:Data Network|Data Network]] properties of this device. | These are all [[:Category:Data Network|Data Network]] properties of this device. | ||
+ | <div class="mw-collapsible-content"> | ||
− | === Data Parameters === | + | ==== 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 89: | Line 94: | ||
|} | |} | ||
− | === Data Outputs === | + | ==== 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" | ||
Line 111: | Line 116: | ||
| Elevatorlevel || Integer || Returns current level carriage is on | | Elevatorlevel || Integer || Returns current level carriage is on | ||
|} | |} | ||
+ | </div> | ||
+ | </div> |
Revision as of 08:50, 25 June 2018
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
Ease of use item go go vertically through your base without stairs. Easy to get to your penthouse or engineering basement.
Use
Place down and select which one you want a Elevator shaft to pass through floors, or a level to give an entrance.
Logic and enumeration is automatically applied, and the elevator carriage is created when building a level.
Just as easy as walk in and press the button for up and down.
They will need to all face the same way, so the spine aligns.
Elevator Shaft
Construction | |
---|---|
Placed with | {{{placed_with_item}}} |
Placed on | {{{placed_on_grid}}} |
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
Construction | |
---|---|
Placed with | {{{placed_with_item}}} |
Placed on | {{{placed_on_grid}}} |
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 |