Difference between revisions of "Battery Charger Small"
From Unofficial Stationeers Wiki
Line 4: | Line 4: | ||
{{Itembox | {{Itembox | ||
| name = Battery Charger Small | | name = Battery Charger Small | ||
+ | | image = [[File:ItemBatteryChargerSmall.png]] | ||
| stacks = 10 | | stacks = 10 | ||
− | | createdwith = [[ | + | | createdwith = [[Electronics Printer]] |
− | | cost = 5g [[ | + | | cost = 5g [[Iron]], 2g [[Gold]], 2g [[Copper]] |
+ | }} | ||
+ | {{Structurebox | ||
+ | | name = Battery Charger Small | ||
+ | | image = [[File:Battery_charger_small.jpg]] | ||
+ | | power_usage = 5W standby power + 400W per battery | ||
+ | | placed_with_item = [[Battery Charger Small]] | ||
+ | | placed_on_grid = Small Grid | ||
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Battery Charger Small]] | ||
}} | }} | ||
− | This | + | This small battery charger can charge 2 battery cells at once. Players start the game with one small 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. | |
− | Each charging battery will draw | + | |
− | It consumes | + | == Power Consumption == |
+ | |||
+ | Each charging battery will draw 400 Watts. The maximum amount of power needed for two batteries is 800 Watts. Connecting the battery charger to heavy cables will not increase the charging rate. | ||
+ | It consumes 5 Watt standby power when switched on regardless of the number of batteries connected. | ||
+ | |||
+ | == Estimated Charging Times == | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Battery Type | ||
+ | ! Capacity (J) | ||
+ | ! Estimated Charging Time @ 400J/tick | ||
+ | |- | ||
+ | |[[Battery Cell (Small)]] | ||
+ | |36,000 | ||
+ | |45s | ||
+ | |- | ||
+ | |[[Battery Cell (Large)]] | ||
+ | |288,000 | ||
+ | |6m | ||
+ | |- | ||
+ | |[[Battery Cell (Nuclear)]] | ||
+ | |2,304,000 | ||
+ | |48m | ||
+ | |} | ||
+ | |||
+ | {{Data Network Header}} | ||
+ | |||
+ | {{Data Parameters}} | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Parameter Name !! Data Type !! Description | ||
+ | |- | ||
+ | | On || Boolean || Turns the Small Battery Charger on, when set to 1. Turns it off, when set to 0. | ||
+ | |} | ||
{{Data Outputs}} | {{Data Outputs}} | ||
Line 28: | Line 71: | ||
| Error || Boolean || Returns whether the Small Battery Charger is currently flashing an error. (0 for no, 1 for yes) | | Error || Boolean || Returns whether the Small Battery Charger is currently flashing an error. (0 for no, 1 for yes) | ||
|- | |- | ||
− | | RequiredPower || Integer || Returns the current amount of power needed for the Small Battery Charger . | + | | RequiredPower || Integer || Returns the current amount of power needed for the Small Battery Charger. |
|} | |} | ||
</translate> | </translate> | ||
== See Also == | == See Also == | ||
− | * [[ | + | * [[Battery Charger]] |
− | * [[ | + | * [[Battery Cell]] |
+ | * [[Battery Wireless Cell]] |
Revision as of 12:19, 31 July 2022
Properties | |
---|---|
Stacks | Yes (10) |
Recipe | |
Created With | Electronics Printer |
Cost | 5g Iron, 2g Gold, 2g Copper |
File:Battery charger small.jpg | |
Operation | |
---|---|
Power Usage | 5W standby power + 400W per battery |
Construction | |
Placed with | Battery Charger Small |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Battery Charger Small |
This small battery charger can charge 2 battery cells at once. Players start the game with one small 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 400 Watts. The maximum amount of power needed for two batteries is 800 Watts. Connecting the battery charger to heavy cables will not increase the charging rate. It consumes 5 Watt standby power when switched on regardless of the number of batteries connected.
Estimated Charging Times
Battery Type | Capacity (J) | Estimated Charging Time @ 400J/tick |
---|---|---|
Battery Cell (Small) | 36,000 | 45s |
Battery Cell (Large) | 288,000 | 6m |
Battery Cell (Nuclear) | 2,304,000 | 48m |
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 Small Battery 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 Small Battery Charger is receiving power and is turned on. (0 for no, 1 for yes) |
On | Boolean | Turns the Small Battery Charger on, when set to 1. Turns it off, when set to 0. |
Error | Boolean | Returns whether the Small Battery Charger is currently flashing an error. (0 for no, 1 for yes) |
RequiredPower | Integer | Returns the current amount of power needed for the Small Battery Charger. |