Stationeers

Stationeers

Not enough ratings
IC10 Solar orientation
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
275.432 KB
20 Sep, 2019 @ 5:14am
1 Change Note ( view )

Subscribe to download
IC10 Solar orientation

Description
alias vAngleIn d0​
alias hAngleIn d1​
alias vAngleOut d3​
alias hAngleOut d4​
#alias vAngle r0​
#alias hAngle r1​
#Set sensor to horizontal​
s d1 Mode 1​
#Start main calculations​
Start:​
l r0 d0 SolarAngle​
l r1 d1 SolarAngle​
sub r0 75 r0​
div r0 r0 1.5​
s d3 Setting r0​
s d4 Setting r1​
yield​
j Start​