|
|
| (10 intermediate revisions by 2 users not shown) |
| Line 22: |
Line 22: |
|
| |
|
| ==Detailed description== | | ==Detailed description== |
| | |
| | |
|
| |
|
|
| |
|
| Line 43: |
Line 45: |
|
| |
|
|
| |
|
| ''<span style="color:red;">No additional examples</span>''
| |
|
| |
|
| ==Macro reference==
| |
|
| |
|
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| | ''<span style="color:red;">No additional examples</span>'' |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''DisplayAsReal'''
| |
| |-
| |
| | colspan="2" | Displays a floating point value on the label with a confiiguarable number of decimal points
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT
| |
| | width="90%" | Value
| |
| |-
| |
| | colspan="2" | Real floating point value to display
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE
| |
| | width="90%" | Precision
| |
| |-
| |
| | colspan="2" | Number of decimal point values to show e.g. 2 = 0.00
| |
| |-
| |
| | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| |
| | width="90%" style="border-top: 2px solid #000;" | ''Return''
| |
| |}
| |
|
| |
|
|
| |
|
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetForegroundColour'''
| |
| |-
| |
| | colspan="2" | Allows the user to manually specify the default colour of the foreground text.
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG
| |
| | width="90%" | Colour
| |
| |-
| |
| | colspan="2" | RGB colour in the hexadecimal form 0xBBGGRR, -1 for Transparent
| |
| |-
| |
| | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| |
| | width="90%" style="border-top: 2px solid #000;" | ''Return''
| |
| |}
| |
|
| |
|
|
| |
|
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''DisplayAsInt'''
| |
| |-
| |
| | colspan="2" | Displays an integer value on the label. Capable of displaying positive and negative values.
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG
| |
| | width="90%" | Value
| |
| |-
| |
| | colspan="2" | Integer value to display
| |
| |-
| |
| | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| |
| | width="90%" style="border-top: 2px solid #000;" | ''Return''
| |
| |}
| |
|
| |
|
|
| |
|
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetUnits'''
| |
| |-
| |
| | colspan="2" | Allows the user to manually specify the units string that is appended to the end of the label.
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING
| |
| | width="90%" | Units
| |
| |-
| |
| | colspan="2" | RGB colour in the hexadecimal form 0xBBGGRR, -1 for Transparent
| |
| |-
| |
| | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| |
| | width="90%" style="border-top: 2px solid #000;" | ''Return''
| |
| |}
| |
|
| |
|
|
| |
|
|
| |
|
|
| |
|
| ==Property reference==
| |
|
| |
|
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| | ==Macro reference== |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''
| |
| |-
| |
| |-
| |
| | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| |
| | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Title
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-7-icon.png]]
| |
| | width="90%" | Show Title
| |
| |-
| |
| | colspan="2" | Decides if the title is shown on the panel.
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-10-icon.png]]
| |
| | width="90%" | Title Text
| |
| |-
| |
| | colspan="2" | Specifies the title displayed on the panel.
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-15-icon.png]]
| |
| | width="90%" | Title Scale
| |
| |-
| |
| | colspan="2" | Specifies the size of the title on the panel, default 1.2
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
| |
| | width="90%" | Title Colour
| |
| |-
| |
| | colspan="2" | Specifies the colour of the title text
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-15-icon.png]]
| |
| | width="90%" | Title Offset
| |
| |-
| |
| | colspan="2" | Distance above component center to draw the title
| |
| |-
| |
| | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| |
| | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Label Properties
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-15-icon.png]]
| |
| | width="90%" | Label Scale
| |
| |-
| |
| | colspan="2" | Specifies the scale of the label text, default 1.0
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-7-icon.png]]
| |
| | width="90%" | Show Units
| |
| |-
| |
| | colspan="2" | Specifies if the unit text is appended to the end of the numeric value
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-10-icon.png]]
| |
| | width="90%" | Unit Text
| |
| |-
| |
| | colspan="2" | Optionally adds a unit label to the end of the displays string
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-16-icon.png]]
| |
| | width="90%" | Colour Ranges
| |
| |-
| |
| | 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="90%" style="background-color:#EAE1EA; color:#4B008D;" | Defaults
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
| |
| | width="90%" | Numeric Colour
| |
| |-
| |
| | colspan="2" | The label Text colour
| |
| |}==Macro reference==
| |
| | |
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''DisplayAsReal'''
| |
| |-
| |
| | colspan="2" | Displays a floating point value on the label with a confiiguarable number of decimal points
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT
| |
| | width="90%" | Value
| |
| |-
| |
| | colspan="2" | Real floating point value to display
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE
| |
| | width="90%" | Precision
| |
| |-
| |
| | colspan="2" | Number of decimal point values to show e.g. 2 = 0.00
| |
| |-
| |
| | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| |
| | width="90%" style="border-top: 2px solid #000;" | ''Return''
| |
| |}
| |
| | |
| | |
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetForegroundColour'''
| |
| |-
| |
| | colspan="2" | Allows the user to manually specify the default colour of the foreground text.
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG
| |
| | width="90%" | Colour
| |
| |-
| |
| | colspan="2" | RGB colour in the hexadecimal form 0xBBGGRR, -1 for Transparent
| |
| |-
| |
| | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| |
| | width="90%" style="border-top: 2px solid #000;" | ''Return''
| |
| |}
| |
| | |
| | |
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''DisplayAsInt'''
| |
| |-
| |
| | colspan="2" | Displays an integer value on the label. Capable of displaying positive and negative values.
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG
| |
| | width="90%" | Value
| |
| |-
| |
| | colspan="2" | Integer value to display
| |
| |-
| |
| | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| |
| | width="90%" style="border-top: 2px solid #000;" | ''Return''
| |
| |}
| |
| | |
| | |
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetUnits'''
| |
| |-
| |
| | colspan="2" | Allows the user to manually specify the units string that is appended to the end of the label.
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING
| |
| | width="90%" | Units
| |
| |-
| |
| | colspan="2" | RGB colour in the hexadecimal form 0xBBGGRR, -1 for Transparent
| |
| |-
| |
| | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| |
| | width="90%" style="border-top: 2px solid #000;" | ''Return''
| |
| |}
| |
| | |
| | |
| | |
| | |
| ==Property reference==
| |
| | |
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''
| |
| |-
| |
| |-
| |
| | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| |
| | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Title
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-7-icon.png]]
| |
| | width="90%" | Show Title
| |
| |-
| |
| | colspan="2" | Decides if the title is shown on the panel.
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-10-icon.png]]
| |
| | width="90%" | Title Text
| |
| |-
| |
| | colspan="2" | Specifies the title displayed on the panel.
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-15-icon.png]]
| |
| | width="90%" | Title Scale
| |
| |-
| |
| | colspan="2" | Specifies the size of the title on the panel, default 1.2
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
| |
| | width="90%" | Title Colour
| |
| |-
| |
| | colspan="2" | Specifies the colour of the title text
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-15-icon.png]]
| |
| | width="90%" | Title Offset
| |
| |-
| |
| | colspan="2" | Distance above component center to draw the title
| |
| |-
| |
| | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| |
| | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Label Properties
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-15-icon.png]]
| |
| | width="90%" | Label Scale
| |
| |-
| |
| | colspan="2" | Specifies the scale of the label text, default 1.0
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-7-icon.png]]
| |
| | width="90%" | Show Units
| |
| |-
| |
| | colspan="2" | Specifies if the unit text is appended to the end of the numeric value
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-10-icon.png]]
| |
| | width="90%" | Unit Text
| |
| |-
| |
| | colspan="2" | Optionally adds a unit label to the end of the displays string
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-16-icon.png]]
| |
| | width="90%" | Colour Ranges
| |
| |-
| |
| | 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="90%" style="background-color:#EAE1EA; color:#4B008D;" | Defaults
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
| |
| | width="90%" | Numeric Colour
| |
| |-
| |
| | colspan="2" | The label Text colour
| |
| |}==Macro reference==
| |
|
| |
|
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| | ===DisplayAsInt=== |
| |-
| | {| class="mtx-class-macrotable wikitable" |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''DisplayAsReal''' | |
| |-
| |
| | colspan="2" | Displays a floating point value on the label with a confiiguarable number of decimal points
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT
| |
| | width="90%" | Value
| |
| |-
| |
| | colspan="2" | Real floating point value to display
| |
| |- | | |- |
| | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] |
| | width="90%" | Precision
| | | width="90%" class="mtx-class-macrohead" | '''DisplayAsInt''' |
| |-
| |
| | colspan="2" | Number of decimal point values to show e.g. 2 = 0.00
| |
| |-
| |
| | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| |
| | width="90%" style="border-top: 2px solid #000;" | ''Return''
| |
| |}
| |
| | |
| | |
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetForegroundColour''' | |
| |-
| |
| | colspan="2" | Allows the user to manually specify the default colour of the foreground text.
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG
| |
| | width="90%" | Colour
| |
| |-
| |
| | colspan="2" | RGB colour in the hexadecimal form 0xBBGGRR, -1 for Transparent
| |
| |-
| |
| | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| |
| | width="90%" style="border-top: 2px solid #000;" | ''Return''
| |
| |}
| |
| | |
| | |
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''DisplayAsInt'''
| |
| |- | | |- |
| | colspan="2" | Displays an integer value on the label. Capable of displaying positive and negative values. | | | colspan="2" | Displays an integer value on the label. Capable of displaying positive and negative values. |
| Line 406: |
Line 80: |
|
| |
|
|
| |
|
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | | ===DisplayAsReal=== |
| | {| class="mtx-class-macrotable wikitable" |
| |- | | |- |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetUnits''' | | | width="90%" class="mtx-class-macrohead" | '''DisplayAsReal''' |
| |-
| |
| | colspan="2" | Allows the user to manually specify the units string that is appended to the end of the label.
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING
| |
| | width="90%" | Units
| |
| |-
| |
| | colspan="2" | RGB colour in the hexadecimal form 0xBBGGRR, -1 for Transparent
| |
| |-
| |
| | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| |
| | width="90%" style="border-top: 2px solid #000;" | ''Return''
| |
| |}
| |
| | |
| | |
| | |
| | |
| ==Property reference==
| |
| | |
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''
| |
| |-
| |
| |-
| |
| | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| |
| | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Title
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-7-icon.png]]
| |
| | width="90%" | Show Title
| |
| |-
| |
| | colspan="2" | Decides if the title is shown on the panel.
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-10-icon.png]]
| |
| | width="90%" | Title Text
| |
| |-
| |
| | colspan="2" | Specifies the title displayed on the panel.
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-15-icon.png]]
| |
| | width="90%" | Title Scale
| |
| |-
| |
| | colspan="2" | Specifies the size of the title on the panel, default 1.2
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
| |
| | width="90%" | Title Colour
| |
| |-
| |
| | colspan="2" | Specifies the colour of the title text
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-15-icon.png]]
| |
| | width="90%" | Title Offset
| |
| |-
| |
| | colspan="2" | Distance above component center to draw the title
| |
| |-
| |
| | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| |
| | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Label Properties
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-15-icon.png]]
| |
| | width="90%" | Label Scale
| |
| |-
| |
| | colspan="2" | Specifies the scale of the label text, default 1.0
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-7-icon.png]]
| |
| | width="90%" | Show Units
| |
| |-
| |
| | colspan="2" | Specifies if the unit text is appended to the end of the numeric value
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-10-icon.png]]
| |
| | width="90%" | Unit Text
| |
| |-
| |
| | colspan="2" | Optionally adds a unit label to the end of the displays string
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-16-icon.png]]
| |
| | width="90%" | Colour Ranges
| |
| |-
| |
| | 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="90%" style="background-color:#EAE1EA; color:#4B008D;" | Defaults
| |
| |-
| |
| |-
| |
| | width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
| |
| | width="90%" | Numeric Colour
| |
| |-
| |
| | colspan="2" | The label Text colour
| |
| |}==Macro reference==
| |
| | |
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''DisplayAsReal'''
| |
| |- | | |- |
| | colspan="2" | Displays a floating point value on the label with a confiiguarable number of decimal points | | | colspan="2" | Displays a floating point value on the label with a confiiguarable number of decimal points |
| Line 520: |
Line 104: |
|
| |
|
|
| |
|
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | | ===SetForegroundColour=== |
| | {| class="mtx-class-macrotable wikitable" |
| |- | | |- |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetForegroundColour''' | | | width="90%" class="mtx-class-macrohead" | '''SetForegroundColour''' |
| |- | | |- |
| | colspan="2" | Allows the user to manually specify the default colour of the foreground text. | | | colspan="2" | Allows the user to manually specify the default colour of the foreground text. |
| Line 538: |
Line 123: |
|
| |
|
|
| |
|
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| | ===SetUnits=== |
| |-
| | {| class="mtx-class-macrotable wikitable" |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''DisplayAsInt''' | |
| |-
| |
| | colspan="2" | Displays an integer value on the label. Capable of displaying positive and negative values.
| |
| |- | | |- |
| |-
| | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] |
| | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | | | width="90%" class="mtx-class-macrohead" | '''SetUnits''' |
| | width="90%" | Value
| |
| |-
| |
| | colspan="2" | Integer value to display
| |
| |-
| |
| | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| |
| | width="90%" style="border-top: 2px solid #000;" | ''Return''
| |
| |}
| |
| | |
| | |
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;"
| |
| |-
| |
| | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetUnits''' | |
| |- | | |- |
| | colspan="2" | Allows the user to manually specify the units string that is appended to the end of the label. | | | colspan="2" | Allows the user to manually specify the units string that is appended to the end of the label. |
| Line 572: |
Line 140: |
| | width="90%" style="border-top: 2px solid #000;" | ''Return'' | | | width="90%" style="border-top: 2px solid #000;" | ''Return'' |
| |} | | |} |
|
| |
|
| |
|
| |
|
|
| |
|
| ==Property reference== | | ==Property reference== |
|
| |
|
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | | {| class="mtx-class-macrotable wikitable" |
| |- | | |- |
| | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] |
| | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | | | width="90%" class="mtx-class-macrohead" | '''Properties''' |
| |- | | |- |
| |- | | |- |
| | 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 613: |
Line 179: |
| | 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 637: |
Line 203: |
| | 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 |
| |- | | |- |
| |- | | |- |