/tg/ Station 13 - Modules - TypesVar Details - Proc Details

solar_control

Vars

connected_trackerSOLAR_TRACK_OFF, SOLAR_TRACK_TIMED, SOLAR_TRACK_AUTO
historyHistory of power supply
next_recordHistory record timer
record_intervalInterval between records
record_sizeSize of history, should be equal or bigger than the solar cycle
trackdegree change per minute

Procs

recordRecord the generated power supply and capacity for history
set_panelsRotates the panel to the passed angles
timed_trackRan every time the sun updates.

Var Details

connected_tracker

SOLAR_TRACK_OFF, SOLAR_TRACK_TIMED, SOLAR_TRACK_AUTO

history

History of power supply

next_record

History record timer

record_interval

Interval between records

record_size

Size of history, should be equal or bigger than the solar cycle

track

degree change per minute

Proc Details

record

Record the generated power supply and capacity for history

set_panels

Rotates the panel to the passed angles

timed_track

Ran every time the sun updates.