<?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=Sfbmod</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=Sfbmod"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/Sfbmod"/>
	<updated>2026-04-03T23:50:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Talk:Solar_Logic_Cable_Golf&amp;diff=10386</id>
		<title>Talk:Solar Logic Cable Golf</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Talk:Solar_Logic_Cable_Golf&amp;diff=10386"/>
		<updated>2021-02-28T19:09:14Z</updated>

		<summary type="html">&lt;p&gt;Sfbmod: Code wouldn&amp;#039;t fit here so made a url.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Can send both horizontal and vertical numbers to all panels without batch writers or anything else using the sb command (set batch I call it.) Use only an IC chip and one daylight sensor (and cables.) -539224550 is the current type hash for the &amp;quot;Solar Panel (dual)&amp;quot; object. Sends the values to all objects on that network, so doesn&#039;t need a device knob on the IC. The wiki has a list of other hash numbers as necessary for the other solar panel types. &lt;br /&gt;
&lt;br /&gt;
sb [type hash] Var r?&lt;br /&gt;
sb -539224550 Horizontal r1&lt;br /&gt;
sb -539224550 Vertical r2&lt;br /&gt;
&lt;br /&gt;
Can also do the math to use both the vertical and horizontal outputs of one daylight sensor. I use one upside in horizontal mode. Only need 1 device knob for the IC for infinite solar panel control. This is my current file. Have the horizontal sensor and solar panel data ports all facing north. I use d1 as an output to a spinning light on top of my solar tower to turn on at night and off at day. To help act as a backup beacon if I get lost at night without power to my tracker card.&lt;br /&gt;
&lt;br /&gt;
https://stationeering.com/tools/ic/_mVAouui7EF&lt;/div&gt;</summary>
		<author><name>Sfbmod</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Talk:Solar_Logic_Cable_Golf&amp;diff=10385</id>
		<title>Talk:Solar Logic Cable Golf</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Talk:Solar_Logic_Cable_Golf&amp;diff=10385"/>
		<updated>2021-02-28T19:06:44Z</updated>

		<summary type="html">&lt;p&gt;Sfbmod: Solar Panel Golf challenge with only 1 chip and 1 sensors.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Can send both horizontal and vertical numbers to all panels without batch writers or anything else using the sb command (set batch I call it.) Use only an IC chip and one daylight sensor (and cables.) -539224550 is the current type hash for the &amp;quot;Solar Panel (dual)&amp;quot; object. Sends the values to all objects on that network, so doesn&#039;t need a device knob on the IC. The wiki has a list of other hash numbers as necessary for the other solar panel types. &lt;br /&gt;
&lt;br /&gt;
sb [type hash] Var r?&lt;br /&gt;
sb -539224550 Horizontal r1&lt;br /&gt;
sb -539224550 Vertical r2&lt;br /&gt;
&lt;br /&gt;
Can also do the math to use both the vertical and horizontal outputs of one daylight sensor. I use one upside in horizontal mode. Only need 1 device knob for the IC for infinite solar panel control. This is my current file. Have the horizontal sensor and solar panel data ports all facing north. I use d1 as an output to a spinning light on top of my solar tower to turn on at night and off at day. To help act as a backup beacon if I get lost at night without power to my tracker card.&lt;br /&gt;
&lt;br /&gt;
alias Sensor d0 # Horizontal Sensor&lt;br /&gt;
s Sensor Mode 1&lt;br /&gt;
&lt;br /&gt;
l r1 Sensor Horizontal&lt;br /&gt;
l r2 Sensor Vertical&lt;br /&gt;
&lt;br /&gt;
mul r1 r1 -1&lt;br /&gt;
sub r1 r1 90&lt;br /&gt;
sub r2 180 r2&lt;br /&gt;
div r2 r2 1.5&lt;br /&gt;
add r2 50 r2&lt;br /&gt;
sb -539224550 Horizontal r1&lt;br /&gt;
sb -539224550 Vertical r2&lt;br /&gt;
&lt;br /&gt;
l r3 Sensor Activate&lt;br /&gt;
seqz r3 r3&lt;br /&gt;
s d1 On r3&lt;br /&gt;
yield&lt;br /&gt;
j 3&lt;/div&gt;</summary>
		<author><name>Sfbmod</name></author>
	</entry>
</feed>