Actions

Difference between revisions of "Battery Charger"

From Unofficial Stationeers Wiki

(Marked this version for translation)
(MyLanguage updoot)
(22 intermediate revisions by 12 users not shown)
Line 2: Line 2:
 
<languages />
 
<languages />
 
<translate>
 
<translate>
 +
{{Itembox
 +
| name        = Battery Cell Charger
 +
| stacks      = 5
 +
| createdwith = [[Special:MyLanguage/Fabricator|Fabricator]]
 +
| image      = [[File:ItemBatteryCharger.png]]
 +
| cost        = 10g [[Special:MyLanguage/Iron_Ingot|Iron]], 5g [[Special:MyLanguage/Gold_Ingot|Gold]], 5g [[Special:MyLanguage/Copper_Ingot|Copper]]
 +
}}
 
{{Structurebox
 
{{Structurebox
  | name = Battery Charger
+
  | name             = Battery Cell Charger
  | image = [[File:ItemBatteryCharger.png]]
+
  | image           = [[File:Battery_charger.jpg]]
  | placement = Small Grid
+
  | power_usage      = 10W standby power + 500W per battery
| powerusage = 10W standby power + 500W per battery
+
| placed_with_item = [[Special:MyLanguage/Battery_Cell_Charger_(Item)|Battery Cell Charger (Item)]]
 +
| placed_on_grid  = Small Grid
 +
| decon_with_tool1 = [[Special:MyLanguage/Hand_Drill|Hand Drill]]
 +
| item_rec1        = [[Special:MyLanguage/Battery_Cell_Charger_(Item)|Battery Cell Charger (Item)]]
 
}}
 
}}
[[File:Battery_charger.jpg|thumb|right]]
 
== Information == <!--T:1-->
 
  
<!--T:2-->
+
The [[Special:MyLanguage/Battery_Charger|battery charger]] can charge 5 batteries at once. Players start the game with one battery charger in their Construction Supplies 2 Box.
The battery charger can charge 5 batteries at once. Players start the game with one battery charger in their Consumables Box.
 
  
 
== Tips == <!--T:3-->
 
== Tips == <!--T:3-->
  
 
<!--T:4-->
 
<!--T:4-->
It's wise to set this up with the starting [[Battery Cell (Large)]] in order to prevent running out of suit power by the second day.
+
It's wise to set this up with the starting [[Special:MyLanguage/Battery_Cell_(Large)|Battery Cell (Large)]] in order to prevent running out of suit power by the second day.
  
 
== Power Consumption == <!--T:5-->
 
== Power Consumption == <!--T:5-->
Line 25: Line 32:
 
It consumes 10 Watt standby power when switched on regardless of the number of batteries connected.
 
It consumes 10 Watt standby power when switched on regardless of the number of batteries connected.
  
== Deconstruction == <!--T:7-->
+
== Estimated Charging Times ==
It is deconstructed with the [[Drill]].
+
{| class="wikitable"
 +
|-
 +
! Battery Type
 +
! Capacity (J)
 +
! Estimated Charging Time @ 500W/tick
 +
|-
 +
|[[Special:MyLanguage/Battery_Cell_(Small)|Small Cell]]
 +
|36,000
 +
|36s
 +
|-
 +
|[[Special:MyLanguage/Battery_Cell_(Large)|Large Cell]]
 +
|288,000
 +
|4m 48s
 +
|-
 +
|[[Special:MyLanguage/Battery_Cell_(Nuclear)|Nuclear Cell]]
 +
|2,304,000
 +
|38m 24s
 +
|}
 
</translate>
 
</translate>
 +
 +
{{Data Network Header}}
 +
 +
{{Data Parameters}}
 +
{| class="wikitable"
 +
|-
 +
! Parameter Name !! Data Type !! Description
 +
|-
 +
| On || Boolean || Turns the Battery Cell Charger on, when set to 1. Turns it off, when set to 0.
 +
|}
 +
 +
{{Data Outputs}}
 +
{| class="wikitable"
 +
|-
 +
! Output Name !! Data Type !! Description
 +
|-
 +
| Power || Boolean || Returns whether the Battery Cell Charger is receiving power and is turned on. (0 for no, 1 for yes)
 +
|-
 +
| Error || Boolean || Returns whether the Battery Cell Charger is flashing an error. (0 for no, 1 for yes)
 +
|-
 +
| On    || Boolean || Returns whether the Battery Cell Charger is turned on. (0 for no, 1 for yes)
 +
|-
 +
| RequiredPower || Integer || Returns the current amount of power, drawn by the Battery Cell Charger.
 +
|}
 +
 +
== See Also ==
 +
* [[Special:MyLanguage/Battery_Cell|Battery Cell]]
 +
 +
==Note==
 +
* Current bug: Having a filled battery in your charger will double charging time for the other ones. The time will double with each full battery present inside the charger when charging. ('''fixed in v0.1.1113.5609''')
 +
* Current bug: Batteries will only charge one at a time, but the power consumption will still be 500W per charging battery. So 5 batteries will use 2510W, but still only charge one battery at a time. v0.2.1846.8518

Revision as of 23:19, 9 March 2020

Other languages:
English
Battery Cell Charger
ItemBatteryCharger.png
Stacks 5
Recipe
Created With Fabricator
Cost 10g Iron, 5g Gold, 5g Copper
Battery Cell Charger
Battery charger.jpg
Operation
Power Usage 10W standby power + 500W per battery
Construction
Placed with Battery Cell Charger (Item)
Placed on Small Grid
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Battery Cell Charger (Item)

The battery charger can charge 5 batteries at once. Players start the game with one battery charger in their Construction Supplies 2 Box.

Tips

It's wise to set this up with the starting Battery Cell (Large) in order to prevent running out of suit power by the second day.

Power Consumption

Each charging battery will draw 500 Watts. The maximum amount of power needed for five batteries is 2500 Watts. Connecting the battery charger to heavy cables will not increase the charging rate. It consumes 10 Watt standby power when switched on regardless of the number of batteries connected.

Estimated Charging Times

Battery Type Capacity (J) Estimated Charging Time @ 500W/tick
Small Cell 36,000 36s
Large Cell 288,000 4m 48s
Nuclear Cell 2,304,000 38m 24s

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, 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
On Boolean Turns the Battery Cell Charger 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 Battery Cell Charger is receiving power and is turned on. (0 for no, 1 for yes)
Error Boolean Returns whether the Battery Cell Charger is flashing an error. (0 for no, 1 for yes)
On Boolean Returns whether the Battery Cell Charger is turned on. (0 for no, 1 for yes)
RequiredPower Integer Returns the current amount of power, drawn by the Battery Cell Charger.

See Also

Note

  • Current bug: Having a filled battery in your charger will double charging time for the other ones. The time will double with each full battery present inside the charger when charging. (fixed in v0.1.1113.5609)
  • Current bug: Batteries will only charge one at a time, but the power consumption will still be 500W per charging battery. So 5 batteries will use 2510W, but still only charge one battery at a time. v0.2.1846.8518