Difference between revisions of "Control Chair"
From Unofficial Stationeers Wiki
m (Added picture) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Data Network]] | [[Category:Data Network]] | ||
{{Structurebox | {{Structurebox | ||
− | | name = | + | | name = Control Chair |
− | | image = [[File: | + | | image = [[File:ControlChair.png]] |
+ | | power_usage = 250W | ||
| placed_with_item = [[Kit (Furniture)]] | | placed_with_item = [[Kit (Furniture)]] | ||
| placed_on_grid = Small Grid | | placed_on_grid = Small Grid | ||
Line 8: | Line 9: | ||
| item_rec1 = [[Kit (Furniture)]] | | item_rec1 = [[Kit (Furniture)]] | ||
}} | }} | ||
− | The ''' | + | The '''Control Chair''' is a piece of furniture, which is constructed with the [[Kit (Furniture)]]. |
− | == | + | |
− | + | {{Data Network Header}} | |
− | + | ||
− | + | {{Data Parameters}} | |
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Parameter Name !! Data Type !! Description | ||
+ | |- | ||
+ | | Mode || Integer || (Unknown) Accepts a range from 0 to 2. Affects the Mode output. | ||
+ | |- | ||
+ | | Setting || Float || (Unknown) Accepts a range from 0.0 to 100.0. Affects the Setting output. | ||
+ | |- | ||
+ | | On || Boolean || (Unknown) Supposedly turns the Control Chair on, when set to 1. Turns it off, when set to 0. Affects the On output. | ||
+ | |} | ||
+ | |||
+ | {{Data Outputs}} | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Output Name !! Data Type !! Description | ||
+ | |- | ||
+ | | Power || Boolean || Returns whether the Control Chair is turned on and receives power. (0 for no, 1 for yes) | ||
+ | |- | ||
+ | | Mode || Integer || (Unknown) Returns a range from 0 to 2. Is affected by the Mode parameter. | ||
+ | |- | ||
+ | | Error || Boolean || Returns whether the Control Chair is flashing an error. | ||
+ | |- | ||
+ | | Setting || Float || (Unknown) Returns a range from 0.0 to 100.0. Is affected by the Setting parameter. | ||
+ | |- | ||
+ | | Maximum || Integer || (Unknown) Returns 100. | ||
+ | |- | ||
+ | | Ratio || Float || Returns a range from 0.0 to 1.0. Returns the ratio of the set Setting to the Maximum. | ||
+ | |- | ||
+ | | On || Boolean || Returns whether the Control Chair is turned on. (0 for no, 1 for yes) | ||
+ | |- | ||
+ | | RequiredPower || Returns the power, currently needed by the Control Chair, in watts. | ||
+ | |} |
Latest revision as of 20:06, 4 January 2021
Operation | |
---|---|
Power Usage | 250W |
Construction | |
Placed with | Kit (Furniture) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Furniture) |
The Control Chair is a piece of furniture, which is constructed with the Kit (Furniture).
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 |
---|---|---|
Mode | Integer | (Unknown) Accepts a range from 0 to 2. Affects the Mode output. |
Setting | Float | (Unknown) Accepts a range from 0.0 to 100.0. Affects the Setting output. |
On | Boolean | (Unknown) Supposedly turns the Control Chair on, when set to 1. Turns it off, when set to 0. Affects the On output. |
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 Control Chair is turned on and receives power. (0 for no, 1 for yes) |
Mode | Integer | (Unknown) Returns a range from 0 to 2. Is affected by the Mode parameter. |
Error | Boolean | Returns whether the Control Chair is flashing an error. |
Setting | Float | (Unknown) Returns a range from 0.0 to 100.0. Is affected by the Setting parameter. |
Maximum | Integer | (Unknown) Returns 100. |
Ratio | Float | Returns a range from 0.0 to 1.0. Returns the ratio of the set Setting to the Maximum. |
On | Boolean | Returns whether the Control Chair is turned on. (0 for no, 1 for yes) |
RequiredPower | Returns the power, currently needed by the Control Chair, in watts. |