Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I will look into this when i have time, you could try changing line 54 ("div r4 r1 15") to "div r4 r2 15" to switch it to use the vertical angle instead. Would require other sunrise times ofc.
Obviously you need to jump back to the top (or somewhere else) at some point, otherwise it would be sort of a one time program.
So, if I understand this correctly, when you hit the end of the program and jump back to the beginning the registers keep their values? I'm still learning.
ode1 is the shorthand i used to indicate im an euler method like algorithm to estimate the suns position. i do this because i only set the vertical and horizontal position every two ticks as i need to switch the sensors mode. r2 is indeed used, it is the old value being stored for the next cycle.
I dont see how the vertical tracking would be broken though. Make sure your memories and batch writers are set up properly.
I'm trying to follow the code to see what's going on, but I've so far had no luck. What would be the purpose of setting R2 in the vertical section of the code, but never using that value as far as I can tell. Can someone help me out please?
The sun comes up in East direction and travel West.
1). setup your solar panel so the network slot faces North, and power faces south.
2). install a solar sensor so the tail faces North, and the sensor look up into the sky Name the sensor " sensor " ( without "" signs )
Now build the computer and two batch writers and minimum 2 memory.
Your sensor need to be named sensor
memory 1 need to be named mem_horz
memory 2 need to be named mem_vert
To make things work.
look at the IC casing ( where you installed the little computer chip )
use your screwdriver and select d0 and turn it until it say "sensor"
Do the same for D1 and select "mem_horz"
do the same for D2 and select "mem_vert"
now look on the batch writers.
Configure one of them to read "mem_horz" and select Horisontal, and solar panel..
configure the other and read "mem_vert" and select vertical, and solar panel.
me however i love it 99% power almost all the time discounting sunset and sunrise is awesome also love that i don't have to care witch way i place the sensor as long as i tell the program its good.
Instruction wise, the screws do have labels and the variables for offsets do have comments. Maybe the "relative rotation setting" could be more clear, but i thought it somewhat obvious that it refered to the rotation of the solar sensor.