Difference between revisions of "Modular displays"
Jump to navigation
Jump to search
m (→Progress bars: Changed and added Information to the field "PanelMaxValue" based on Information from https://discord.com/channels/423790999052222464/639448899685449759/832875473322115093) |
|||
Line 5: | Line 5: | ||
|ru=Модульные дисплеи | |ru=Модульные дисплеи | ||
|ua=Модульні дисплеї | |ua=Модульні дисплеї | ||
}}{{SB Infobox Begin | |||
|{{SB Infobox Header | |||
|image=[[Image:Display Panels.png]] | |||
|factionLogo= | |||
|caption= | |||
|name=Modular Displays | |||
|border=none | |||
}} | |||
|{{SB Infobox Device General Information | |||
|type=Display devices | |||
|function=Data display | |||
|availability=[[Luxury Items]] | |||
|size= 12×24 cm to 24×48 cm | |||
|mass=5.77-12.56 | |||
|volume=0.58-3.04 | |||
|corrosionResistance=305-520 | |||
|suppressUnitsKg | |||
|suppressUnitsKv | |||
}} | |||
|{{SB Infobox Device IO | |||
|electricIn= | |||
|electricOut= | |||
|coolantIn= | |||
|coolantOut= | |||
|propellantIn= | |||
|propellantOut= | |||
|fuelIn= | |||
|fuelOut= | |||
|sockets= | |||
|YOLOLchips= | |||
|modInterfaces= | |||
|deviceInterfaces= | |||
}} | |||
}} | }} | ||
Modular displays are most commonly used in spaceship cockpits as information screens and they are considered vital for easy ship management. | |||
Progress bars are generally configured to show progress from 0 to 100, whereas text panels are generally used to show text. | |||
They can however be used to display whatever information needed. | |||
Modular displays are most commonly used in spaceship cockpits as information screens and they are considered vital for easy ship management. | |||
Progress bars are generally configured to show progress from 0 to 100, whereas text panels are generally used to show text. | |||
They can however be used to display whatever information needed. | |||
== Basic information == | == Basic information == | ||
Line 26: | Line 56: | ||
== Device fields == | == Device fields == | ||
===Progress bars=== | ===Progress bars=== | ||
Line 69: | Line 94: | ||
| 1 | | 1 | ||
|} | |} | ||
To learn more about how to use fields, consult these wiki pages: | |||
* [[Universal tool|Universal Tool]] | |||
* [[Data networks|Data networks]] | |||
* [[YOLOL|YOLOL]] | |||
[[Category:Devices and machines|Modular displays]] | [[Category:Devices and machines|Modular displays]] |
Revision as of 04:49, 20 May 2021
Modular Displays
Type Display devices
Function Data display
Availability Luxury Items
Size 12×24 cm to 24×48 cm
Mass 5.77-12.56 kg
Volume 0.58-3.04 kv
Corrosion resistance 305-520
Input / Output
Modular displays are most commonly used in spaceship cockpits as information screens and they are considered vital for easy ship management. Progress bars are generally configured to show progress from 0 to 100, whereas text panels are generally used to show text. They can however be used to display whatever information needed.
Basic information
All modular displays need to be connected to a data network and a power source in order for them to work.
- Modular displays are designed for displaying information.
- The displayable content is set to the PanelValue field.
- They can be connected to the panel base directly or via another modular device by snapping them together.
- Modular devices are: Displays, hybrid buttons and the audio signal device mark 1.
- YOLOL can be used to display information, but it is not necessary.
Device fields
Progress bars
YOLOL field | description | default |
---|---|---|
PanelValue | The value to display on the progress bar | |
PanelMinValue | The value at or below which the progress bar will appear empty | 0 |
PaneMaxValue | The range at or over which the progress bar will appear full(PanelMaxValue-PanelMinValue=TrueMaxValue) | 100 |
PanelVariableResolution | The smallest increment the number and progress bar will reflect, written out as a power of 10 (i.e. 0.01 will display two decimal places) | 1 |
Text Panel
YOLOL field | description | default |
---|---|---|
PanelValue | The value to display on the text panel | |
PanelVariableResolution | The smallest increment the number and text panel will reflect, written out as a power of 10 (i.e. 0.01 will display two decimal places) | 1 |
To learn more about how to use fields, consult these wiki pages: