安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题









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.