Actions

Difference between revisions of "Solar Logic Circuits Guide"

From Unofficial Stationeers Wiki

(Addendum)
Line 7: Line 7:
 
= Evie's Solar Circuit Setup (v0.1.1042.5301) =
 
= Evie's Solar Circuit Setup (v0.1.1042.5301) =
  
This is a setup created with the help of the http://discord.gg/stationeers discord server. More specifically to figure out the sensor needed to be facing west.
+
This is a setup created with the help of the http://discord.gg/stationeers discord server. Note that this setup is *lossy*, meaning it's not perfect. It starts off at 375w of power in the morning, builds up to 500w at zenith (noon) then back to 375. This is due purely to the fact that solars aren't perfectly vertical at 0/100 percent. Also, multiplying a 180 degree angle by 0.55 gives you 0 to 99 values, which is also imperfect. However, this is the most COMPACT setup you can achieve without other external tools and with such little hardware.
 
 
Note that this setup is *lossy*, meaning it's not perfect. It starts off at 375w of power in the morning, builds up to 500w at zenith (noon) then back to 375. This is due purely to the fact that solars aren't perfectly vertical at 0/100 percent. Also, multiplying a 180 degree angle by 0.55 gives you 0 to 99 values, which is also imperfect. However, this is the most COMPACT setup you can achieve without other external tools and with such little hardware.
 
  
 
== Requirements ==
 
== Requirements ==
Line 20: Line 18:
  
 
[[File:Evie's Solar Circuit Setup.jpg|none|Solar Setup Diagram]]
 
[[File:Evie's Solar Circuit Setup.jpg|none|Solar Setup Diagram]]
 +
 +
== Notes ==
  
 
* The Light Sensor MUST be facing West (sunrise), but it's rotation doesn't matter.
 
* The Light Sensor MUST be facing West (sunrise), but it's rotation doesn't matter.
 
* Solar panels should be rotated such as that 0% VERTICAL rotation faces west/sunrise, and 100% VERTICAL faces east/sunset.  
 
* Solar panels should be rotated such as that 0% VERTICAL rotation faces west/sunrise, and 100% VERTICAL faces east/sunset.  
 
* The APC is used for power during the night (yeah it sucks that these things use power tbh), and as you can see the solar input power doesn't directly connect to any of the logic writers. Only the data out from the logic writers goes back into the system. This not only ensures you system doesn't lose power, and doesn't have any loops (which would burn the wires), it also hides all these chips from the rest of your system.
 
* The APC is used for power during the night (yeah it sucks that these things use power tbh), and as you can see the solar input power doesn't directly connect to any of the logic writers. Only the data out from the logic writers goes back into the system. This not only ensures you system doesn't lose power, and doesn't have any loops (which would burn the wires), it also hides all these chips from the rest of your system.
 
 
== Notes ==
 
 
 
* You could reduce the power usage and complexity of this system by using a [[Kit (Computer)]] with a [[Motherboard (Logic)]] to set the value on the memory chip and then removing the [[Kit (Computer)]] afterwards. This removes the need to do an additional math operation.   
 
* You could reduce the power usage and complexity of this system by using a [[Kit (Computer)]] with a [[Motherboard (Logic)]] to set the value on the memory chip and then removing the [[Kit (Computer)]] afterwards. This removes the need to do an additional math operation.   
 
 
* As of v0.1.1052.5350 the addition of batch writers means you no longer need to repeat a writer for each solar panel.
 
* As of v0.1.1052.5350 the addition of batch writers means you no longer need to repeat a writer for each solar panel.

Revision as of 02:25, 21 December 2017

Disclaimer

Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.


Evie's Solar Circuit Setup (v0.1.1042.5301)

This is a setup created with the help of the http://discord.gg/stationeers discord server. Note that this setup is *lossy*, meaning it's not perfect. It starts off at 375w of power in the morning, builds up to 500w at zenith (noon) then back to 375. This is due purely to the fact that solars aren't perfectly vertical at 0/100 percent. Also, multiplying a 180 degree angle by 0.55 gives you 0 to 99 values, which is also imperfect. However, this is the most COMPACT setup you can achieve without other external tools and with such little hardware.

Requirements

Solar Setup Diagram

Notes

  • The Light Sensor MUST be facing West (sunrise), but it's rotation doesn't matter.
  • Solar panels should be rotated such as that 0% VERTICAL rotation faces west/sunrise, and 100% VERTICAL faces east/sunset.
  • The APC is used for power during the night (yeah it sucks that these things use power tbh), and as you can see the solar input power doesn't directly connect to any of the logic writers. Only the data out from the logic writers goes back into the system. This not only ensures you system doesn't lose power, and doesn't have any loops (which would burn the wires), it also hides all these chips from the rest of your system.
  • You could reduce the power usage and complexity of this system by using a Kit (Computer) with a Motherboard (Logic) to set the value on the memory chip and then removing the Kit (Computer) afterwards. This removes the need to do an additional math operation.
  • As of v0.1.1052.5350 the addition of batch writers means you no longer need to repeat a writer for each solar panel.