Mastering Single-Axis Solar Tracking Logic Circuits in Stationeers

Added:

Build Setup
Panel Wiring
Isolated Power
Sensor Wiring
Logic Setup
Core Build
Configuring
Final Test

Build Setup

0:01
Playing Section
  • 1

    Introduces building a solar tracker with a logic circuit on Mars.

  • 2

    Gathering equipment and setting up new solar panels for automation.

  • 3

    Plans to boost power output by tracking the sun's vertical path.

Basic power network mechanics in Stationeers, including cabling, power distribution, and battery storage.
Fundamental logic components in Stationeers, specifically Logic Readers, Logic Writers, and Memory units.
Understanding solar mechanics in-game, including how the Daylight Sensor outputs solar angles (0-180 degrees).
Elementary mathematical scaling and logic operations to translate a sensor input into an actuator output.
Advanced Dual-Axis Solar Tracking to account for both horizontal (yaw) and vertical (pitch) celestial movements.
Programming Integrated Circuits (IC10) using MIPS-like assembly language to replace bulky discrete logic chips with code.
Implementing automated power grid management systems, such as auto-starting backup generators when solar output is low.
Real-world applications of solar tracking algorithms, including astronomical calculations and microcontroller-based automation (e.g., Arduino/PLC).
73.9K views1.7Klikes16:20@SplitsieOriginal Release: 2020-10-19

This tutorial demonstrates how to build a single-axis solar tracking logic circuit in Stationeers that automatically adjusts solar panels to follow the sun's vertical position, dramatically increasing power output. The system uses a daylight sensor to detect the sun's angle in degrees, converts this to the percentage-based vertical adjustment system of the solar panels (using a conversion factor of approximately 1.8), and applies the calculated value through a batch writer to all connected solar panels. The circuit requires an area power controller to isolate the logic system from the main base power network, along with logic IO chips, a logic memory chip for storing the conversion ratio, and a logic processor chip for performing the mathematical calculation.