Actions

Difference between revisions of "Battery Charger Small"

From Unofficial Stationeers Wiki

(Created page with "Category:Machines <languages /> <translate> {{Itembox | name = Battery Charger Small | stacks = 10 | createdwith = Special:MyLanguage/Electronics Printer|...")
 
Line 8: Line 8:
 
  | cost        = 5g [[Special:MyLanguage/Iron|Iron]], 2g [[Special:MyLanguage/Gold|Gold]], 2g [[Special:MyLanguage/Copper|Copper]]
 
  | cost        = 5g [[Special:MyLanguage/Iron|Iron]], 2g [[Special:MyLanguage/Gold|Gold]], 2g [[Special:MyLanguage/Copper|Copper]]
 
}}
 
}}
 
  
 
This [[Special:MyLanguage/Battery_Charger_Small|small battery charger]] can charge 2 batteries at once.  
 
This [[Special:MyLanguage/Battery_Charger_Small|small battery charger]] can charge 2 batteries at once.  
 
  
 
== Power Consumption == <!--T:5-->
 
== Power Consumption == <!--T:5-->
Line 19: Line 17:
 
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.
  
 
+
{{Data Outputs}}
 +
{| class="wikitable"
 +
|-
 +
! 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 .
 +
|}
 
</translate>
 
</translate>
 
  
 
== See Also ==
 
== See Also ==
 
* [[Special:MyLanguage/Battery_Cell|Battery Cell]]
 
* [[Special:MyLanguage/Battery_Cell|Battery Cell]]
 
* [[Special:MyLanguage/Battery_Charger|Battery Charger]]
 
* [[Special:MyLanguage/Battery_Charger|Battery Charger]]

Revision as of 07:27, 15 January 2021


Battery Charger Small
Stacks 10
Recipe
Created With Electronics Printer
Cost 5g Iron, 2g Gold, 2g Copper


This small battery charger can charge 2 batteries at once.

Power Consumption

Each charging battery will draw 500 Watts. The maximum amount of power needed for two batteries is 1000 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.

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 .

See Also