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 had a similar problem, i build the furnace in a room with 100 kpa and all is fine. But i have no idea what the problem is, maybe the planet pressure ?
Is the 3Pump with waste?
either way, you can do either, or both, or none.
(optional) Logic Button controlling next selection
(optional) Logic Button controlling previous selection
(optional) Dial for controlling ingot/alloy selection
Looks like buttons or dial? If dial exists, buttons does nothing?
But because small partial ignition work now the oxygenController, IgnitionController and connected dynamics are essentially redundant. i haven't made anything for this but you can just pump fuel straight into the hot pipe. if that pipe is empty/cold just start it out by putting some hot gasses in there to kick start it. any fuel you put in there after that should self combust and keep it hot.
11 define PressLimit 150 #original 500
13 define MolLimit 40 #max number depends on the volume of your chamber. For three pipe long chamber is MAX around MolLimit 90 so 80 is safe (it is around 48MPa)
14 define PressureWarningLimit 3000 # for higher MolLimits 60 above you should to set for 4000 - 6000
New lines:
after line 14
15 define ChamberDrainLimit 0.01 # new line / here you can set threshold in % for chamber drain to tank
between lines 39 a 40 (39 is l IngiState PAIgnition Combustion and 40 is l IngiState PAIgnition Combustion)
40 l r15 PAIgnition RatioOxygen # new line
41 sge r15 r15 ChamberDrainLimit # new line
42 and IngiState r15 IngiState # new line
Elmo, I believe that you will not be angry with me for touching your code, and i confess that it was not the first time :)
_____________________________________________________________________
Id you have oxygen cotroler setup you need to do just two steps to change in code:
STEP 1: Update the ignition script or check in the code line 53 and update value to 1681.421090
STEP 2: Oxygen cotroler: in the code at line 52 update value to 1681.421090
Now just set the furnace to max temp you can get and wait until your oxygen reach desired temp for ignition. You can check this on the housing of ignition controler. If there is error 406 it is not hot enough. If there is no error you are ready to smelt ;) Also you can check at oxygen controler housing the difference from minimmum ignition temperature of hot O2.
EDIT: you you do not have enough hot fuel for your furnace to heat it up, just switch off the pipe analyser on your ignition chamber and try to reach highest temp with your waste. Probably you will need to change desired temperature up and downw few times but ii works. At least for me...
You only need to connect the pump of the ignition|heatbuffer to only one of this two controller:
Utility
IgnitionController
I had the problem that the heat buffer was sometimes filling itself to much.
My furnace input is showing a NaN, output 100L and the furnace is suddenly completely empty (0Pa, 0K). I have no clue what happened, but suspect the furnace is now in some kind of deadlock. What could I do to fix this? Do I need to delete and rebuild the furnace itself?
but i like your input. i'll increase the "out of the box" pressure limit next time i'm over that script :)
I made a little spreadsheet that tracks the inputs / outputs, and because of how the math works, the line mul vo calc vh outputs the same value no matter the temp / pressure of hydrogen. Only the oxygen temp / pressure matter for the output that determines if the pipe will hit 100 or not.
With these values, the result is 77.479815
ph 156.84
po 1000
th 223.15
to 621.25
with a po of 750 it's 103.30642. Changing the oxygen temp does adjust this slightly, but pressure is a much bigger factor in making these calcs get under 100.
Decreasing temp on oxygen also helps, but since you want your oxygen heated pressure is an easier fix.
the VPExit/VPHeatFill confusion is due to the system being very modular. you can use the ignition controller separately to generate heated gas for heating or the sterling generator. it doesn't require the rest of the setup to work.
the same goes for the rest of the setup. you can have a heated gas source that isn't ignited gas. you can run the setup with any gas + pipe heaters or aircontions to heat the gas, without the ignition stuff.
The O2 pressure limit will depend on your h2 temperature. a low H2 temperature will require the o2 to be even hotter, giving less moles pr volume. with "room temperature" H2 it should be enough with 750kpa. increasing the minimum pressure will require more energy to reach target temperature. increasing the energy requirement isn't ideal for those struggling to get it started.
and there are plenty of parameters that i have not documented. i tried to limit the amount to not overwhelm people :)
In the IgnitionController, the exit pump is called VPExit (You labled it IgniterExit in the video)
In the Utility IC, the same pump is called VPHeatFill, and it is listed as optional. Since I couldn't see you set it up in the video I didn't set it, and If you don't set this the ignition controller never stops filling the heat tank and it explodes if you aren't using the furnace for a while.
My 403 errors were due to low oxygen. My O2 network was stuck around 750 Kpa, which isn't enough to reliably keep the value under 100 in the CalcRatio section. Once I added oxygen to the system it started working fine. I did notice the minimum pressure value in the code after I found the problem, but it isn't mentioned in the guide as far as I can tell.
Overall I think I'll end up using this setup, the heat management / speed of adjustment after you getting everything running are very good.
without seing your setup, i can only guess. but maybe your H2 supply, or your hot O2 network is very contaminated?
The igniter analyzer turns off to indicate an error. probobly not hot enough, or not enough pressure in the H2 pipe.if you look at the IgnitionController it should tell you an error code.
I'll try change my setup slightly and see how I go!
Thanks mate!
It's working for some ores.
I just tried making some Astroloy, but it wouldn't go up to the required pressure for some reason!
Again, I'm still having the 406 state message on the ignitor IC.
so it's working now? :D