Actions

Editing Solar Logic Circuits Guide

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
[[Category:Tutorials]][[Category:Solar power]]
+
[[Category:Tutorials]]
 
<languages />
 
<languages />
 
== Disclaimer ==
 
== Disclaimer ==
Line 6: Line 6:
  
 
The designs on this page are valid as of v0.2.3304.16432 (2022-06-06)
 
The designs on this page are valid as of v0.2.3304.16432 (2022-06-06)
 
While this specific Guide calls out the sensor being place a specific direction(north), its not necessary to orient your sensors to a specific direction.
 
If you find your panels don't point at the sun, you can add either 0,90,180 or 270 to the horizontal until they point at the sun. This guide is an attempt
 
to simplify the setup by removing an extra math, and memory chip(6 chips instead of 8).
 
  
 
== Geometry Of Solar Panels and Daylight Sensors ==
 
== Geometry Of Solar Panels and Daylight Sensors ==
Line 21: Line 17:
  
 
==Solar tracking using Logic Chips ==
 
==Solar tracking using Logic Chips ==
 +
=== Two-chip single-axis tracking ===
 +
This is the most basic solar tracking available, and is all you need on the Moon. It even works reasonably well on Mars.
 +
 +
'''What you need:'''
 +
* Kit (Logic I/O) x2
 +
* Kit (Sensor) > Daylight Sensor
 +
 +
Place the Daylight Sensor facing sunrise or sunset (doesn't matter which), with the Data Port facing north.
 +
 +
{| class="wikitable"
 +
|-
 +
! '''Chip''' !! '''IN''' !! '''VAR''' !! '''OUT'''
 +
|-
 +
| Logic Reader || Daylight Sensor || Vertical/Solar Angle ||
 +
|-
 +
| Batch Writer || Logic Reader || Vertical || Solar Panel
 +
|}
 +
 +
Hand-crank the panels to face the sunrise, and they will do their thing.
  
 
=== Six-chip dual-axis tracking ===
 
=== Six-chip dual-axis tracking ===
Line 60: Line 75:
 
|}
 
|}
  
[[File:2022-10-02 Two-axis solar tracking.png|Accurate two-axis solar tracking]]
+
[[File:2-Axis-Solar-Logic (accurate) - fixed.png|Accurate two-axis solar tracking]]
  
The panels should align themselves to the sun if you make sure to put the Power Port on the panels facing east (90 degrees). If you've already built the panels and logic with the Power Port facing west, swapping the direction of the sensor so that its Data Port faces south will allow the setup to work with no additional changes.
+
The panels should align themselves to the sun if you make sure to put the Power Port on the panels facing east (90 degrees).
  
 
== Solar tracking using Integrated Circuits ==
 
== Solar tracking using Integrated Circuits ==
Line 78: Line 93:
 
Place the Daylight Sensor facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The Daylight Sensor is connected to the d0 screw, that's all you need.
 
Place the Daylight Sensor facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The Daylight Sensor is connected to the d0 screw, that's all you need.
  
A simple code example can be found here: https://stationeering.com/tools/ic/_2FpmwojGnBq<br>
+
The code can be found here: https://stationeering.com/tools/ic/_2AB4Y9MFmKD
This code is considered "inefficient" since it's hard-coded to spam all types of solar panels, even if you don't have them.
 
 
 
A better code example can be found here: https://stationeering.com/tools/ic/_2FpoBEcd3QK<br>
 
It targets the solar-panel types on d2 and (optionally) d3, so it's less spammy. It also has an option for a display (Kit (Console)) on d1 that shows the sum of power output from both types of panels
 

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)