Weather Station
From Unofficial Stationeers Wiki
Properties | |
---|---|
Stacks | No |
Recipe | |
Created With | Electronics Printer, Fabricator |
Cost | 8g Iron, 3g Gold, 5g Copper, 3g Steel |
Operation | |
---|---|
Power Usage | 10W |
Construction | |
Placed with | Kit (Weather Station) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Weather Station) |
Contents
Description
The Weather Station waits for and warns about weather events such as Storms.
When turned on, the light on the Weather Station starts glowing green when there is no event incoming. If there is an event incoming, it lights up yellow, or red if an event is already occuring.
It will not do anything when placed indoors, but will not flash an error, instead lighting up green in all cases.
Even if not powered, the small Wind turbine on its top will be able to spin. So even without power, it can warn you. (The logic output will not work if not powered!)
Data Network Properties
These are all Data Network properties of this device.
Mode Values
These lists the values and meanings for the "Mode" property of the Weather Station.
Value | Meaning |
---|---|
0 | No Storm |
1 | Storm Incoming |
2 | Currently in Storm |
Data Parameters
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 | Does not function |
Lock | Boolean | Locks the Weather Station, when set to 1. Unlocks it, when set to 0. |
Activate | Boolean | Currently unused. |
On | Boolean | Turns the Weather Station on, when set to 1. Turns it off, when set to 0. |
Data Outputs
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 Weather Station is receiving power and is turned on. (0 for no, 1 for yes) |
Activate | Boolean | Currently unused. |
Mode | Integer | Returns the setting of the current mode of the Weather Station. (See Mode Values) |
NextWeatherEventTime | Float | Returns the time in seconds until a storm that is incoming starts, otherwise returns 0 |
Error | Boolean | Returns whether the Weather Station is currently flashing an error. (0 for no, 1 for yes, currently unused) |
Lock | Boolean | Returns whether the Weather Station is locked. (0 for no, 1 for yes) |
On | Boolean | Returns whether the Weather Station is set to on. (0 for no, 1 for yes) |
RequiredPower | Integer | Returns the current amount of power needed for the Weather Station. |