Actions

Weather Station

From Unofficial Stationeers Wiki

Revision as of 22:33, 12 March 2021 by FatalErrorCoded (talk | contribs) (Created page with "<languages/> <translate> <!--T:1--> {{Itembox | name = Kit (Weather Station) | createdwith = Electronics Printer, Fabricator | cost = 8g Iron, 3g...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Kit (Weather Station)
Stacks 1
Recipe
Created With Electronics Printer, Fabricator
Cost 8g Iron, 3g Gold, 5g Copper, 3g Steel
Weather Station
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)

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.

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 to with a Logic Writer, Batch Writer, or Integrated Circuit (IC10). The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.

Parameter Name Data Type Description
Mode Integer Does not function (non-writable)
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.