Actions

Difference between revisions of "Battery Charger"

From Unofficial Stationeers Wiki

(Add logic properties)
 
(13 intermediate revisions by 9 users not shown)
Line 3: Line 3:
 
<translate>
 
<translate>
 
{{Itembox
 
{{Itembox
| createdwith = [[Fabricator]]
+
| name = Kit (Battery Charger)
| image       = [[File:ItemBatteryCharger.png]]
+
| image = [[File:ItemBatteryCharger.png]]
| cost        = 10g [[Iron]], 5g [[Gold]], 5g [[Copper]]
+
| prefabhash = -1866880307
| name        = Battery Charger
+
| prefabname = ItemBatteryCharger
| stacks      = 5
+
| stacks = 5
 +
| slot_class = SlotClass.None
 +
| sorting_class = SortingClass.Kits
 +
| recipe_machine1 = Electronics Printer
 +
| recipe_cost1 = 10g [[Iron]], 5g [[Gold]], 5g [[Copper]]
 +
| constructs = [[Battery Cell Charger]]
 
}}
 
}}
 
{{Structurebox
 
{{Structurebox
| name       = Battery Charger
+
| name = Battery Cell Charger
| image       = [[File:Battery_charger.jpg]]
+
| image = [[File:Battery_charger.jpg]]
| placement  = Small Grid
+
| prefab_hash = 1945930022
| powerusage  = 10W standby power + 500W per battery
+
| prefab_name = StructureBatteryCharger
| dectool    = [[Drill]]
+
| power_usage = 10W + 500W per battery
 +
| placed_on_grid = Small Grid
 +
| decon_with_tool1 = [[Hand Drill]]
 +
| placed_with_item = [[Kit (Battery Charger)]]
 +
| item_rec1 = [[Kit (Battery Charger)]]
 
}}
 
}}
 +
==Description==
 +
<blockquote><q>The 5-slot [[Xigo (Faction)|Xigo]] battery charger fits the [[Battery Cell (Small)]], [[Battery Cell (Large)]] and [[Battery Cell (Nuclear)]], providing up to 500W to any connected cell. Note: the older design means this device has minor power draw (10W) even when not charging.</q><br>
 +
'''- Stationpedia'''</blockquote>
  
The [[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 battery cells at once.
 
 
== Tips == <!--T:3-->
 
 
 
<!--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.
 
  
 
== Power Consumption == <!--T:5-->
 
== Power Consumption == <!--T:5-->
Line 35: Line 42:
 
! Battery Type
 
! Battery Type
 
! Capacity (J)
 
! Capacity (J)
! Estimated Charging Time @ 500W/tick
+
! Estimated Charging Time @ 500J/tick
 
|-
 
|-
|[[Battery_Cell|Small Cell]]
+
|[[Battery Cell (Small)]]
 
|36,000
 
|36,000
 
|36s
 
|36s
 
|-
 
|-
|[[Battery_Cell|Large Cell]]
+
|[[Battery Cell (Large)]]
 
|288,000
 
|288,000
 
|4m 48s
 
|4m 48s
 
|-
 
|-
|[[Battery_Cell|Nuclear Cell]]
+
|[[Battery Cell (Nuclear)]]
 
|2,304,000
 
|2,304,000
 
|38m 24s
 
|38m 24s
 +
|-
 +
|[[Battery Wireless Cell]]
 +
|12,000
 +
|12s
 +
|-
 +
|[[Battery Wireless Cell (Big)]]
 +
|72,000
 +
|1m 12s
 
|}
 
|}
 
</translate>
 
</translate>
  
== Logic Properties ==
+
{{Data Network Header}}
These are all logic properties of this device.
+
{{Data Parameters|
 +
{{Data Parameters/row|Power|Boolean|w=0|Can be read to return if the Battery Cell Charger is correctly powered or not, set via the power system, return 1 if powered and 0 if not|multiple=2|0|Unpowered|1|Powered}}
 +
{{Data Parameters/row|Error|Boolean|w=0|1 if device is in error state, otherwise 0|multiple=2|0|<p></p>|1|Error}}
 +
{{Data Parameters/row|Activate|Integer|1 if device is activated (usually means running), otherwise 0}}
 +
{{Data Parameters/row|On|Boolean|The current state of the Battery Cell Charger.|multiple=2|0|Off|1|On}}
 +
{{Data Parameters/row|RequiredPower|Integer|w=0|Idle operating power quantity, does not necessarily include extra demand power}}
 +
{{Data Parameters/row|PrefabHash|Integer|w=0|The hash of the structure}}
 +
{{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}}
 +
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}}
 +
}}
  
=== Logic Parameters ===
+
== See Also ==
These are all parameters, that can be written to with a [[Kit_(Logic_I/O)#Logic_Writer|Logic Writer]] or a [[Kit_(Logic_I/O)#Batch_Writer|Batch Writer]]. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.
+
* [[Battery Charger Small]]
{| class="wikitable"
+
* [[Battery Cell]]
|-
+
* [[Battery Wireless Cell]]
! Parameter Name !! Data Type !! Description
 
|-
 
| On || Boolean || Turns the Battery Cell Charger on, when set to 1. Turns it off, when set to 0.
 
|}
 
 
 
=== Logic Outputs ===
 
These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Logic_Reader|Logic Reader]]. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
 
{| 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.
 
|}
 
  
 
==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''')
+
* Previous 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''')
 +
* Previous 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. ('''fixed in v0.2.1908.8707''')

Latest revision as of 07:05, 20 May 2024

Other languages:
English
Kit (Battery Charger)
ItemBatteryCharger.png
Constructing Options Battery Cell Charger
Properties
Stacks Yes (5)
Recipes
Electronics Printer 10g Iron, 5g Gold, 5g Copper
Logic
Prefab Hash -1866880307
Prefab Name ItemBatteryCharger
Logic Classes
SlotClass.None
SortingClass.Kits



Battery Cell Charger
Battery charger.jpg
Operation
Power Usage 10W + 500W per battery
Prefab Hash 1945930022
Prefab Name StructureBatteryCharger
Construction
Placed with Kit (Battery Charger)
Placed on Small Grid
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Battery Charger)


Description[edit]

The 5-slot Xigo battery charger fits the Battery Cell (Small), Battery Cell (Large) and Battery Cell (Nuclear), providing up to 500W to any connected cell. Note: the older design means this device has minor power draw (10W) even when not charging.
- Stationpedia

The battery charger can charge 5 battery cells at once.

Power Consumption[edit]

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[edit]

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

Data Network Properties[edit]

These are all Data Network properties of this device.

Data Parameters[edit]

These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10), and can be read with a Logic Reader, Batch Reader, or Integrated Circuit (IC10).

Parameter Name Data Type Access Value Description
Power Boolean
Read
0 Unpowered Can be read to return if the Battery Cell Charger is correctly powered or not, set via the power system, return 1 if powered and 0 if not
1 Powered
Error Boolean
Read
0

1 if device is in error state, otherwise 0
1 Error
Activate Integer
Read Write
1 if device is activated (usually means running), otherwise 0
On Boolean
Read Write
0 Off The current state of the Battery Cell Charger.
1 On
RequiredPower Integer
Read
Idle operating power quantity, does not necessarily include extra demand power
PrefabHash Integer
Read
The hash of the structure
ReferenceId Integer
Read
Unique Reference Identifier for this object
NameHash Integer
Read
Provides the hash value for the name of the object as a 32 bit integer.


See Also[edit]

Note[edit]

  • Previous 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)
  • Previous 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. (fixed in v0.2.1908.8707)