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 would like to know as well
...
TempControl:
l r1 d0 Temperature
l r3 d1 Setting
move r6 700
move r7 10000
slt r4 r1 r6
sgt r5 r1 r7
seq r3 r3 2
and r3 r3 r4
s d3 On r3
l r3 d1 Setting
seq r3 r3 2
and r3 r3 r5
s d5 On r3
PressTempControl:
l r1 d0 Pressure
l r3 d1 Setting
move r8 2400
move r7 10000
sgt r4 r1 r8
l r1 d0 Temperature
sgt r5 r1 r7
and r5 r5 r4
seq r3 r3 2
and r5 r3 r5
s d4 On r5
s d5 On r5
bgtz r5 PressTempControl
yield
j start
What am I missing here? I just subscribed to your IC codes a few days ago, so I SHOULD have the newest. But seems I don't. I have only played Stationeers for a week or so, so I probaly am missing something very obvious here.
I have subscribed to all your IC's I think. Eight of them in total.
l r1 d0 RecipeHash #load receipehash into r1
move r2 -654790771 #steel hash into r2
seq r2 r1 r2 # if r1 = r2, r2 = 1
s d0 Open r2 # open furnace if r2 = 1
So we are loading the RecipeHash from the furnace into r1, then if r1 equals r2 then r2 equals 1.
We are then going to save the state of Open on the furnance according to what r2 is. 0=close, 1= Open
de Beers also has one Reader in his video, connected to the input chute. You have any idea what's that for?
Now these IC chips are new to me but after a whole day trying to set my solar panels to track on both axis using a IC chip. i think i'm ready to try this one. now my base is on mars so planning to use CO2 as the cooling gas. I'm assuming this wont affect the coding. also have u got a layout/diagram of how to place and wire up all the chips. and are there any other chips needed IE: logic I/O or Processor