<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Turrit+hugger</id>
	<title>Stationeers Community Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Turrit+hugger"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/Turrit_hugger"/>
	<updated>2026-04-04T12:13:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Transformer&amp;diff=9864</id>
		<title>Transformer</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Transformer&amp;diff=9864"/>
		<updated>2020-12-19T22:22:32Z</updated>

		<summary type="html">&lt;p&gt;Turrit hugger: Added unknown values based on the data in the Stationpedia.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Itembox&lt;br /&gt;
 | name        = Kit (Transformer)&lt;br /&gt;
 | image       =  [[File:{{#setmainimage:ItemKitTransformerSmall.png}}]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | createdwith = [[Electronics Printer]], [[Fabricator]]&lt;br /&gt;
 | cost        = 10x [[Iron]], 1x [[Gold]] , 3x [[Copper]]&lt;br /&gt;
}}&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit Transformer (Large)&lt;br /&gt;
 | image       =  [[File:{{#setmainimage:ItemKitTransformer.png}}]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | createdwith = [[Electronics Printer]], [[Fabricator]]&lt;br /&gt;
 | cost        = 10x [[Steel]], 5x [[Electrum]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
The transformer is used to control the maximum amount of power that will flow on a cable, preventing the cables from overloading on high power draw. &lt;br /&gt;
There are three variants of the transformer:&lt;br /&gt;
&lt;br /&gt;
The Transformer (Small) requires 1x Kit (Transformer) to place and is limited to 5,000 W of output. It can be placed in any orientation on a supporting surface (floor, wall, or ceiling) and is available as Transformer Reversed (Small).&lt;br /&gt;
&lt;br /&gt;
The Transformer (Medium) requires 3x Kit (Transformer) to place and is limited to 25,000 W of output. Similarly, it can be placed on any floor, wall, or ceiling and is available as a Transformer Reversed (Medium).&lt;br /&gt;
&lt;br /&gt;
The Transformer (Large) requires 1x Kit Transformer (Large) to place and is limited to 50,000 W of output. It can only be placed in one orientation, ideally the floor, but it can be stacked above floor level by placing it partway into a frame.&lt;br /&gt;
&lt;br /&gt;
==Usage== &lt;br /&gt;
Given that the transformer can limit power very specifically (with large 100 W increments or small 10 W increments), you can control or stop the output line from drawing more than the transformer gives out. This can be used to control many items that don&#039;t have a changing power usage, such as lights, volume pumps, pipe regulators, active vents, and more. This is similar to the [[Area Power Controller]] but does not have a battery buffer.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
Data will not flow through a transformer, isolating the circuit behind their input. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Data Network Properties===&lt;br /&gt;
These are all Data Network properties of this device. This list is not tested at all for the Transformer Small and not complete for Transformer (kit/large variant).&lt;br /&gt;
&lt;br /&gt;
==Data Parameters==&lt;br /&gt;
These are all parameters, that can be written to with a Logic Writer, Batch Writer, or Integrated Circuit (IC10). The outputs are listed in the order a Logic Writer&#039;s &amp;quot;VAR&amp;quot; setting cycles through them.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Header text !! Header text !! Header text&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Transformer on when set to 1. Turns it off when set to 0. &lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Transformer when set to 1. Unlocks it when set to 0&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Integer || Sets the Transformer&#039;s power (in Watts) limit.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Data Outputs==&lt;br /&gt;
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&#039;s &amp;quot;VAR&amp;quot; setting cycles through them. You cannot read ratios in IC2 chip (so far) &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| On|| Boolean|| Returns whether the Transformer is turned on. (0 for no, 1 for yes)  &lt;br /&gt;
|-&lt;br /&gt;
| Maximum || Integer|| Maximum setting of this device. (How high the device can be set, see description for specific numbers.)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean|| Returns whether the Transformer is locked. (0 for no, 1 for yes) &lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean|| 1 if device is in error state, otherwise 0.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Integer || Returns the current power limit (in Watts) of the Transformer.&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Idle operating power quantity. (how much power, in watts, the device itself is using, rather than how much power it is passing through.)&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || (Unknown)&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash|| Integer || The hash of the device. (Can be found in the Stationpedia.)&lt;br /&gt;
|-&lt;br /&gt;
| Power|| Boolean || Returns 1 if the device is powered and on, otherwise 0.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Turrit hugger</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Speaker)&amp;diff=9863</id>
		<title>Kit (Speaker)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Speaker)&amp;diff=9863"/>
		<updated>2020-12-19T21:56:10Z</updated>

		<summary type="html">&lt;p&gt;Turrit hugger: Fixed &amp;quot;==  &amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;! the data parameters come from the computer wiki page !&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt; == ==  &amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;PLEASE REPAIR&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt; ==&amp;quot; error by copying from the in-game wiki. New parameters &amp;amp; outputs should be double-checked/improved.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
[[Category:Data Network]]&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Speaker)&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | createdwith = [[Electronics Printer]]&lt;br /&gt;
 | cost        = 2 Iron, 3 Copper, 5 Steal&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Klaxon Speaker&lt;br /&gt;
 | power_usage      = 40W&lt;br /&gt;
 | placed_with_item = [[Kit (Speaker)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid, On Frames&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Speaker)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
* The Klaxon Speaker can play different alarms and music tracks.&lt;br /&gt;
* It comes with a single connector for power and data.&lt;br /&gt;
* It has two screws, of which one controls the volume and the other one which sound effect the speaker plays.&lt;br /&gt;
* It can only be turned on/off using logic, there is no switch on the speaker itself.&lt;br /&gt;
* The Klaxon requires atmosphere to make sound.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
====  &amp;lt;big&amp;gt;&#039;&#039;&#039;These need to be checked!&#039;&#039;&#039;&amp;lt;/big&amp;gt; ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Boolean || Returns whether the Computer is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean ||  Turns the speaker on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Volume || Integer || Returns the device atmosphere volume.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
==== &amp;lt;big&amp;gt;&#039;&#039;&#039;These also need to be checked!&#039;&#039;&#039;&amp;lt;/big&amp;gt; ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the speaker is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || Integer for mode state.&lt;br /&gt;
|-&lt;br /&gt;
| Volume || Integer || Returns the device atmosphere volume.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the speaker is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the speaker, in watts.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Turrit hugger</name></author>
	</entry>
</feed>