Jump to content

Component: String Label (Indicators): Difference between revisions

From Flowcode Help
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder""
 
(One intermediate revision by the same user not shown)
Line 117: Line 117:
|-
|-
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Title
| width="90%" class="mtx-class-propfolder" | Title
|-
|-
|-
|-
Line 151: Line 151:
| colspan="2" | Distance above component center to draw the title 
| colspan="2" | Distance above component center to draw the title 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Label Properties
| width="90%" class="mtx-class-propfolder" | Label Properties
|-
|-
|-
|-
Line 165: Line 165:
| colspan="2" | Allows ranges to be specified to automatically format the foreground and background colours based on the numeric value 
| colspan="2" | Allows ranges to be specified to automatically format the foreground and background colours based on the numeric value 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Defaults
| width="90%" class="mtx-class-propfolder" | Defaults
|-
|-
|-
|-
Line 174: Line 174:
| colspan="2" | The label Text colour 
| colspan="2" | The label Text colour 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Value 1
| width="90%" class="mtx-class-propfolder" | Value 1
|-
|-
|-
|-
Line 188: Line 188:
| colspan="2" | The label Text colour when in the specified range 
| colspan="2" | The label Text colour when in the specified range 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Range 2
| width="90%" class="mtx-class-propfolder" | Range 2
|-
|-
|-
|-
Line 202: Line 202:
| colspan="2" | The label Text colour when in the specified range 
| colspan="2" | The label Text colour when in the specified range 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Range 3
| width="90%" class="mtx-class-propfolder" | Range 3
|-
|-
|-
|-
Line 216: Line 216:
| colspan="2" | The label Text colour when in the specified range 
| colspan="2" | The label Text colour when in the specified range 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Range 4
| width="90%" class="mtx-class-propfolder" | Range 4
|-
|-
|-
|-
Line 230: Line 230:
| colspan="2" | The label Text colour when in the specified range 
| colspan="2" | The label Text colour when in the specified range 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Range 5
| width="90%" class="mtx-class-propfolder" | Range 5
|-
|-
|-
|-

Latest revision as of 14:37, 13 July 2026

Author Matrix TSL
Version 1.0
Category Indicators


String Label component

Allows a numeric label to be displayed on the user panel. Used for displaying the value of a variable during simulation runtime. Provides up to 5 customisable ranges to automatically alter the colour of the label based on the value.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_TextLabel.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_TextLabel.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples







Macro reference

DisplayString

DisplayString
Displays a string value on the label. 
- STRING Value
Integer value to display 
- VOID Return


SetForegroundColour

SetForegroundColour
Allows the user to manually specify the default colour of the foreground text. 
- LONG Colour
RGB colour in the hexadecimal form 0xBBGGRR, -1 for Transparent 
- VOID Return


Property reference

Properties
Title
Show Title
Decides if the title is shown on the panel. 
Title Text
Specifies the title displayed on the panel. 
Title Scale
Specifies the size of the title on the panel, default 1.2  
Title Colour
Specifies the colour of the title text 
Background Colour
Specifies the background colour of the title text 
Title Offset
Distance above component center to draw the title 
Label Properties
Label Scale
Specifies the scale of the label text, default 1.0 
Colour Values
Allows ranges to be specified to automatically format the foreground and background colours based on the numeric value 
Defaults
String Colour
The label Text colour 
Value 1
Value
 
String Colour
The label Text colour when in the specified range 
Range 2
Value
 
String Colour
The label Text colour when in the specified range 
Range 3
Value
 
String Colour
The label Text colour when in the specified range 
Range 4
Value
 
String Colour
The label Text colour when in the specified range 
Range 5
Value
 
String Colour
The label Text colour when in the specified range