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
This works for the memory I found out but I cant get it to work for the batch writer.
The memory changes state when I write it like that but nothing happends with the batch writer. Will keep trying though
This is my solar control
https://steamcommunity.com/sharedfiles/filedetails/?id=1530065592
Had the same problem with using the chip for temperature control. We managed to solve it thus:
This requires a bit more than a single block of wall space to set up. I believe it should work for your setup as well.
# Close Silo
define Silo 1155865682 # Silo Hash Value
move r1 0
sb Silo Open r1
# Close Silo
# Load Sum of all silos to r0
define Silo 1155865682 # Silo Hash Value
alias SiloTotal r0
lb r0 Silo Quantity 1 # Batch Mode for Sum is 1
# Load Sum of all silos
Hope this helps. I had to find it myself.