Difference between revisions of "Component: Base2dGauge (Development)"
From Flowcode Help
Jump to navigationJump to search| Line 15: | Line 15: | ||
A base component for creating 2d gauges and indicators. | A base component for creating 2d gauges and indicators. | ||
| − | ==Component | + | ==Component Source Code== |
| − | + | Please click here for the component source code: [https://www.flowcode.co.uk/wikicopy/componentsource/FC_Comp_Source_Base2dGauge.fcfx FC_Comp_Source_Base2dGauge.fcfx] | |
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 32: | Line 34: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
| Line 90: | Line 94: | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
| + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Range | ||
| + | |- | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-type-15-icon.png]] | | width="10%" align="center" | [[File:Fc9-type-15-icon.png]] | ||
| Line 110: | Line 118: | ||
|- | |- | ||
| colspan="2" | The scale value between consecutive minor tick marks. | | colspan="2" | The scale value between consecutive minor tick marks. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|} | |} | ||
Revision as of 17:44, 9 November 2022
| Author | Steve Tandy |
| Version | 1.0 |
| Category | Development |
Contents
Base2dGauge component
A base component for creating 2d gauges and indicators.
Component Source Code
Please click here for the component source code: FC_Comp_Source_Base2dGauge.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
| GetValue | |
| Returns the current value of the component. | |
| Return | |
| SetValue | |
| Sets the component to the specified value. | |
| value | |
| A new value for the component. | |
| Return | |