Space Engineers
Оценок: 33
Oxygen Output Screen
   
Наградить
В избранное
В избранном
Удалить
Размер файла
Добавлен
518.000 B
29 мар. 2015 г. в 23:51
Обновлений: 1 (просмотреть)

Подпишитесь, чтобы загрузить
Oxygen Output Screen

Описание
Pastebin[paste.firepowered.org]

A script that displays the oxygen level of an air vent on a text/LCD screen. To use, simply name your screen "Oxygen Output: <vent name>" where <vent name> is the exact name of the vent that you want to display the pressure level for. Then set the screen to display public text and create a timer to trigger the programmable block as frequently as you want the screen to update.

Make sure that block ownership is set up properly or else it won't work.
Комментариев: 14
Skadefaan 3 ноя. 2020 г. в 12:46 
Update?
E-Man720 1 сен. 2017 г. в 1:00 
This was broken in the last update I think. Is a fix going to be possible?
E-Man720 19 фев. 2016 г. в 20:43 
@Lighthugger, I've got it working, what you want is Oxygen Output: Air Vent 4 . Don't include the <>.
Sinops 19 фев. 2016 г. в 9:28 
I slightly changed this script.
this is my first work with scripts on this very desirable approvals.
http://steamproxy.net/sharedfiles/filedetails/?id=627665055
Спасибо!
duotheslayer 12 сен. 2015 г. в 16:39 
this dose not seem to work. all ownership is seet to me tried copy and past 'Oxygen Output: <vent name>' directly to the Lcd Name and Named the vent . <vent name> and tried vent name with no luck
Ivar418 22 июн. 2015 г. в 11:10 
could you put in a screenshot from how you have done it in the lcd pannel
CPT Haddock 12 мая. 2015 г. в 3:41 
Hm, I may be dumb but i just get a messege from my prog. block that says: Object reference not set to an instance of an object.

I presume this means I've named my text/LCD screen wrong.

I've named it: Oxygen Output: <Air Vent 4>

Am I missing something? (I don't know the first thing about scripting =/)

PS: This is a script I've been locking for sence oxygen were introduced, it would be epic to get it working
Morphik 12 апр. 2015 г. в 4:24 
[FP] Dr. McKay, with some help from MisterSwift on the Keen forums, I borrowed a bit of your code and made a script that uses the new GetOxygenLevel function. My script allows for tracking of Air Vents and Oxygen Tanks at the same time. Still one per LCD.

I was wondering since it's 60% your code, would you mind if I post it on the workshop?
Xenon 6 апр. 2015 г. в 6:58 
how about 2 vents to one screen
JetLaGGed 5 апр. 2015 г. в 13:11 
Can this run two LCD screens to one vent? Or would I need two programs?