Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Station Battery: Difference between revisions

From Stationeers Community Wiki
m Fix broken headlines from translation cleanup
Kaedys (talk | contribs)
Updated and clarified how the drain works, based on the equations in the game files. Updated recommended network design rules, and noted battery heat generation and implications
Line 32: Line 32:


== Description ==
== Description ==
[[Kit (Battery)]] is used to create stationary battery cells, which can provide big and stable energy storage or energy buffer for your power needs. Its energy storage is 3.6MJ or 1kWh. Any battery slowly loses stored energy. Batteries at armstrong pressure(6.3 kPa) or below drain at 50W. Batteries above armstrong pressure drain at 10W at or above 0°C. Below 0°C, the power loss increases linearly to 50W at 0 K and is proportional to 1 atm of pressure, to a minimum of 10 W. If the battery is in a room, the lost energy is released into the air as heat.
[[Kit (Battery)]] is used to create stationary battery cells, which can provide big and stable energy storage or energy buffer for your power needs. Its energy storage is 3.6MJ or 1kWh.
<!--Objects.Electrical.Battery::OnAtmosphericTick() - if AtmosphericTemperature<0°C, loss = Math.max(50*(1-(AtmosphericTemperature/Temperature.0°C)*Atmosphere.RatioOneAtmosphereClamped(),10) - you can minimize station battery losses in very cold rooms by keeping them between 6.3 and 20 kPa-->
 
== Power Leakage ==
All stationary batteries slowly loses stored energy. Batteries in an environment at or below the Armstrong Limit (6.3 kPa), including a vacuum, drain at 50W regardless of temperature. Batteries above Armstrong Limit drain at between 50W and 10W, depending on pressure and temperature.  The drain factor is computed as:
 
MAX(10W, 50W * (1 - (P / 101.23) * (T / 273.15))
 
Where P is the ambient pressure in kPa, and T is the ambient temperature in Kelvin.  Any battery at least 1 atmosphere (101.23 kPa) of pressure that is at at least 0&#176;C will drain the minimum 10W, with the drain increasing as pressure and temperature drops.  Note that since the calculations use a min, rather than multiplying against the extra 40W, the total muliplier only needs to reach 0.8 rather than 1.0 to minimize drain. For example, a battery at 0&#176;C and 0.8 atmospheres (~81 kPa) of pressure will still have the minimum drain, as would a battery at 1 atmosphere of pressure and -54&#176;C.
 
Low pressure can be offset with higher temperature, and vice versa.  Note that of the two, offsetting low temperature with higher pressure is generally easier, as the temperature is in Kelvin and thus requires more significant of an absolute change for the same percentage change. For example, to offset the drain increase from the pressuring being 0.5 atmospheres (~50.615 kPa), the temperature must be at least 164&#176;C to minimize drain. By comparison, setting the pressure to 150 kPa (~1.5 atmospheres) would reduce the required temperature to as low as -125&#176;C.  Note, however, that standard [[Kit_(Wall)|walls]] can only support ~300 kPa of pressure before failing, and windows and glass doors can only support ~200 kPa.
 
The power drained this way is converted 1:1 into ambient heat in the surrounding environment, provided the surrounding environment is above the Armstrong Limit. Over time, this requires some form of cooling to avoid the environment getting too hot, unless the batteries are simply left exposed to external atmosphere.
 
On particularly hot worlds, where cooling is difficult and more involved, it may be more efficient to store batteries in a vacuum (which entirely removes the heat output, at the cost of maximizing the battery drain rate), or simply in the exterior atmosphere (which also removes the heat concern, and on hot worlds, will usually minimize battery drain even at low atmospheric pressures.  Batteries fortunately do not take damage from [[storm]]s).  On especially cold worlds, placing the batteries in a pressurized room can largely offset any losses from temperature, and thermally connecting the room to the outside (using radiators, or potentially even simply as placing an uninsulated pipe containing gas through a wall) can offset the heat output from the batteries as they drain.


== Usage ==
== Usage ==
As a battery's power throughput is only limited by the power demanded and supplied, it can take any amount of power and supply any amount of power. This means that it can exceed the ratings of even [[Cables|heavy cables]]. Due to their unlimited throughput,''' connecting a battery's output to another battery's input will act like a short circuit'''.
A battery's power throughput is only limited by the power demanded and supplied, meaning it can take any amount of power and supply any amount of power. As such, batteries can easily exceed the ratings of even [[Cables|super-heavy cables]]. Due to their unlimited throughput,''' connecting a battery's output to a battery's input (its own, or another) will act like a short circuit''', immediately burning out the cable network.


Additionally it is advised to follow these rules:
Additionally, it is advised to follow these rules:
# '''Never shortcut any battery''' - no loops!
* '''Never connect the output of one battery to the input of another battery without a [[Transformer]] in between!'''
# To build a cascade of batteries (e.g. a stationary battery near solar panels and an APC at base power input), separate networks with [[transformer|transformers]].  
* Never connect the input and output networks of a battery together.
# Prefer a tree-like (or star-like) scheme of power supply over chain (cascades). It is better to have a battery on each of separate subnets (ex. production floor and gas processing floor), even if you will not use its full potential.
* To build batteries on downstream networks, ensure [[Transformer]]s are used to limit the power transferred between the batteries.
# Always separate electrical networks with power generation (solid generators, solar panels, etc.) and power consumers. Do it with batteries and APCs. Rule of a thumb: input - generators only, output - consumers only.
** Also note that Transformers apply a 10W drain to their input network in addition to the maximum draw they are set to, so the transformer may need to be set slightly lower than its maximum to avoid burning out the network. For example, two Large Transformers in parallel set to 50 kW will apply a maximum draw on their input of 100.02 kW, which '''will''' burn out the input network if it is heavy [[cable]].
# Never connect a solid fuel generator to a battery using standard cables - only use heavy cables. A battery will make a generator produce full power - 20 000 W which is 4 times greater of that standard wire can pass through.
* Rather than chaining battery-containing networks one after another, a safer configuration is using a branching setup, where all downstream networks draw in parallel from the output of all of the batteries. Placing transformers between the batteries and the downstream networks can also help prevent circuit overload.
# When making major changes of a power network (especially a very spread one), always take out batteries from APCs or just cut the cables connecting the batteries with that network (input and output) - it can save a lot of cables from burning.
* Always separate electrical networks with power generation (solid generators, solar panels, etc.) from networks with power consumers. A common layout has all generators on the input network for the batteries, and all consumers, possibly in separate downstream networks, attached to the output from the batteries. No generators should be attached to the battery output, and no consumers (except for possibly some logic devices) should be present on the battery input network.
* Never connect a fueled generator ([[Solid Fuel Generator|Solid]], [[Gas Fuel Generator|Gas]], [[Stirling Engine|Stirling]], or otherwise) or a [[Wind Turbine]] to a battery using standard cables - only use heavy or super-heavy cables. A battery will consume as much power as the generator can produce, and all fueled generators (except the [[Portable Generator]]) can generate more than 5 kW of power.  Wind Turbines naturally generate much lower power than a standard cable can support, but during [[storm]]s, this output can increase far beyond the capacity of a standard cable.
* When making major changes to a power network (especially a very sprawling one), it is recommended to de-power the network by turning off batteries, transformers, and APCs (or simply cut the associated cables) to avoid accidental network interconnects and the resulting cable burnouts.


{{Data Network Header}}
{{Data Network Header}}

Revision as of 16:58, 12 June 2026

Kit (Battery)
Recipe
Created With Electronics Printer
Cost 20g Gold, 20g Copper, 20g Steel
Station Battery
Operation
Construction
Placed with Kit (Battery)
Placed on Small Grid
Stage 1
Next Stage Construction
Constructed with tool Welding Torch
Constructed with item 2 x Steel Sheets
Deconstruction
Deconstructed with Wrench
Item received Kit (Battery)
Stage 2
Next Stage Construction
Constructed with tool Screwdriver
Deconstruction
Deconstructed with Angle Grinder
Item received 2 x Steel Sheets
Stage 3
Deconstruction
Deconstructed with Hand Drill


Overall Station Battery Cost/Requirements
Recipe
Created With Electronics Printer, Autolathe
Cost 20g Gold, 20g Copper, 20g Steel, 4g Iron Ingot


Description

Kit (Battery) is used to create stationary battery cells, which can provide big and stable energy storage or energy buffer for your power needs. Its energy storage is 3.6MJ or 1kWh.

Power Leakage

All stationary batteries slowly loses stored energy. Batteries in an environment at or below the Armstrong Limit (6.3 kPa), including a vacuum, drain at 50W regardless of temperature. Batteries above Armstrong Limit drain at between 50W and 10W, depending on pressure and temperature. The drain factor is computed as:

MAX(10W, 50W * (1 - (P / 101.23) * (T / 273.15))

Where P is the ambient pressure in kPa, and T is the ambient temperature in Kelvin. Any battery at least 1 atmosphere (101.23 kPa) of pressure that is at at least 0°C will drain the minimum 10W, with the drain increasing as pressure and temperature drops. Note that since the calculations use a min, rather than multiplying against the extra 40W, the total muliplier only needs to reach 0.8 rather than 1.0 to minimize drain. For example, a battery at 0°C and 0.8 atmospheres (~81 kPa) of pressure will still have the minimum drain, as would a battery at 1 atmosphere of pressure and -54°C.

Low pressure can be offset with higher temperature, and vice versa. Note that of the two, offsetting low temperature with higher pressure is generally easier, as the temperature is in Kelvin and thus requires more significant of an absolute change for the same percentage change. For example, to offset the drain increase from the pressuring being 0.5 atmospheres (~50.615 kPa), the temperature must be at least 164°C to minimize drain. By comparison, setting the pressure to 150 kPa (~1.5 atmospheres) would reduce the required temperature to as low as -125°C. Note, however, that standard walls can only support ~300 kPa of pressure before failing, and windows and glass doors can only support ~200 kPa.

The power drained this way is converted 1:1 into ambient heat in the surrounding environment, provided the surrounding environment is above the Armstrong Limit. Over time, this requires some form of cooling to avoid the environment getting too hot, unless the batteries are simply left exposed to external atmosphere.

On particularly hot worlds, where cooling is difficult and more involved, it may be more efficient to store batteries in a vacuum (which entirely removes the heat output, at the cost of maximizing the battery drain rate), or simply in the exterior atmosphere (which also removes the heat concern, and on hot worlds, will usually minimize battery drain even at low atmospheric pressures. Batteries fortunately do not take damage from storms). On especially cold worlds, placing the batteries in a pressurized room can largely offset any losses from temperature, and thermally connecting the room to the outside (using radiators, or potentially even simply as placing an uninsulated pipe containing gas through a wall) can offset the heat output from the batteries as they drain.

Usage

A battery's power throughput is only limited by the power demanded and supplied, meaning it can take any amount of power and supply any amount of power. As such, batteries can easily exceed the ratings of even super-heavy cables. Due to their unlimited throughput, connecting a battery's output to a battery's input (its own, or another) will act like a short circuit, immediately burning out the cable network.

Additionally, it is advised to follow these rules:

  • Never connect the output of one battery to the input of another battery without a Transformer in between!
  • Never connect the input and output networks of a battery together.
  • To build batteries on downstream networks, ensure Transformers are used to limit the power transferred between the batteries.
    • Also note that Transformers apply a 10W drain to their input network in addition to the maximum draw they are set to, so the transformer may need to be set slightly lower than its maximum to avoid burning out the network. For example, two Large Transformers in parallel set to 50 kW will apply a maximum draw on their input of 100.02 kW, which will burn out the input network if it is heavy cable.
  • Rather than chaining battery-containing networks one after another, a safer configuration is using a branching setup, where all downstream networks draw in parallel from the output of all of the batteries. Placing transformers between the batteries and the downstream networks can also help prevent circuit overload.
  • Always separate electrical networks with power generation (solid generators, solar panels, etc.) from networks with power consumers. A common layout has all generators on the input network for the batteries, and all consumers, possibly in separate downstream networks, attached to the output from the batteries. No generators should be attached to the battery output, and no consumers (except for possibly some logic devices) should be present on the battery input network.
  • Never connect a fueled generator (Solid, Gas, Stirling, or otherwise) or a Wind Turbine to a battery using standard cables - only use heavy or super-heavy cables. A battery will consume as much power as the generator can produce, and all fueled generators (except the Portable Generator) can generate more than 5 kW of power. Wind Turbines naturally generate much lower power than a standard cable can support, but during storms, this output can increase far beyond the capacity of a standard cable.
  • When making major changes to a power network (especially a very sprawling one), it is recommended to de-power the network by turning off batteries, transformers, and APCs (or simply cut the associated cables) to avoid accidental network interconnects and the resulting cable burnouts.

Data Network Properties

These are all Data Network properties of this device.

Mode Values

This shows the values of the "Mode" property, mapped to what the display will show.

Value Display
0 no blocks
1 1 block, red, blinking
2 1 block, red
3 2 blocks, orange
4 3 blocks, yellow
5 4 blocks, green
6 5 blocks, blue

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 Expects values 0-6. Setting this, will let the charge display of the Battery show the according charge value for about a second. Afterwards it will switch back to showing the actual charge value. This influences the "Mode" output as well. (See Mode Values.)
Lock Boolean Locks the Battery, when set to 1. Unlocks it, when set to 0.
On Boolean Turns the Battery 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
Mode Integer Returns the current charge display value as a value in the range 0-6. (See Mode Values.)
Error Boolean Returns whether the Battery is flashing an error. (0 for no, 1 for yes)
Lock Boolean Returns whether the Battery is locked. (0 for no, 1 for yes)
Charge Integer Returns the current charge of the Battery in watt*tic.
Maximum Integer Returns the maximum charge of the Battery in watt*tic.
Ratio Float Returns a range from 0.0 to 1.0. Returns the current charge percentage of the battery.
PowerPotential Integer Returns the current power potential at the input of the Battery in watts.
PowerActual Integer Returns the amount of power, currently being output by the Battery in watts.
On Boolean Returns whether the Battery is currently on. (0 for no, 1 for yes)

Bugs

  • The Data Network properties are accessible from all cable connectors.

See Also