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
Say I want to just display the amount of all ingots I have on station.
Question:
The LCD display 5 wide [|'''''] ( ! ) Silver:672
Just for simple now what level tells the ( ! ) to display? How to set or change this?
for the [|'''''] does this move based on level when will it move?
You will change those option in the program block with the software.
Take Silver for example you will see a line like this:
new ItemDefinition("Ore", "Silver", "Ag", "Raw", 500000, 1000),
Change those last 2 numbers to what you want.
The First Number is the Quota, mine is 500,000k = Once Filled my bar would be full like this [|||||]
The second Number is the warning or the ( ! ) once below that number you will see it appear.
You can set your own parameters for everything this way.
Let me know if that helps, and if that is what you were looking for.
and get it to display with [RRR | DISPLAY, Report2] in LED I also adjust levels TY for that.
Now Howto make it only show Up 2 reports if Item is low Like For WARNING level By read code I assume I enter into LCD the following
[RRR | display, <:5000, Report1] and [RRR | display, <:2000, Report2]
For example I want 1 only LCD screen that display only low stock items
This is great work also TY I can not say how happy I was to find this.
I can get 1 screen to show low items for Report1 But I like to have 1 screen show for both Report1 and Report2
You can use any of: d, c, r, t
I want to display only items that are contained within blocks that have "Welderpod" in the name. Is that possible?
Changed my text display name to this
[Eviscerator Mk.6 | DISPLAY, VOL, %, INVENTORY:Welderpod]
Text panel is drawing a blank tho.
The best way I found to install is to set up your timer and program block. Open the script and changed auto install to true. Run it once and you will see the name addition to containers. set it back to false and remove the addendage from things you do not want poled and re edit the script and save it will update and not pole in named containers.