Actions

Difference between revisions of "Battery Charger"

From Unofficial Stationeers Wiki

(Marked this version for translation)
m (Change Logic to Data Network)
(16 intermediate revisions by 9 users not shown)
Line 1: Line 1:
[[Category:Machines]]
+
[[Category:Machines]][[Catergory:Data Network]]
 
<languages />
 
<languages />
 
<translate>
 
<translate>
 +
{{Itembox
 +
| createdwith = [[Fabricator]]
 +
| image      = [[File:ItemBatteryCharger.png]]
 +
| cost        = 10g [[Iron]], 5g [[Gold]], 5g [[Copper]]
 +
| name        = Battery Charger
 +
| stacks      = 5
 +
}}
 
{{Structurebox
 
{{Structurebox
  | name = Battery Charger
+
  | name       = Battery Charger
  | image = [[File:ItemBatteryCharger.png]]
+
  | image       = [[File:Battery_charger.jpg]]
  | placement = Small Grid
+
  | placement   = Small Grid
  | powerusage = 10W standby power + 500W per battery
+
  | powerusage = 10W standby power + 500W per battery
 +
| dectool    = [[Hand Drill]]
 
}}
 
}}
[[File:Battery_charger.jpg|thumb|right]]
 
== Information == <!--T:1-->
 
  
<!--T:2-->
+
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 batteries at once. Players start the game with one battery charger in their Consumables Box.
 
  
 
== Tips == <!--T:3-->
 
== Tips == <!--T:3-->
Line 25: Line 30:
 
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
 +
|-
 +
|[[Battery_Cell|Small Cell]]
 +
|36,000
 +
|36s
 +
|-
 +
|[[Battery_Cell|Large Cell]]
 +
|288,000
 +
|4m 48s
 +
|-
 +
|[[Battery_Cell|Nuclear Cell]]
 +
|2,304,000
 +
|38m 24s
 +
|}
 
</translate>
 
</translate>
 +
 +
== Data Network Properties ==
 +
These are all [[:Category:Data Network|Data Network]] properties of this device.
 +
 +
=== Data Parameters ===
 +
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.
 +
{| 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 ===
 +
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==
 +
* 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''')

Revision as of 08:06, 8 April 2018

Catergory:Data Network

Other languages:
English
Battery Charger
ItemBatteryCharger.png
Stacks 5
Recipe
Created With Fabricator
Cost 10g Iron, 5g Gold, 5g Copper
Battery Charger
Battery charger.jpg
Construction
Placed with {{{placed_with_item}}}
Placed on {{{placed_on_grid}}}

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 or a Batch Writer. 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. 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.

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)