Difference between revisions of "Battery Charger"
From Unofficial Stationeers Wiki
(Added reference to Battery Cell) |
(MyLanguage updoot) |
||
Line 3: | Line 3: | ||
<translate> | <translate> | ||
{{Itembox | {{Itembox | ||
− | |||
− | |||
− | |||
| name = Battery Cell Charger | | name = Battery Cell Charger | ||
| stacks = 5 | | 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 | ||
Line 13: | Line 13: | ||
| image = [[File:Battery_charger.jpg]] | | image = [[File:Battery_charger.jpg]] | ||
| power_usage = 10W standby power + 500W per battery | | power_usage = 10W standby power + 500W per battery | ||
− | | placed_with_item = [[Battery Cell Charger (Item)]] | + | | placed_with_item = [[Special:MyLanguage/Battery_Cell_Charger_(Item)|Battery Cell Charger (Item)]] |
| placed_on_grid = Small Grid | | placed_on_grid = Small Grid | ||
− | | decon_with_tool1 = [[Hand Drill]] | + | | decon_with_tool1 = [[Special:MyLanguage/Hand_Drill|Hand Drill]] |
− | | item_rec1 = [[Battery Cell Charger (Item)]] | + | | item_rec1 = [[Special:MyLanguage/Battery_Cell_Charger_(Item)|Battery Cell Charger (Item)]] |
}} | }} | ||
− | The [[ | + | 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. |
== 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 39: | Line 39: | ||
! Estimated Charging Time @ 500W/tick | ! Estimated Charging Time @ 500W/tick | ||
|- | |- | ||
− | |[[ | + | |[[Special:MyLanguage/Battery_Cell_(Small)|Small Cell]] |
|36,000 | |36,000 | ||
|36s | |36s | ||
|- | |- | ||
− | |[[ | + | |[[Special:MyLanguage/Battery_Cell_(Large)|Large Cell]] |
|288,000 | |288,000 | ||
|4m 48s | |4m 48s | ||
|- | |- | ||
− | |[[ | + | |[[Special:MyLanguage/Battery_Cell_(Nuclear)|Nuclear Cell]] |
|2,304,000 | |2,304,000 | ||
|38m 24s | |38m 24s | ||
Line 72: | Line 72: | ||
| Error || Boolean || Returns whether the Battery Cell Charger is flashing an error. (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) | + | | 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. | | RequiredPower || Integer || Returns the current amount of power, drawn by the Battery Cell Charger. | ||
Line 78: | Line 78: | ||
== See Also == | == See Also == | ||
− | * [[Battery Cell]] | + | * [[Special:MyLanguage/Battery_Cell|Battery Cell]] |
==Note== | ==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: 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 | * 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 22:19, 9 March 2020
Properties | |
---|---|
Stacks | Yes (5) |
Recipe | |
Created With | Fabricator |
Cost | 10g Iron, 5g Gold, 5g Copper |
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.
Contents
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 with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
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