Difference between revisions of "Modular displays"
Jump to navigation
Jump to search
Heisenborg (talk | contribs) m |
(rewritten, added info specific to progress bars/text panels) |
||
Line 12: | Line 12: | ||
<br> | <br> | ||
<br> | <br> | ||
Modular displays are | Modular displays are most commonly used in spaceship cockpits as information screens and they are considered vital for easy ship management.<br> | ||
Progress bars are generally configured to show progress from 0 to 100, whereas text panels are generally used to show text.<br> | |||
They can however be | They can however be used to display whatever information needed.<br> | ||
== Basic information == | == Basic information == | ||
Line 20: | Line 20: | ||
All modular displays need to be connected to a [[Data networks|data network]] and a [[Generator|power source]] in order for them to work. | All modular displays need to be connected to a [[Data networks|data network]] and a [[Generator|power source]] in order for them to work. | ||
* Modular displays are designed for displaying information. | * Modular displays are designed for displaying information. | ||
* The displayable content is set to the PanelValue field. | * The displayable content is set to the '''PanelValue''' field. | ||
* They can be connected to the | * They can be connected to the panel base directly or via another modular display by snapping them together. | ||
* | * [[YOLOL]] can be used to display information, but it is not necessary. | ||
== Device fields == | == Device fields == | ||
Line 31: | Line 31: | ||
* [[YOLOL|YOLOL]] | * [[YOLOL|YOLOL]] | ||
===Progress bars=== | |||
{|class="wikitable" | {|class="wikitable" | ||
! YOLOL field | ! YOLOL field | ||
Line 50: | Line 51: | ||
! '''PanelVariableResolution''' | ! '''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) | | 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 | | 1 | ||
|} | |} | ||
===Text Panel=== | |||
{|class="wikitable" | |||
! 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 | |||
|} | |||
[[Category:Devices and machines|Modular displays]] | [[Category:Devices and machines|Modular displays]] |
Revision as of 23:33, 3 December 2020
Summary
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 display by snapping them together.
- YOLOL can be used to display information, but it is not necessary.
Device fields
To learn more about how to use fields, consult these wiki pages:
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 value at or over which the progress bar will appear full | 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 |